Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-07-13 10:52:35 +0300
committerGitHub <noreply@github.com>2021-07-13 10:52:35 +0300
commit6df74c21222f478248fa9ec8c8c7f8af10dc9e18 (patch)
treeb4407264e866ae38193c245bdc705612c4a65fe8 /build
parentb1099f504722a4bed2eeea05cd1a3165ee80f541 (diff)
parentddf9b43dd2f186b50b407125f5f5b849b39a6fb3 (diff)
Merge pull request #27780 from nextcloud/dependabot/npm_and_yarn/build/puppeteer-10.1.0
Bump puppeteer from 10.0.0 to 10.1.0 in /build
Diffstat (limited to 'build')
-rw-r--r--build/package-lock.json30
-rw-r--r--build/package.json2
2 files changed, 7 insertions, 25 deletions
diff --git a/build/package-lock.json b/build/package-lock.json
index d4eb12d84d7..06021d7cdb3 100644
--- a/build/package-lock.json
+++ b/build/package-lock.json
@@ -316,9 +316,9 @@
"dev": true
},
"@types/yauzl": {
- "version": "2.9.1",
- "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.1.tgz",
- "integrity": "sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0rOrcd9EjA==",
+ "version": "2.9.2",
+ "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.2.tgz",
+ "integrity": "sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==",
"dev": true,
"optional": true,
"requires": {
@@ -3201,24 +3201,6 @@
"path-exists": "^4.0.0"
}
},
- "locate-path": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
- "dev": true,
- "requires": {
- "p-locate": "^4.1.0"
- }
- },
- "p-locate": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
- "dev": true,
- "requires": {
- "p-limit": "^2.2.0"
- }
- },
"path-exists": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
@@ -3274,9 +3256,9 @@
"dev": true
},
"puppeteer": {
- "version": "10.0.0",
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-10.0.0.tgz",
- "integrity": "sha512-AxHvCb9IWmmP3gMW+epxdj92Gglii+6Z4sb+W+zc2hTTu10HF0yg6hGXot5O74uYkVqG3lfDRLfnRpi6WOwi5A==",
+ "version": "10.1.0",
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-10.1.0.tgz",
+ "integrity": "sha512-bsyDHbFBvbofZ63xqF7hMhuKBX1h4WsqFIAoh1GuHr/Y9cewh+EFNAOdqWSkQRHLiBU/MY6M+8PUnXXjAPtuSg==",
"dev": true,
"requires": {
"debug": "4.3.1",
diff --git a/build/package.json b/build/package.json
index ab92b119d56..d4cf57bf835 100644
--- a/build/package.json
+++ b/build/package.json
@@ -22,7 +22,7 @@
"karma-spec-reporter": "^0.0.32",
"karma-viewport": "^1.0.8",
"node-sass": "~6.0.1",
- "puppeteer": "^10.0.0",
+ "puppeteer": "^10.1.0",
"sinon": "<= 5.0.7"
},
"engine": "node >= 6.9"