Skip to content

Commit b7a1a69

Browse files
committed
chore(deps): update dependency mercurius to v10
1 parent 003cb41 commit b7a1a69

File tree

2 files changed

+63
-121
lines changed

2 files changed

+63
-121
lines changed

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@nestjs/platform-fastify": "8.4.7",
3232
"@nestjs/testing": "8.4.7",
3333
"fastify": "4.5.3",
34-
"mercurius": "8.13.1",
34+
"mercurius": "10.5.0",
3535
"mercurius-integration-testing": "5.0.0"
3636
},
3737
"peerDependencies": {

yarn.lock

Lines changed: 62 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,11 @@
971971
minimatch "^3.1.2"
972972
strip-json-comments "^3.1.1"
973973

974+
"@fastify/accept-negotiator@^1.0.0":
975+
version "1.0.0"
976+
resolved "https://registry.yarnpkg.com/@fastify/accept-negotiator/-/accept-negotiator-1.0.0.tgz#f0e73a3f8c6ba739d66a629b386c838889ec7a23"
977+
integrity sha512-4R/N2KfYeld7A5LGkai+iUFMahXcxxYbDp+XS2B1yuL3cdmZLJ9TlCnNzT3q5xFTqsYm0GPpinLUwfSwjcVjyA==
978+
974979
"@fastify/accepts@^3.0.0":
975980
version "3.0.0"
976981
resolved "https://registry.yarnpkg.com/@fastify/accepts/-/accepts-3.0.0.tgz#9e2cc101d61b89593941c0b8b13abced72d2b30e"
@@ -1020,25 +1025,25 @@
10201025
dependencies:
10211026
fast-json-stringify "^5.0.0"
10221027

1023-
"@fastify/static@^5.0.0":
1024-
version "5.0.2"
1025-
resolved "https://registry.yarnpkg.com/@fastify/static/-/static-5.0.2.tgz#46cee887393b422f4b10a46a14e970a64dd086d4"
1026-
integrity sha512-HvyXZ5a7hUHoSBRq9jKUuKIUCkHMkCDcmiAeEmixXlGOx8pEWx3NYOIaiivcjWa6/NLvfdUT+t/jzfVQ2PA7Gw==
1028+
"@fastify/static@^6.0.0":
1029+
version "6.5.0"
1030+
resolved "https://registry.yarnpkg.com/@fastify/static/-/static-6.5.0.tgz#004fdb487ddf0ee5fdf7541e56bfcb493d7a1060"
1031+
integrity sha512-WEk6iqgejA6ivjkvbJ47A+uMci225z5lZwLXCXZS3ZYR/kYje1gzzarkKKGL6TWpBw6smkOzxA7dfEoY0347Nw==
10271032
dependencies:
1033+
"@fastify/accept-negotiator" "^1.0.0"
10281034
content-disposition "^0.5.3"
1029-
encoding-negotiator "^2.0.1"
1030-
fastify-plugin "^3.0.0"
1031-
glob "^7.1.4"
1035+
fastify-plugin "^4.0.0"
1036+
glob "^8.0.1"
10321037
p-limit "^3.1.0"
1033-
readable-stream "^3.4.0"
1034-
send "^0.17.1"
1038+
readable-stream "^4.0.0"
1039+
send "^0.18.0"
10351040

1036-
"@fastify/websocket@^5.0.0":
1037-
version "5.0.0"
1038-
resolved "https://registry.yarnpkg.com/@fastify/websocket/-/websocket-5.0.0.tgz#1fe62743c7663fb71d18953e6f62873a5b9cf448"
1039-
integrity sha512-ngZo5rchmhRZaML4MkAY/ClGs8Iyp0+rL97EIP0QsU2N4ICqBKEBG/wGL21ImAhha1RFixEzz8+CB/Ad/W50yw==
1041+
"@fastify/websocket@^7.0.0":
1042+
version "7.0.1"
1043+
resolved "https://registry.yarnpkg.com/@fastify/websocket/-/websocket-7.0.1.tgz#abe7f7a387ac5f3f04265de53f390c7a236dbcb1"
1044+
integrity sha512-LHOUKqRr1iV4w47sVQAT5IrVPsTiuEAqOS1QgtRymJYPeVfIC65LTxg22eoR7kyYW4W84oWJk0gtsBwUGhDEVg==
10401045
dependencies:
1041-
fastify-plugin "^3.0.0"
1046+
fastify-plugin "^4.0.0"
10421047
ws "^8.0.0"
10431048

10441049
"@gar/promisify@^1.0.1":
@@ -2809,13 +2814,6 @@
28092814
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
28102815
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
28112816

2812-
"@types/isomorphic-form-data@^2.0.0":
2813-
version "2.0.0"
2814-
resolved "https://registry.yarnpkg.com/@types/isomorphic-form-data/-/isomorphic-form-data-2.0.0.tgz#2bc88aeada19313027c273fcba7b24823556069c"
2815-
integrity sha512-A8DxJ9mtMuWuKIQImQkz+hewSFLbvUPtSVl32rHAdL+22Xn0CWPvk2zjuWSFOM8+p/YYoB5MmQThcJshp3no7A==
2816-
dependencies:
2817-
form-data "^2.5.1"
2818-
28192817
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
28202818
version "2.0.3"
28212819
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
@@ -4328,7 +4326,7 @@ columnify@^1.6.0:
43284326
strip-ansi "^6.0.1"
43294327
wcwidth "^1.0.0"
43304328

4331-
combined-stream@^1.0.6, combined-stream@^1.0.8:
4329+
combined-stream@^1.0.8:
43324330
version "1.0.8"
43334331
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
43344332
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -4798,11 +4796,6 @@ [email protected]:
47984796
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
47994797
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
48004798

4801-
destroy@~1.0.4:
4802-
version "1.0.4"
4803-
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
4804-
integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
4805-
48064799
detect-indent@^5.0.0:
48074800
version "5.0.0"
48084801
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-5.0.0.tgz#3871cc0a6a002e8c3e5b3cf7f336264675f06b9d"
@@ -4921,11 +4914,6 @@ encodeurl@~1.0.2:
49214914
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
49224915
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
49234916

4924-
encoding-negotiator@^2.0.1:
4925-
version "2.0.1"
4926-
resolved "https://registry.yarnpkg.com/encoding-negotiator/-/encoding-negotiator-2.0.1.tgz#79871bb5473b81f6a0670e8de5303fb5ee0868a3"
4927-
integrity sha512-GSK7qphNR4iPcejfAlZxKDoz3xMhnspwImK+Af5WhePS9jUpK/Oh7rUdyENWu+9rgDflOCTmAojBsgsvM8neAQ==
4928-
49294917
encoding@^0.1.12, encoding@^0.1.13:
49304918
version "0.1.13"
49314919
resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9"
@@ -5397,7 +5385,7 @@ [email protected], fast-json-stable-stringify@^2.0.0, fast-json-sta
53975385
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
53985386
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
53995387

5400-
fast-json-stringify@^1.13.0:
5388+
fast-json-stringify@^1.21.0:
54015389
version "1.21.0"
54025390
resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-1.21.0.tgz#51bc8c6d77d8c7b2cc7e5fa754f7f909f9e1262f"
54035391
integrity sha512-xY6gyjmHN3AK1Y15BCbMpeO9+dea5ePVsp3BouHCdukcx0hOHbXwFhRodhcI0NpZIgDChSeAKkHW9YjKvhwKBA==
@@ -5488,6 +5476,11 @@ fastify-plugin@^3.0.0:
54885476
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.0.tgz#cf1b8c8098e3b5a7c8c30e6aeb06903370c054ca"
54895477
integrity sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w==
54905478

5479+
fastify-plugin@^4.0.0, fastify-plugin@^4.2.0:
5480+
version "4.2.1"
5481+
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.2.1.tgz#4b80020957938dbc44b8ad4a898fd8bcfbab3f65"
5482+
integrity sha512-dlGKiwLzRBKkEf5J5ho0uAD/Jdv8GQVUbriB3tAX3ehRUXE4gTV3lRd5inEg9li1aLzb0EGj8y2K4/8g1TN06g==
5483+
54915484
fastify-warning@^0.2.0:
54925485
version "0.2.0"
54935486
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
@@ -5711,15 +5704,6 @@ [email protected], form-data@^4.0.0:
57115704
combined-stream "^1.0.8"
57125705
mime-types "^2.1.12"
57135706

5714-
form-data@^2.5.1:
5715-
version "2.5.1"
5716-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.1.tgz#f2cbec57b5e59e23716e128fe44d4e5dd23895f4"
5717-
integrity sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==
5718-
dependencies:
5719-
asynckit "^0.4.0"
5720-
combined-stream "^1.0.6"
5721-
mime-types "^2.1.12"
5722-
57235707
form-data@^3.0.0:
57245708
version "3.0.1"
57255709
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
@@ -6171,13 +6155,13 @@ grapheme-splitter@^1.0.4:
61716155
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
61726156
integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==
61736157

6174-
graphql-jit@^0.7.0:
6175-
version "0.7.3"
6176-
resolved "https://registry.yarnpkg.com/graphql-jit/-/graphql-jit-0.7.3.tgz#cdc14d93efb8aba75cafb0be263cbafd4881d4d9"
6177-
integrity sha512-sb7j5K4uWjpzZvmhEzU9ei9bgZImmB8bnzE2u9Mi5IkDk1Hjb0wc5+r7XAy9dwWDfuAzFZnN5mOmKjsBu1+4xw==
6158+
graphql-jit@^0.7.3:
6159+
version "0.7.4"
6160+
resolved "https://registry.yarnpkg.com/graphql-jit/-/graphql-jit-0.7.4.tgz#bc8ccf79596d13dff3835902a466f9a5ecc3a8c1"
6161+
integrity sha512-kWyHmsQtKMD6xcKDgf4dgPLyIZhviqA6IWGdnA0ElL9wgrIOTxf3eI4c0/U3tnoAU3t09zliVCfDkfIptzYjIA==
61786162
dependencies:
61796163
"@graphql-typed-document-node/core" "^3.1.1"
6180-
fast-json-stringify "^1.13.0"
6164+
fast-json-stringify "^1.21.0"
61816165
generate-function "^2.3.1"
61826166
json-schema "^0.4.0"
61836167
lodash.memoize "^4.1.2"
@@ -6210,7 +6194,7 @@ [email protected]:
62106194
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.5.5.tgz#f375486d3f196e2a2527b503644693ae3a8670a9"
62116195
integrity sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw==
62126196

6213-
graphql@*, [email protected], graphql@^15.5.1:
6197+
graphql@*, [email protected], graphql@^16.0.0:
62146198
version "15.8.0"
62156199
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
62166200
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
@@ -6349,17 +6333,6 @@ [email protected]:
63496333
statuses "2.0.1"
63506334
toidentifier "1.0.1"
63516335

6352-
http-errors@~1.7.2:
6353-
version "1.7.3"
6354-
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
6355-
integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==
6356-
dependencies:
6357-
depd "~1.1.2"
6358-
inherits "2.0.4"
6359-
setprototypeof "1.1.1"
6360-
statuses ">= 1.5.0 < 2"
6361-
toidentifier "1.0.0"
6362-
63636336
http-proxy-agent@^4.0.0, http-proxy-agent@^4.0.1:
63646337
version "4.0.1"
63656338
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a"
@@ -7952,28 +7925,26 @@ [email protected]:
79527925
cookie "^0.4.2"
79537926
ws "^8.4.2"
79547927

7955-
mercurius@8.13.1:
7956-
version "8.13.1"
7957-
resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-8.13.1.tgz#90d906b133ba3c4325f78d15605dbc4e0055dcb1"
7958-
integrity sha512-Z9oZrOoqRqelETySQZjCV/nPMdscRY5zbcvEMV8Ze63TPvJocreJL7Jam1kWtYnjmyOcyH2DPxdLRobZJf0Xjw==
7928+
mercurius@10.5.0:
7929+
version "10.5.0"
7930+
resolved "https://registry.yarnpkg.com/mercurius/-/mercurius-10.5.0.tgz#4de87f7bba1f50d7bf38fe167d076125bb28d09b"
7931+
integrity sha512-OifAmfr3sixU1ShoeooP9Qn+oswgnzkiyd36aYBBFphBG4Xzel/XvSn/iXCefw+gtpD/52QO0obuiTXBLeXVjA==
79597932
dependencies:
7960-
"@fastify/error" "^2.0.0"
7961-
"@fastify/static" "^5.0.0"
7962-
"@fastify/websocket" "^5.0.0"
7963-
"@types/isomorphic-form-data" "^2.0.0"
7933+
"@fastify/error" "^3.0.0"
7934+
"@fastify/static" "^6.0.0"
7935+
"@fastify/websocket" "^7.0.0"
79647936
events.on "^1.0.1"
7965-
fastify-plugin "^3.0.0"
7966-
graphql "^15.5.1"
7967-
graphql-jit "^0.7.0"
7968-
mqemitter "^4.4.1"
7937+
fastify-plugin "^4.2.0"
7938+
graphql "^16.0.0"
7939+
graphql-jit "^0.7.3"
7940+
mqemitter "^5.0.0"
79697941
p-map "^4.0.0"
7970-
promise.allsettled "^1.0.4"
7971-
readable-stream "^3.6.0"
7942+
readable-stream "^4.0.0"
79727943
safe-stable-stringify "^2.3.0"
79737944
secure-json-parse "^2.4.0"
79747945
single-user-cache "^0.6.0"
7975-
tiny-lru "^7.0.6"
7976-
undici "^4.8.0"
7946+
tiny-lru "^8.0.1"
7947+
undici "^5.0.0"
79777948
ws "^8.2.2"
79787949

79797950
@@ -8247,24 +8218,19 @@ modify-values@^1.0.0:
82478218
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
82488219
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==
82498220

8250-
mqemitter@^4.4.1:
8251-
version "4.5.0"
8252-
resolved "https://registry.yarnpkg.com/mqemitter/-/mqemitter-4.5.0.tgz#ffe74cdf0e3e88b6f37a9dfe4bb7546ac5ae7aa8"
8253-
integrity sha512-Mp/zytFeIv6piJQkEKnncHcP4R/ErJc5C7dfonkhkNUT2LA/nTayrfNxbipp3M5iCJUTQSUtzfQAQA3XVcKz6w==
8221+
mqemitter@^5.0.0:
8222+
version "5.0.0"
8223+
resolved "https://registry.yarnpkg.com/mqemitter/-/mqemitter-5.0.0.tgz#ab7a14c92cf30493c5ca4714cc4ce6c56434cbf5"
8224+
integrity sha512-rqNRQhGgl0W/NV+Zrx0rpAUTZcSlAtivCVUmXBUPcFYt+AeDEpoJgy5eKlFWJP6xnatONL59WIFdV0W6niOMhw==
82548225
dependencies:
82558226
fastparallel "^2.3.0"
8256-
qlobber "^5.0.0"
8227+
qlobber "^7.0.0"
82578228

82588229
82598230
version "2.0.0"
82608231
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
82618232
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
82628233

8263-
8264-
version "2.1.1"
8265-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
8266-
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
8267-
82688234
82698235
version "2.1.2"
82708236
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -9329,7 +9295,7 @@ promise-retry@^2.0.1:
93299295
err-code "^2.0.2"
93309296
retry "^0.12.0"
93319297

9332-
[email protected], promise.allsettled@^1.0.4:
9298+
93339299
version "1.0.5"
93349300
resolved "https://registry.yarnpkg.com/promise.allsettled/-/promise.allsettled-1.0.5.tgz#2443f3d4b2aa8dfa560f6ac2aa6c4ea999d75f53"
93359301
integrity sha512-tVDqeZPoBC0SlzJHzWGZ2NKAguVq2oiYj7gbggbiTvH2itHohijTp7njOUA0aQ/nl+0lr/r6egmhoYu63UZ/pQ==
@@ -9418,10 +9384,10 @@ q@^1.5.1:
94189384
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
94199385
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
94209386

9421-
qlobber@^5.0.0:
9422-
version "5.0.3"
9423-
resolved "https://registry.yarnpkg.com/qlobber/-/qlobber-5.0.3.tgz#24728d6ba5382d502c7e09f6860b95a9c71615cd"
9424-
integrity sha512-wW4GTZPePyh0RgOsM18oDyOUlXfurVRgoNyJfS+y7VWPyd0GYhQp5T2tycZFZjonH+hngxIfklGJhTP/ghidgQ==
9387+
qlobber@^7.0.0:
9388+
version "7.0.1"
9389+
resolved "https://registry.yarnpkg.com/qlobber/-/qlobber-7.0.1.tgz#2346664844d35cb99b8d80c8dc8a74264c078c69"
9390+
integrity sha512-FsFg9lMuMEFNKmTO9nV7tlyPhx8BmskPPjH2akWycuYVTtWaVwhW5yCHLJQ6Q+3mvw5cFX2vMfW2l9z2SiYAbg==
94259391

94269392
[email protected], qs@^6.10.3:
94279393
version "6.10.3"
@@ -9924,7 +9890,7 @@ semver@^6.0.0, semver@^6.3.0:
99249890
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
99259891
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
99269892

9927-
9893+
[email protected], send@^0.18.0:
99289894
version "0.18.0"
99299895
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
99309896
integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==
@@ -9943,25 +9909,6 @@ [email protected]:
99439909
range-parser "~1.2.1"
99449910
statuses "2.0.1"
99459911

9946-
send@^0.17.1:
9947-
version "0.17.1"
9948-
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
9949-
integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==
9950-
dependencies:
9951-
debug "2.6.9"
9952-
depd "~1.1.2"
9953-
destroy "~1.0.4"
9954-
encodeurl "~1.0.2"
9955-
escape-html "~1.0.3"
9956-
etag "~1.8.1"
9957-
fresh "0.5.2"
9958-
http-errors "~1.7.2"
9959-
mime "1.6.0"
9960-
ms "2.1.1"
9961-
on-finished "~2.3.0"
9962-
range-parser "~1.2.1"
9963-
statuses "~1.5.0"
9964-
99659912
99669913
version "1.15.0"
99679914
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540"
@@ -10266,7 +10213,7 @@ [email protected]:
1026610213
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
1026710214
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
1026810215

10269-
"statuses@>= 1.5.0 < 2", statuses@~1.5.0:
10216+
"statuses@>= 1.5.0 < 2":
1027010217
version "1.5.0"
1027110218
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
1027210219
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
@@ -10587,11 +10534,6 @@ through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6, through@^2.3.8:
1058710534
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
1058810535
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
1058910536

10590-
tiny-lru@^7.0.6:
10591-
version "7.0.6"
10592-
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-7.0.6.tgz#b0c3cdede1e5882aa2d1ae21cb2ceccf2a331f24"
10593-
integrity sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==
10594-
1059510537
tiny-lru@^8.0.1:
1059610538
version "8.0.1"
1059710539
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-8.0.1.tgz#c1d77d806e68035aaa2253e253d212291240ece2"
@@ -10857,10 +10799,10 @@ unbox-primitive@^1.0.1:
1085710799
has-symbols "^1.0.2"
1085810800
which-boxed-primitive "^1.0.2"
1085910801

10860-
undici@^4.8.0:
10861-
version "4.9.5"
10862-
resolved "https://registry.yarnpkg.com/undici/-/undici-4.9.5.tgz#6531b6b2587c2c42d77c0dded83d058a328775f8"
10863-
integrity sha512-t59IFVYiMnFThboJL9izqwsDEfSbZDPZ/8iCYBCkEFLy63x9m4YaNt0E+r5+X993syC9M0W/ksusZC9YuAamMg==
10802+
undici@^5.0.0:
10803+
version "5.10.0"
10804+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.10.0.tgz#dd9391087a90ccfbd007568db458674232ebf014"
10805+
integrity sha512-c8HsD3IbwmjjbLvoZuRI26TZic+TSEe8FPMLLOkN1AfYRhdjnKBU6yL+IwcSCbdZiX4e5t0lfMDLDCqj4Sq70g==
1086410806

1086510807
unique-filename@^1.1.1:
1086610808
version "1.1.1"

0 commit comments

Comments
 (0)