Skip to content

Commit

Permalink
chore(deps): update dependency fastify to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 0b51eee commit da066b7
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nestjs/common": "10.4.11",
"@nestjs/platform-fastify": "10.4.11",
"@nestjs/testing": "10.4.11",
"fastify": "4.28.1",
"fastify": "5.1.0",
"mercurius": "14.1.0",
"mercurius-integration-testing": "9.0.0"
},
Expand All @@ -42,7 +42,7 @@
"@mercuriusjs/gateway": "^1.0.0 || ^2.0.0 || ^3.0.0",
"@nestjs/common": "^9.3.8 || ^10.0.0",
"@nestjs/graphql": "^12.0.0",
"fastify": "^4.12.0",
"fastify": "^4.12.0 || ^5.0.0",
"graphql": "^16.0.0",
"mercurius": "^12.0.0 || ^13.0.0 || ^14.0.0"
},
Expand Down
127 changes: 125 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,15 @@
ajv-formats "^2.1.1"
fast-uri "^2.0.0"

"@fastify/ajv-compiler@^4.0.0":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-4.0.1.tgz#9567b4c09149a0f342e931c7196a8ed9dc292954"
integrity sha512-DxrBdgsjNLP0YM6W5Hd6/Fmj43S8zMKiFJYgi+Ri3htTGAowPVG/tG1wpnWLMjufEnehRivUCKZ1pLDIoZdTuw==
dependencies:
ajv "^8.12.0"
ajv-formats "^3.0.1"
fast-uri "^3.0.0"

"@fastify/busboy@^2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.0.0.tgz"
Expand Down Expand Up @@ -902,13 +911,25 @@
resolved "https://registry.npmjs.org/@fastify/error/-/error-3.4.1.tgz"
integrity sha512-wWSvph+29GR783IhmvdwWnN4bUxTD01Vm5Xad4i7i1VuAOItLvbPAb69sb0IQ2N57yprvhNIwAP5B6xfKTmjmQ==

"@fastify/error@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@fastify/error/-/error-4.0.0.tgz#7842d6161fbce78953638318be99033a0c2d5070"
integrity sha512-OO/SA8As24JtT1usTUTKgGH7uLvhfwZPwlptRi2Dp5P4KKmJI3gvsZ8MIHnNwDs4sLf/aai5LzTyl66xr7qMxA==

"@fastify/fast-json-stringify-compiler@^4.3.0":
version "4.3.0"
resolved "https://registry.npmjs.org/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-4.3.0.tgz"
integrity sha512-aZAXGYo6m22Fk1zZzEUKBvut/CIIQe/BapEORnxiD5Qr0kPHqqI69NtEMCme74h+at72sPhbkb4ZrLd1W3KRLA==
dependencies:
fast-json-stringify "^5.7.0"

"@fastify/fast-json-stringify-compiler@^5.0.0":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@fastify/fast-json-stringify-compiler/-/fast-json-stringify-compiler-5.0.1.tgz#659c74f3181fb4f984fe27dcc95d14366ae85ca0"
integrity sha512-f2d3JExJgFE3UbdFcpPwqNUEoHWmt8pAKf8f+9YuLESdefA0WgqxeT6DrGL4Yrf/9ihXNSKOqpjEmurV405meA==
dependencies:
fast-json-stringify "^6.0.0"

"@fastify/[email protected]":
version "7.4.0"
resolved "https://registry.npmjs.org/@fastify/formbody/-/formbody-7.4.0.tgz"
Expand All @@ -917,6 +938,13 @@
fast-querystring "^1.0.0"
fastify-plugin "^4.0.0"

"@fastify/merge-json-schemas@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@fastify/merge-json-schemas/-/merge-json-schemas-0.1.1.tgz#3551857b8a17a24e8c799e9f51795edb07baa0bc"
integrity sha512-fERDVz7topgNjtXsJTTW1JKLy0rhuLRcquYqNR9rF7OcVpCa2OVW49ZPDIhaRRCaUuvVxI+N416xUoF76HNSXA==
dependencies:
fast-deep-equal "^3.1.3"

"@fastify/[email protected]":
version "8.3.3"
resolved "https://registry.npmjs.org/@fastify/middie/-/middie-8.3.3.tgz"
Expand Down Expand Up @@ -2740,6 +2768,13 @@ ajv-formats@^2.1.1:
dependencies:
ajv "^8.0.0"

ajv-formats@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz#3d5dc762bca17679c3c2ea7e90ad6b7532309578"
integrity sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==
dependencies:
ajv "^8.0.0"

ajv@^6.12.4:
version "6.12.6"
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
Expand All @@ -2760,6 +2795,16 @@ ajv@^8.0.0, ajv@^8.10.0, ajv@^8.11.0:
require-from-string "^2.0.2"
uri-js "^4.2.2"

ajv@^8.12.0:
version "8.17.1"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
dependencies:
fast-deep-equal "^3.1.3"
fast-uri "^3.0.1"
json-schema-traverse "^1.0.0"
require-from-string "^2.0.2"

ansi-align@^3.0.1:
version "3.0.1"
resolved "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz"
Expand Down Expand Up @@ -3107,6 +3152,14 @@ avvio@^8.3.0:
debug "^4.0.0"
fastq "^1.17.1"

avvio@^9.0.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/avvio/-/avvio-9.1.0.tgz#0ff80ed211682441d8aa39ff21a4b9d022109c44"
integrity sha512-fYASnYi600CsH/j9EQov7lECAniYiBFiiAtBNuZYLA2leLe9qOvZzqYHFjtIj6gD2VMoMLP14834LFWvr4IfDw==
dependencies:
"@fastify/error" "^4.0.0"
fastq "^1.17.1"

axios@^1.7.4:
version "1.7.7"
resolved "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz"
Expand Down Expand Up @@ -4970,6 +5023,19 @@ fast-json-stringify@^5.8.0:
json-schema-ref-resolver "^1.0.1"
rfdc "^1.2.0"

fast-json-stringify@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/fast-json-stringify/-/fast-json-stringify-6.0.0.tgz#15c5e85b567ead695773bf55938b56aaaa57d805"
integrity sha512-FGMKZwniMTgZh7zQp9b6XnBVxUmKVahQLQeRQHqwYmPDqDhcEKZ3BaQsxelFFI5PY7nN71OEeiL47/zUWcYe1A==
dependencies:
"@fastify/merge-json-schemas" "^0.1.1"
ajv "^8.12.0"
ajv-formats "^3.0.1"
fast-deep-equal "^3.1.3"
fast-uri "^2.3.0"
json-schema-ref-resolver "^1.0.1"
rfdc "^1.2.0"

fast-levenshtein@^2.0.6:
version "2.0.6"
resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
Expand Down Expand Up @@ -4997,6 +5063,16 @@ fast-uri@^2.0.0, fast-uri@^2.1.0:
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-2.2.0.tgz"
integrity sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==

fast-uri@^2.3.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.4.0.tgz#67eae6fbbe9f25339d5d3f4c4234787b65d7d55e"
integrity sha512-ypuAmmMKInk5q7XcepxlnUWDLWv4GFtaJqAzWKqn62IpQ3pejtr5dTVbt3vwqVaMKmkNR55sTT+CqUKIaT21BA==

fast-uri@^3.0.0, fast-uri@^3.0.1:
version "3.0.3"
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.3.tgz#892a1c91802d5d7860de728f18608a0573142241"
integrity sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==

fastify-plugin@^4.0.0, fastify-plugin@^4.2.0, fastify-plugin@^4.3.0, fastify-plugin@^4.4.0:
version "4.5.0"
resolved "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.0.tgz"
Expand Down Expand Up @@ -5024,6 +5100,27 @@ [email protected]:
semver "^7.5.4"
toad-cache "^3.3.0"

[email protected]:
version "5.1.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.1.0.tgz#07029613aa4d94c4e8df71b25696eb67ed5d7079"
integrity sha512-0SdUC5AoiSgMSc2Vxwv3WyKzyGMDJRAW/PgNsK1kZrnkO6MeqUIW9ovVg9F2UGIqtIcclYMyeJa4rK6OZc7Jxg==
dependencies:
"@fastify/ajv-compiler" "^4.0.0"
"@fastify/error" "^4.0.0"
"@fastify/fast-json-stringify-compiler" "^5.0.0"
abstract-logging "^2.0.1"
avvio "^9.0.0"
fast-json-stringify "^6.0.0"
find-my-way "^9.0.0"
light-my-request "^6.0.0"
pino "^9.0.0"
process-warning "^4.0.0"
proxy-addr "^2.0.7"
rfdc "^1.3.1"
secure-json-parse "^2.7.0"
semver "^7.6.0"
toad-cache "^3.7.0"

fastparallel@^2.3.0:
version "2.4.1"
resolved "https://registry.npmjs.org/fastparallel/-/fastparallel-2.4.1.tgz"
Expand Down Expand Up @@ -5116,6 +5213,15 @@ find-my-way@^8.0.0:
fast-querystring "^1.0.0"
safe-regex2 "^3.1.0"

find-my-way@^9.0.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/find-my-way/-/find-my-way-9.1.0.tgz#df941d61198b6380bc962250652c2dff43468880"
integrity sha512-Y5jIsuYR4BwWDYYQ2A/RWWE6gD8a0FMgtU+HOq1WKku+Cwdz8M1v8wcAmRXXM1/iqtoqg06v+LjAxMYbCjViMw==
dependencies:
fast-deep-equal "^3.1.3"
fast-querystring "^1.0.0"
safe-regex2 "^4.0.0"

find-up@^2.0.0:
version "2.1.0"
resolved "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz"
Expand Down Expand Up @@ -7225,7 +7331,7 @@ libphonenumber-js@^1.10.53:
resolved "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.55.tgz"
integrity sha512-MrTg2JFLscgmTY6/oT9vopYETlgUls/FU6OaeeamGwk4LFxjIgOUML/ZSZICgR0LPYXaonVJo40lzMvaaTJlQA==

[email protected]:
[email protected], light-my-request@^6.0.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/light-my-request/-/light-my-request-6.3.0.tgz#14f048b395db842c1ebca3b5536d1679d9dafd57"
integrity sha512-bWTAPJmeWQH5suJNYwG0f5cs0p6ho9e6f1Ppoxv5qMosY+s9Ir2+ZLvvHcgA7VTDop4zl/NCHhOVVqU+kd++Ow==
Expand Down Expand Up @@ -9372,6 +9478,11 @@ ret@~0.4.0:
resolved "https://registry.yarnpkg.com/ret/-/ret-0.4.3.tgz#5243fa30e704a2e78a9b9b1e86079e15891aa85c"
integrity sha512-0f4Memo5QP7WQyUEAYUO3esD/XjOc3Zjjg5CPsAq1p8sIu0XPeMbHJemKA0BO7tV0X7+A0FoEpbmHXWxPyD3wQ==

ret@~0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/ret/-/ret-0.5.0.tgz#30a4d38a7e704bd96dc5ffcbe7ce2a9274c41c95"
integrity sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==

[email protected]:
version "0.13.1"
resolved "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz"
Expand All @@ -9392,7 +9503,7 @@ rfdc@^1.2.0, rfdc@^1.3.0:
resolved "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz"
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==

rfdc@^1.4.1:
rfdc@^1.3.1, rfdc@^1.4.1:
version "1.4.1"
resolved "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz"
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
Expand Down Expand Up @@ -9502,6 +9613,13 @@ safe-regex2@^3.1.0:
dependencies:
ret "~0.4.0"

safe-regex2@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/safe-regex2/-/safe-regex2-4.0.0.tgz#5e04d8362cd4884753c8bce9715d4759a5239c0a"
integrity sha512-Hvjfv25jPDVr3U+4LDzBuZPPOymELG3PYcSk5hcevooo1yxxamQL/bHs/GrEPGmMoMEwRrHVGiCA1pXi97B8Ew==
dependencies:
ret "~0.5.0"

safe-stable-stringify@^2.0.0, safe-stable-stringify@^2.3.0, safe-stable-stringify@^2.3.1:
version "2.4.3"
resolved "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz"
Expand Down Expand Up @@ -10270,6 +10388,11 @@ toad-cache@^3.3.0:
resolved "https://registry.npmjs.org/toad-cache/-/toad-cache-3.3.0.tgz"
integrity sha512-3oDzcogWGHZdkwrHyvJVpPjA7oNzY6ENOV3PsWJY9XYPZ6INo94Yd47s5may1U+nleBPwDhrRiTPMIvKaa3MQg==

toad-cache@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/toad-cache/-/toad-cache-3.7.0.tgz#b9b63304ea7c45ec34d91f1d2fa513517025c441"
integrity sha512-/m8M+2BJUpoJdgAHoG+baCwBT+tf2VraSfkBgl0Y00qIWt41DJ8R5B8nsEw0I58YwF5IZH6z24/2TobDKnqSWw==

[email protected]:
version "1.0.1"
resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz"
Expand Down

0 comments on commit da066b7

Please sign in to comment.