Update node deps for JS tests

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2022-01-10 14:17:09 +01:00
parent e96c003d49
commit 82ded36358
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
2 changed files with 5235 additions and 12 deletions

5242
build/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
"version": "0.0.2",
"author": {
"name": "Vincent Petry",
"email": "pvince81@owncloud.com"
"email": "vincent@nextcloud.com"
},
"private": true,
"homepage": "https://github.com/nextcloud/",
@ -25,5 +25,8 @@
"puppeteer": "^13.0.1",
"sinon": "<= 5.0.7"
},
"overrides": {
"colors": "1.4.0"
},
"engine": "node >= 6.9"
}