Skip to content

Commit c2ba41c

Browse files
fix(deps): update dependency puppeteer to v15 (#943)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent adb441e commit c2ba41c

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

packages/todo-example/end2end-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": "true",
55
"dependencies": {
6-
"puppeteer": "13.7.0",
6+
"puppeteer": "15.3.2",
77
"fastify": "3.29.1",
88
"fastify-static": "4.7.0"
99
},

yarn.lock

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3760,10 +3760,10 @@ detect-newline@^3.0.0:
37603760
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
37613761
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
37623762

3763-
3764-
version "0.0.981744"
3765-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.981744.tgz#9960da0370284577d46c28979a0b32651022bacf"
3766-
integrity sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg==
3763+
3764+
version "0.0.1011705"
3765+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1011705.tgz#2582ed29f84848df83fba488122015540a744539"
3766+
integrity sha512-OKvTvu9n3swmgYshvsyVHYX0+aPzCoYUnyXUacfQMmFtBtBKewV/gT4I9jkAbpTqtTi2E4S9MXLlvzBDUlqg0Q==
37673767

37683768
diff-sequences@^27.5.1:
37693769
version "27.5.1"
@@ -6911,14 +6911,14 @@ punycode@^2.1.0, punycode@^2.1.1:
69116911
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
69126912
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
69136913

6914-
puppeteer@13.7.0:
6915-
version "13.7.0"
6916-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-13.7.0.tgz#18e16f83e397cf02f7a0804c67c1603d381cfb0b"
6917-
integrity sha512-U1uufzBjz3+PkpCxFrWzh4OrMIdIb2ztzCu0YEPfRHjHswcSwHZswnK+WdsOQJsRV8WeTg3jLhJR4D867+fjsA==
6914+
puppeteer@15.3.2:
6915+
version "15.3.2"
6916+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-15.3.2.tgz#62162739044d570ab9907f85b1e1bbcf52adc79e"
6917+
integrity sha512-6z4fTHCHTpG3Yu7zqP0mLfCmkNkgw5KSUfLAwuBabz9Pkqoe0Z08hqUx5GNxhhMgEo4YVOSPBshePA6zliznWQ==
69186918
dependencies:
69196919
cross-fetch "3.1.5"
69206920
debug "4.3.4"
6921-
devtools-protocol "0.0.981744"
6921+
devtools-protocol "0.0.1011705"
69226922
extract-zip "2.0.1"
69236923
https-proxy-agent "5.0.1"
69246924
pkg-dir "4.2.0"
@@ -6927,7 +6927,7 @@ [email protected]:
69276927
rimraf "3.0.2"
69286928
tar-fs "2.1.1"
69296929
unbzip2-stream "1.4.3"
6930-
ws "8.5.0"
6930+
ws "8.8.0"
69316931

69326932
69336933
version "6.10.3"
@@ -8685,11 +8685,6 @@ write-pkg@^4.0.0:
86858685
type-fest "^0.4.1"
86868686
write-json-file "^3.2.0"
86878687

8688-
8689-
version "8.5.0"
8690-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
8691-
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
8692-
86938688
[email protected], ws@^8.3.0:
86948689
version "8.8.0"
86958690
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.0.tgz#8e71c75e2f6348dbf8d78005107297056cb77769"

0 commit comments

Comments
 (0)