Skip to content

Commit

Permalink
fix(deps): update dependency puppeteer to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 13, 2022
1 parent 3d12444 commit 16a19a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 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": "14.3.0",
"puppeteer": "15.3.2",
"regenerator-runtime": "0.13.9",
"source-map-loader": "3.0.1",
"webpack": "5.73.0",
Expand Down
25 changes: 10 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8273,10 +8273,10 @@ detective-typescript@^4.1.2:
typescript "^3.0.3"
typescript-eslint-parser "^18.0.0"

devtools-protocol@0.0.1001819:
version "0.0.1001819"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1001819.tgz#0a98f44cefdb02cc684f3d5e6bd898a1690231d9"
integrity sha512-G6OsIFnv/rDyxSqBa2lDLR6thp9oJioLsb2Gl+LbQlyoA9/OBAkrTU9jiCcQ8Pnh7z4d6slDiLaogR5hzgJLmQ==
devtools-protocol@0.0.1011705:
version "0.0.1011705"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1011705.tgz#2582ed29f84848df83fba488122015540a744539"
integrity sha512-OKvTvu9n3swmgYshvsyVHYX0+aPzCoYUnyXUacfQMmFtBtBKewV/gT4I9jkAbpTqtTi2E4S9MXLlvzBDUlqg0Q==

dezalgo@^1.0.0:
version "1.0.4"
Expand Down Expand Up @@ -15142,14 +15142,14 @@ puppeteer-core@1.20.0:
rimraf "^2.6.1"
ws "^6.1.0"

puppeteer@14.3.0:
version "14.3.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-14.3.0.tgz#0099cabf97767461aca02486313e84fcfc776af6"
integrity sha512-pDtg1+vyw1UPIhUjh2/VW1HUdQnaZJHfMacrJciR3AVm+PBiqdCEcFeFb3UJ/CDEQlHOClm3/WFa7IjY25zIGg==
puppeteer@15.3.2:
version "15.3.2"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-15.3.2.tgz#62162739044d570ab9907f85b1e1bbcf52adc79e"
integrity sha512-6z4fTHCHTpG3Yu7zqP0mLfCmkNkgw5KSUfLAwuBabz9Pkqoe0Z08hqUx5GNxhhMgEo4YVOSPBshePA6zliznWQ==
dependencies:
cross-fetch "3.1.5"
debug "4.3.4"
devtools-protocol "0.0.1001819"
devtools-protocol "0.0.1011705"
extract-zip "2.0.1"
https-proxy-agent "5.0.1"
pkg-dir "4.2.0"
Expand All @@ -15158,7 +15158,7 @@ puppeteer@14.3.0:
rimraf "3.0.2"
tar-fs "2.1.1"
unbzip2-stream "1.4.3"
ws "8.7.0"
ws "8.8.0"

q@^1.5.1:
version "1.5.1"
Expand Down Expand Up @@ -18537,11 +18537,6 @@ write-pkg@^4.0.0:
type-fest "^0.4.1"
write-json-file "^3.2.0"

ws@8.7.0:
version "8.7.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.7.0.tgz#eaf9d874b433aa00c0e0d8752532444875db3957"
integrity sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==

ws@8.8.0, ws@^8.2.3, ws@^8.4.2:
version "8.8.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.0.tgz#8e71c75e2f6348dbf8d78005107297056cb77769"
Expand Down

0 comments on commit 16a19a2

Please sign in to comment.