Skip to content

Commit aad584d

Browse files
renovate[bot]clydin
authored andcommitted
build: update dependency puppeteer to v15
1 parent 6749460 commit aad584d

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"postcss-preset-env": "7.7.0",
191191
"prettier": "^2.0.0",
192192
"protractor": "~7.0.0",
193-
"puppeteer": "14.2.1",
193+
"puppeteer": "15.0.1",
194194
"quicktype-core": "6.0.69",
195195
"regenerator-runtime": "0.13.9",
196196
"resolve-url-loader": "5.0.0",

yarn.lock

+6-11
Original file line numberDiff line numberDiff line change
@@ -9123,10 +9123,10 @@ punycode@^2.1.0, punycode@^2.1.1:
91239123
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
91249124
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
91259125

9126-
puppeteer@14.2.1:
9127-
version "14.2.1"
9128-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-14.2.1.tgz#e343379061e0211b4c02d0c535883c26a39f825e"
9129-
integrity sha512-cIEsAbEbNYqHbkvdZY4+YSdxVwh4YFqOHSezuLpu46XAYlKkQeAMdJQ+mDAxg9v77gIn8PHJ6PlftIVsWKRACA==
9126+
puppeteer@15.0.1:
9127+
version "15.0.1"
9128+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-15.0.1.tgz#50dbed2c0c6ea70b22289442b96d3a3c116347a2"
9129+
integrity sha512-t6+L0Vcc/03OO5izVXL+P5+9uvH1Ix9jK65JwYAQhI9UVtkzuikbJqz+BAsftkhOH0r9F4YiOTtMBPUbBnfn9A==
91309130
dependencies:
91319131
cross-fetch "3.1.5"
91329132
debug "4.3.4"
@@ -9139,7 +9139,7 @@ puppeteer@14.2.1:
91399139
rimraf "3.0.2"
91409140
tar-fs "2.1.1"
91419141
unbzip2-stream "1.4.3"
9142-
ws "8.7.0"
9142+
ws "8.8.0"
91439143

91449144
q@1.4.1:
91459145
version "1.4.1"
@@ -11431,12 +11431,7 @@ write-file-atomic@^4.0.0, write-file-atomic@^4.0.1:
1143111431
imurmurhash "^0.1.4"
1143211432
signal-exit "^3.0.7"
1143311433

11434-
ws@8.7.0:
11435-
version "8.7.0"
11436-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.7.0.tgz#eaf9d874b433aa00c0e0d8752532444875db3957"
11437-
integrity sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==
11438-
11439-
ws@>=7.4.6, ws@^8.4.2:
11434+
ws@8.8.0, ws@>=7.4.6, ws@^8.4.2:
1144011435
version "8.8.0"
1144111436
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.0.tgz#8e71c75e2f6348dbf8d78005107297056cb77769"
1144211437
integrity sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==

0 commit comments

Comments
 (0)