Skip to content

Commit

Permalink
fix(deps): update dependency puppeteer to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 18, 2022
1 parent 1f0d5f0 commit 4deca98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"extend": "3.0.2",
"html-webpack-plugin": "5.5.0",
"portfinder": "1.0.28",
"puppeteer": "12.0.1",
"puppeteer": "13.1.1",
"regenerator-runtime": "0.13.9",
"source-map-loader": "3.0.0",
"webpack": "5.64.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9883,10 +9883,10 @@ detective-typescript@^4.1.2:
typescript "^3.0.3"
typescript-eslint-parser "^18.0.0"

devtools-protocol@0.0.937139:
version "0.0.937139"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.937139.tgz#bdee3751fdfdb81cb701fd3afa94b1065dafafcf"
integrity sha512-daj+rzR3QSxsPRy5vjjthn58axO8c11j58uY0lG5vvlJk/EiOdCWOptGdkXDjtuRHr78emKq0udHCXM4trhoDQ==
devtools-protocol@0.0.948846:
version "0.0.948846"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.948846.tgz#bff47e2d1dba060130fa40ed2e5f78b916ba285f"
integrity sha512-5fGyt9xmMqUl2VI7+rnUkKCiAQIpLns8sfQtTENy5L70ktbNw0Z3TFJ1JoFNYdx/jffz4YXU45VF75wKZD7sZQ==

dezalgo@^1.0.0:
version "1.0.3"
Expand Down Expand Up @@ -17453,13 +17453,13 @@ puppeteer-core@1.20.0:
rimraf "^2.6.1"
ws "^6.1.0"

puppeteer@12.0.1:
version "12.0.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-12.0.1.tgz#ae79d0e174a07563e0bf2e05c94ccafce3e70033"
integrity sha512-YQ3GRiyZW0ddxTW+iiQcv2/8TT5c3+FcRUCg7F8q2gHqxd5akZN400VRXr9cHQKLWGukmJLDiE72MrcLK9tFHQ==
puppeteer@13.1.1:
version "13.1.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-13.1.1.tgz#63771eb744202aa91918c49123f846e1747da121"
integrity sha512-GwdFy1JQ43Hhxj6MraXme+XfCX2CKe18MuwToXTMEAk0txg6vUEgwqBnzErTTqDVZ7sWYrDtDaRCfD2y7ZwgGw==
dependencies:
debug "4.3.2"
devtools-protocol "0.0.937139"
devtools-protocol "0.0.948846"
extract-zip "2.0.1"
https-proxy-agent "5.0.0"
node-fetch "2.6.5"
Expand Down

0 comments on commit 4deca98

Please sign in to comment.