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 7dcbcd21e1
commit 60e364018f
No known key found for this signature in database
GPG key ID: E055D6A4D513575C
2 changed files with 9214 additions and 2 deletions

9211
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": "^10.1.0",
"sinon": "<= 5.0.7"
},
"overrides": {
"colors": "1.4.0"
},
"engine": "node >= 6.9"
}