Skip to content

Commit

Permalink
chore(deps): update devdependency puppeteer-core to v9 (#9175)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 3, 2021
1 parent 1db912f commit 45fdf17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"lerna": "^4.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"puppeteer-core": "^8.0.0",
"puppeteer-core": "^9.1.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"rollup": "2.46.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -5347,10 +5347,10 @@ devalue@^2.0.1:
resolved "https://registry.npmjs.org/devalue/-/devalue-2.0.1.tgz#5d368f9adc0928e47b77eea53ca60d2f346f9762"
integrity sha512-I2TiqT5iWBEyB8GRfTDP0hiLZ0YeDJZ+upDxjBfOC2lebO5LezQMv7QvIUTzdb64jQyAKLf1AHADtGN+jw6v8Q==

devtools-protocol@0.0.854822:
version "0.0.854822"
resolved "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.854822.tgz#eac3a5260a6b3b4e729a09fdc0c77b0d322e777b"
integrity sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==
devtools-protocol@0.0.869402:
version "0.0.869402"
resolved "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.869402.tgz#03ade701761742e43ae4de5dc188bcd80f156d8d"
integrity sha512-VvlVYY+VDJe639yHs5PHISzdWTLL3Aw8rO4cvUtwvoxFd6FHbE4OpHHcde52M6096uYYazAmd4l0o5VuFRO2WA==

dezalgo@^1.0.0:
version "1.0.3"
Expand Down Expand Up @@ -11034,13 +11034,13 @@ punycode@^2.1.0, punycode@^2.1.1:
resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

puppeteer-core@^8.0.0:
version "8.0.0"
resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-8.0.0.tgz#4f56cc24675a8e993b0610a284f064a84910f4ec"
integrity sha512-kRTiGh42+4eiw9tl489p//8Zpg3LWmz0K3mOpv0qj5PsCV7jE43SLIi0E50suLh8OghXsFhJFoE98vEmXUnDew==
puppeteer-core@^9.1.0:
version "9.1.0"
resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-9.1.0.tgz#c4a53310573db3566a61f2226f4483f65addea7b"
integrity sha512-Tj9REpOO3AuLToyjss1dtltu0OdUY+UoL+Jlv0SNx3eXV1ddbl7oLFvbFg0m4IzEB7OvCdPHq/mrB5gpQVvi3g==
dependencies:
debug "^4.1.0"
devtools-protocol "0.0.854822"
devtools-protocol "0.0.869402"
extract-zip "^2.0.0"
https-proxy-agent "^5.0.0"
node-fetch "^2.6.1"
Expand Down

0 comments on commit 45fdf17

Please sign in to comment.