Skip to content

Commit 5037c7f

Browse files
renovate-botclydin
authored andcommitted
build: update puppeteer to version 5.3.0
1 parent 118f698 commit 5037c7f

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
@@ -190,7 +190,7 @@
190190
"postcss-loader": "4.0.1",
191191
"prettier": "^2.0.0",
192192
"protractor": "~7.0.0",
193-
"puppeteer": "5.2.1",
193+
"puppeteer": "5.3.0",
194194
"quicktype-core": "^6.0.15",
195195
"raw-loader": "4.0.0",
196196
"regenerator-runtime": "0.13.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4288,10 +4288,10 @@ detect-node@^2.0.4:
42884288
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c"
42894289
integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==
42904290

4291-
4292-
version "0.0.781568"
4293-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.781568.tgz#4cdca90a952d2c77831096ff6cd32695d8715a04"
4294-
integrity sha512-9Uqnzy6m6zEStluH9iyJ3iHyaQziFnMnLeC8vK0eN6smiJmIx7+yB64d67C2lH/LZra+5cGscJAJsNXO+MdPMg==
4291+
4292+
version "0.0.799653"
4293+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.799653.tgz#86fc95ce5bf4fdf4b77a58047ba9d2301078f119"
4294+
integrity sha512-t1CcaZbvm8pOlikqrsIM9GOa7Ipp07+4h/q9u0JXBWjPCjHdBl9KkddX87Vv9vBHoBGtwV79sYQNGnQM6iS5gg==
42954295

42964296
dezalgo@^1.0.0:
42974297
version "1.0.3"
@@ -9586,13 +9586,13 @@ punycode@^2.1.0, punycode@^2.1.1:
95869586
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
95879587
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
95889588

9589-
puppeteer@5.2.1:
9590-
version "5.2.1"
9591-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.2.1.tgz#7f0564f0a5384f352a38c8cc42af875cd87f4ea6"
9592-
integrity sha512-PZoZG7u+T6N1GFWBQmGVG162Ak5MAy8nYSVpeeQrwJK2oYUlDWpHEJPcd/zopyuEMTv7DiztS1blgny1txR2qw==
9589+
puppeteer@5.3.0:
9590+
version "5.3.0"
9591+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.3.0.tgz#0abf83d0f2d1273baf2b56885a813f8052903e33"
9592+
integrity sha512-GjqMk5GRro3TO0sw3QMsF1H7n+/jaK2OW45qMvqjYUyJ7y4oA//9auy969HHhTG3HZXaMxY/NWXF/NXlAFIvtw==
95939593
dependencies:
95949594
debug "^4.1.0"
9595-
devtools-protocol "0.0.781568"
9595+
devtools-protocol "0.0.799653"
95969596
extract-zip "^2.0.0"
95979597
https-proxy-agent "^4.0.0"
95989598
mime "^2.0.3"

0 commit comments

Comments
 (0)