Skip to content

Commit 5508a54

Browse files
fix(deps): update dependency puppeteer to v18 (#975)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd52d74 commit 5508a54

File tree

2 files changed

+18
-82
lines changed

2 files changed

+18
-82
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": "15.5.0",
6+
"puppeteer": "18.0.5",
77
"fastify": "3.29.1",
88
"fastify-static": "4.7.0"
99
},

yarn.lock

Lines changed: 17 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
"@app/gql@link:./packages/todo-example/client-apollo/src/gql":
3636
version "0.0.0"
37-
uid ""
3837

3938
"@ardatan/[email protected]":
4039
version "12.0.0"
@@ -1297,28 +1296,14 @@
12971296
ts-node "^9"
12981297
tslib "^2"
12991298

1300-
"@envelop/core@^2.4.0":
1301-
version "2.4.0"
1302-
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-2.4.0.tgz#4319bd681a83fa0964c8be77f7535f728e2e05bb"
1303-
integrity sha512-ZA8d3sg69+IrZH0seB/HxHi+IYaOOu5OLzZBAHw7MrT2mBI0RyboM6QZv0gGvYJjQIUeJ1I2Zz4bqjOKNmgpxA==
1304-
dependencies:
1305-
"@envelop/types" "2.3.0"
1306-
1307-
"@envelop/core@^2.5.0":
1299+
"@envelop/core@^2.4.0", "@envelop/core@^2.5.0":
13081300
version "2.6.0"
13091301
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-2.6.0.tgz#1b7a346a37040c217f0f9b60c3358efc6c3b1b94"
13101302
integrity sha512-yTptKinJN//i6m1kXUbnLBl/FobzddI4ehURAMS08eRUOQwAuXqJU9r8VdTav8nIZLb4t6cuDWFb3n331LiwLw==
13111303
dependencies:
13121304
"@envelop/types" "2.4.0"
13131305
tslib "2.4.0"
13141306

1315-
"@envelop/parser-cache@^4.4.0":
1316-
version "4.5.0"
1317-
resolved "https://registry.yarnpkg.com/@envelop/parser-cache/-/parser-cache-4.5.0.tgz#7cf3eee87f7e87fdecfb310b6d6f49268641d5d9"
1318-
integrity sha512-PrMPLSYme/zpdSlRj+ZwWSitzUukf2vrHgrVnHBxc5I60N+kGXzg7SiddrTWM1BotqgEi5qSRd7AaiqgHQ6Hqg==
1319-
dependencies:
1320-
lru-cache "^6.0.0"
1321-
13221307
"@envelop/parser-cache@^4.6.0":
13231308
version "4.7.0"
13241309
resolved "https://registry.yarnpkg.com/@envelop/parser-cache/-/parser-cache-4.7.0.tgz#fc438d8ed390c88fa24bf56da3e4da36f088e3fc"
@@ -1327,25 +1312,13 @@
13271312
lru-cache "^6.0.0"
13281313
tslib "^2.4.0"
13291314

1330-
"@envelop/[email protected]":
1331-
version "2.3.0"
1332-
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-2.3.0.tgz#d633052eb3c7e7913380165ce041e2c0e358d5b6"
1333-
integrity sha512-K20KxpGlY+HKenms4Kccuh/YcCm0ytj1Zk0Ak6b6hKA68JI4YQ2GwGMq7A7gSOb1MxlbKqrnVdeQdXaDpQfCmA==
1334-
13351315
"@envelop/[email protected]":
13361316
version "2.4.0"
13371317
resolved "https://registry.yarnpkg.com/@envelop/types/-/types-2.4.0.tgz#129163df73503581b68950704f4064a6b0f2c6ed"
13381318
integrity sha512-pjxS98cDQBS84X29VcwzH3aJ/KiLCGwyMxuj7/5FkdiaCXAD1JEvKEj9LARWlFYj1bY43uII4+UptFebrhiIaw==
13391319
dependencies:
13401320
tslib "^2.4.0"
13411321

1342-
"@envelop/validation-cache@^4.4.0":
1343-
version "4.5.0"
1344-
resolved "https://registry.yarnpkg.com/@envelop/validation-cache/-/validation-cache-4.5.0.tgz#4b71b468c199d3740272b8239de0c583d047facc"
1345-
integrity sha512-+vBW+IFaI8dk74xbg9f1wI8X43pB7/Ul4MUHsZJ21hpIlR/Ahu4+Jw5lydPa8lXEoCoK6EAm9ym8ClHBA5kKBQ==
1346-
dependencies:
1347-
lru-cache "^6.0.0"
1348-
13491322
"@envelop/validation-cache@^4.6.0":
13501323
version "4.7.0"
13511324
resolved "https://registry.yarnpkg.com/@envelop/validation-cache/-/validation-cache-4.7.0.tgz#6871116c5387cd7c310b9ae9187d29c2793ae33f"
@@ -1644,22 +1617,14 @@
16441617
"@graphql-tools/utils" "8.9.0"
16451618
tslib "^2.4.0"
16461619

1647-
"@graphql-tools/[email protected]":
1620+
"@graphql-tools/[email protected]", "@graphql-tools/merge@^8.2.6":
16481621
version "8.3.6"
16491622
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.6.tgz#97a936d4c8e8f935e58a514bb516c476437b5b2c"
16501623
integrity sha512-uUBokxXi89bj08P+iCvQk3Vew4vcfL5ZM6NTylWi8PIpoq4r5nJ625bRuN8h2uubEdRiH8ntN9M4xkd/j7AybQ==
16511624
dependencies:
16521625
"@graphql-tools/utils" "8.12.0"
16531626
tslib "^2.4.0"
16541627

1655-
"@graphql-tools/merge@^8.2.6":
1656-
version "8.3.3"
1657-
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.3.tgz#74dd4816c3fc7af38730fc59d1cba6e687d7fb2d"
1658-
integrity sha512-EfULshN2s2s2mhBwbV9WpGnoehRLe7eIMdZrKfHhxlBWOvtNUd3KSCN0PUdAMd7lj1jXUW9KYdn624JrVn6qzg==
1659-
dependencies:
1660-
"@graphql-tools/utils" "8.10.0"
1661-
tslib "^2.4.0"
1662-
16631628
"@graphql-tools/optimize@^1.3.0":
16641629
version "1.3.0"
16651630
resolved "https://registry.yarnpkg.com/@graphql-tools/optimize/-/optimize-1.3.0.tgz#11ea27ac73e857d882ccfd7a3a981d8d6fb521e2"
@@ -1701,7 +1666,7 @@
17011666
"@graphql-tools/utils" "8.8.0"
17021667
tslib "^2.4.0"
17031668

1704-
"@graphql-tools/[email protected]", "@graphql-tools/schema@^8.5.0":
1669+
"@graphql-tools/[email protected]":
17051670
version "8.5.1"
17061671
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.5.1.tgz#c2f2ff1448380919a330312399c9471db2580b58"
17071672
integrity sha512-0Esilsh0P/qYcB5DKQpiKeQs/jevzIadNTaT0jeWklPMwNbT7yMX4EqZany7mbeRRlSRwMzNzL5olyFdffHBZg==
@@ -1742,21 +1707,14 @@
17421707
value-or-promise "^1.0.11"
17431708
ws "^8.3.0"
17441709

1745-
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.9.0":
1746-
version "8.10.0"
1747-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.10.0.tgz#8e76db7487e19b60cf99fb90c2d6343b2105b331"
1748-
integrity sha512-yI+V373FdXQbYfqdarehn9vRWDZZYuvyQ/xwiv5ez2BbobHrqsexF7qs56plLRaQ8ESYpVAjMQvJWe9s23O0Jg==
1749-
dependencies:
1750-
tslib "^2.4.0"
1751-
1752-
"@graphql-tools/[email protected]":
1710+
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.6.5", "@graphql-tools/utils@^8.8.0", "@graphql-tools/utils@^8.9.0":
17531711
version "8.12.0"
17541712
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.12.0.tgz#243bc4f5fc2edbc9e8fd1038189e57d837cbe31f"
17551713
integrity sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw==
17561714
dependencies:
17571715
tslib "^2.4.0"
17581716

1759-
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.6.5", "@graphql-tools/utils@^8.8.0":
1717+
"@graphql-tools/[email protected]":
17601718
version "8.8.0"
17611719
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.8.0.tgz#8332ff80a1da9204ccf514750dd6f5c5cccf17dc"
17621720
integrity sha512-KJrtx05uSM/cPYFdTnGAS1doL5bftJLAiFCDMZ8Vkifztz3BFn3gpFiy/o4wDtM8s39G46mxmt2Km/RmeltfGw==
@@ -1786,7 +1744,7 @@
17861744
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052"
17871745
integrity sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==
17881746

1789-
"@graphql-yoga/common@^2.12.12":
1747+
"@graphql-yoga/common@^2.12.12", "@graphql-yoga/common@^2.12.5":
17901748
version "2.12.12"
17911749
resolved "https://registry.yarnpkg.com/@graphql-yoga/common/-/common-2.12.12.tgz#8e90d94e1a3206f91363bd78278e5b0288d032b6"
17921750
integrity sha512-La2ygIw2qlIJZrRGT4nW70Nam7gQ2xZkOn0FDCnKWSJhQ4nHw4aFAkeHIJdZGK0u2TqtXRrNSAj5cb/TZoqUiQ==
@@ -1802,22 +1760,6 @@
18021760
dset "^3.1.1"
18031761
tslib "^2.3.1"
18041762

1805-
"@graphql-yoga/common@^2.12.5":
1806-
version "2.12.5"
1807-
resolved "https://registry.yarnpkg.com/@graphql-yoga/common/-/common-2.12.5.tgz#930cf3599a3398f6a56f2f1755e6c9785e60bedb"
1808-
integrity sha512-5p634xtfphiHNPd39kyDc3VSIX8shkinywalNiMHEAal1DGYCn4x/mKbA6Q7tgWvrCqC4fAAuklHoxxi7TIyxA==
1809-
dependencies:
1810-
"@envelop/core" "^2.4.0"
1811-
"@envelop/parser-cache" "^4.4.0"
1812-
"@envelop/validation-cache" "^4.4.0"
1813-
"@graphql-tools/schema" "^8.5.0"
1814-
"@graphql-tools/utils" "^8.8.0"
1815-
"@graphql-typed-document-node/core" "^3.1.1"
1816-
"@graphql-yoga/subscription" "^2.2.3"
1817-
"@whatwg-node/fetch" "^0.2.6"
1818-
dset "^3.1.1"
1819-
tslib "^2.3.1"
1820-
18211763
"@graphql-yoga/[email protected]":
18221764
version "2.13.13"
18231765
resolved "https://registry.yarnpkg.com/@graphql-yoga/node/-/node-2.13.13.tgz#8f42cab6be3d4d396483c33b490171772569e73b"
@@ -3975,10 +3917,10 @@ detect-newline@^3.0.0:
39753917
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
39763918
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
39773919

3978-
3979-
version "0.0.1019158"
3980-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1019158.tgz#4b08d06108a784a2134313149626ba55f030a86f"
3981-
integrity sha512-wvq+KscQ7/6spEV7czhnZc9RM/woz1AY+/Vpd8/h2HFMwJSdTliu7f/yr1A6vDdJfKICZsShqsYpEQbdhg8AFQ==
3920+
3921+
version "0.0.1036444"
3922+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1036444.tgz#a570d3cdde61527c82f9b03919847b8ac7b1c2b9"
3923+
integrity sha512-0y4f/T8H9lsESV9kKP1HDUXgHxCdniFeJh6Erq+FbdOEvp/Ydp9t8kcAAM5gOd17pMrTDlFWntoHtzzeTUWKNw==
39823924

39833925
diff-sequences@^27.5.1:
39843926
version "27.5.1"
@@ -7026,7 +6968,7 @@ pirates@^4.0.1, pirates@^4.0.4:
70266968
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b"
70276969
integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==
70286970

7029-
pkg-dir@4.2.0, pkg-dir@^4.1.0, pkg-dir@^4.2.0:
6971+
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
70306972
version "4.2.0"
70316973
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
70326974
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
@@ -7161,23 +7103,22 @@ punycode@^2.1.0, punycode@^2.1.1:
71617103
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
71627104
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
71637105

7164-
puppeteer@15.5.0:
7165-
version "15.5.0"
7166-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-15.5.0.tgz#446e01547ba0f47c37ac2148e5333433b4ecb371"
7167-
integrity sha512-+vZPU8iBSdCx1Kn5hHas80fyo0TiVyMeqLGv/1dygX2HKhAZjO9YThadbRTCoTYq0yWw+w/CysldPsEekDtjDQ==
7106+
puppeteer@18.0.5:
7107+
version "18.0.5"
7108+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-18.0.5.tgz#873223b17b92345182c5b5e8cfbd6f3117f1547d"
7109+
integrity sha512-s4erjxU0VtKojPvF+KvLKG6OHUPw7gO2YV1dtOsoryyCbhrs444fXb4QZqGWuTv3V/rgSCUzeixxu34g0ZkSMA==
71687110
dependencies:
71697111
cross-fetch "3.1.5"
71707112
debug "4.3.4"
7171-
devtools-protocol "0.0.1019158"
7113+
devtools-protocol "0.0.1036444"
71727114
extract-zip "2.0.1"
71737115
https-proxy-agent "5.0.1"
7174-
pkg-dir "4.2.0"
71757116
progress "2.0.3"
71767117
proxy-from-env "1.1.0"
71777118
rimraf "3.0.2"
71787119
tar-fs "2.1.1"
71797120
unbzip2-stream "1.4.3"
7180-
ws "8.8.0"
7121+
ws "8.8.1"
71817122

71827123
pvtsutils@^1.3.2:
71837124
version "1.3.2"
@@ -8954,11 +8895,6 @@ write-pkg@^4.0.0:
89548895
type-fest "^0.4.1"
89558896
write-json-file "^3.2.0"
89568897

8957-
8958-
version "8.8.0"
8959-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.0.tgz#8e71c75e2f6348dbf8d78005107297056cb77769"
8960-
integrity sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==
8961-
89628898
[email protected], ws@^8.3.0:
89638899
version "8.8.1"
89648900
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.1.tgz#5dbad0feb7ade8ecc99b830c1d77c913d4955ff0"

0 commit comments

Comments
 (0)