Skip to content

Commit a4d7616

Browse files
renovate-botdgp1130
authored andcommitted
build: update dependency puppeteer to v12
1 parent 4e68c95 commit a4d7616

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"postcss-preset-env": "6.7.0",
195195
"prettier": "^2.0.0",
196196
"protractor": "~7.0.0",
197-
"puppeteer": "11.0.0",
197+
"puppeteer": "12.0.0",
198198
"quicktype-core": "6.0.69",
199199
"regenerator-runtime": "0.13.9",
200200
"resolve-url-loader": "4.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4129,10 +4129,10 @@ detect-node@^2.0.4:
41294129
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
41304130
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
41314131

4132-
4133-
version "0.0.901419"
4134-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.901419.tgz#79b5459c48fe7e1c5563c02bd72f8fec3e0cebcd"
4135-
integrity sha512-4INMPwNm9XRpBukhNbF7OB6fNTTCaI8pzy/fXg0xQzAy5h3zL1P8xT3QazgKqBrb/hAYwIBizqDBZ7GtJE74QQ==
4132+
4133+
version "0.0.937139"
4134+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.937139.tgz#bdee3751fdfdb81cb701fd3afa94b1065dafafcf"
4135+
integrity sha512-daj+rzR3QSxsPRy5vjjthn58axO8c11j58uY0lG5vvlJk/EiOdCWOptGdkXDjtuRHr78emKq0udHCXM4trhoDQ==
41364136

41374137
dezalgo@^1.0.0:
41384138
version "1.0.3"
@@ -8628,13 +8628,13 @@ punycode@^2.1.0, punycode@^2.1.1:
86288628
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
86298629
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
86308630

8631-
puppeteer@11.0.0:
8632-
version "11.0.0"
8633-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-11.0.0.tgz#0808719c38e15315ecc1b1c28911f1c9054d201f"
8634-
integrity sha512-6rPFqN1ABjn4shgOICGDBITTRV09EjXVqhDERBDKwCLz0UyBxeeBH6Ay0vQUJ84VACmlxwzOIzVEJXThcF3aNg==
8631+
puppeteer@12.0.0:
8632+
version "12.0.0"
8633+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-12.0.0.tgz#38544c9a608c79ded84bb4225af26d2d42c988cf"
8634+
integrity sha512-a+vLxtwuDLUIq8Vz8X5bX+YMhcQrgyfq0Jo5Wcm49EfUawgCxeCN9/rUAS3VdAAiQZ1PKiv9pGyQN8jj1ypecQ==
86358635
dependencies:
86368636
debug "4.3.2"
8637-
devtools-protocol "0.0.901419"
8637+
devtools-protocol "0.0.937139"
86388638
extract-zip "2.0.1"
86398639
https-proxy-agent "5.0.0"
86408640
node-fetch "2.6.5"

0 commit comments

Comments
 (0)