Skip to content

Commit d53fc69

Browse files
angular-robotdgp1130
authored andcommitted
build: update dependency puppeteer to v16
1 parent db5c1fc commit d53fc69

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
@@ -191,7 +191,7 @@
191191
"postcss-preset-env": "7.7.2",
192192
"prettier": "^2.0.0",
193193
"protractor": "~7.0.0",
194-
"puppeteer": "15.5.0",
194+
"puppeteer": "16.0.0",
195195
"quicktype-core": "6.0.69",
196196
"regenerator-runtime": "0.13.9",
197197
"resolve-url-loader": "5.0.0",

yarn.lock

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

9292-
puppeteer@15.5.0:
9293-
version "15.5.0"
9294-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-15.5.0.tgz#446e01547ba0f47c37ac2148e5333433b4ecb371"
9295-
integrity sha512-+vZPU8iBSdCx1Kn5hHas80fyo0TiVyMeqLGv/1dygX2HKhAZjO9YThadbRTCoTYq0yWw+w/CysldPsEekDtjDQ==
9292+
puppeteer@16.0.0:
9293+
version "16.0.0"
9294+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-16.0.0.tgz#9efb6cdb57e3e51cf060a33f6289e88200dd4672"
9295+
integrity sha512-FgSe21IHNHkqv1SiJiob4ANsxVujcINa4p3MaDEMyoZsocbgSgwYE0c9lnF8eoinw4id3vx4DOXwhFdOOwVlDg==
92969296
dependencies:
92979297
cross-fetch "3.1.5"
92989298
debug "4.3.4"
@@ -9305,7 +9305,7 @@ [email protected]:
93059305
rimraf "3.0.2"
93069306
tar-fs "2.1.1"
93079307
unbzip2-stream "1.4.3"
9308-
ws "8.8.0"
9308+
ws "8.8.1"
93099309

93109310
93119311
version "1.4.1"
@@ -11584,12 +11584,7 @@ write-file-atomic@^4.0.0, write-file-atomic@^4.0.1:
1158411584
imurmurhash "^0.1.4"
1158511585
signal-exit "^3.0.7"
1158611586

11587-
11588-
version "8.8.0"
11589-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.0.tgz#8e71c75e2f6348dbf8d78005107297056cb77769"
11590-
integrity sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==
11591-
11592-
ws@>=8.7.0, ws@^8.4.2:
11587+
[email protected], ws@>=8.7.0, ws@^8.4.2:
1159311588
version "8.8.1"
1159411589
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.1.tgz#5dbad0feb7ade8ecc99b830c1d77c913d4955ff0"
1159511590
integrity sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==

0 commit comments

Comments
 (0)