Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v5.2.0 (#324)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent e69abb0 commit b961c20
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"ajv-formats": "3.0.1",
"awilix": "12.0.4",
"env-schema": "6.0.0",
"fastify": "5.1.0",
"fastify": "5.2.0",
"fastify-plugin": "5.0.1",
"graphql": "16.9.0",
"helmet": "8.0.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8118,7 +8118,7 @@ __metadata:
eslint-plugin-n: "npm:17.15.0"
eslint-plugin-promise: "npm:7.2.1"
eslint-plugin-unicorn: "npm:56.0.1"
fastify: "npm:5.1.0"
fastify: "npm:5.2.0"
fastify-plugin: "npm:5.0.1"
globals: "npm:15.13.0"
graphql: "npm:16.9.0"
Expand Down Expand Up @@ -8157,9 +8157,9 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:5.1.0":
version: 5.1.0
resolution: "fastify@npm:5.1.0"
"fastify@npm:5.2.0":
version: 5.2.0
resolution: "fastify@npm:5.2.0"
dependencies:
"@fastify/ajv-compiler": "npm:^4.0.0"
"@fastify/error": "npm:^4.0.0"
Expand All @@ -8173,10 +8173,10 @@ __metadata:
process-warning: "npm:^4.0.0"
proxy-addr: "npm:^2.0.7"
rfdc: "npm:^1.3.1"
secure-json-parse: "npm:^2.7.0"
secure-json-parse: "npm:^3.0.1"
semver: "npm:^7.6.0"
toad-cache: "npm:^3.7.0"
checksum: 10c0/3c06e9a64d8458a1ece5d97d048c094a42600b58a92943e547bbe2ba0a97d79472943f99c372da038db4fad78805dfc14e49a74e39916f1b52cf966b2339599b
checksum: 10c0/9e750b451f8a5ab52f54fa1c7d9056a80d7b28750b4755595e98c0060ee0a1d92899294091a8f0a0b7554cb9418c33a4e86e7629bae365f9edbdbdf732ef32fc
languageName: node
linkType: hard

Expand Down Expand Up @@ -13553,6 +13553,13 @@ __metadata:
languageName: node
linkType: hard

"secure-json-parse@npm:^3.0.1":
version: 3.0.1
resolution: "secure-json-parse@npm:3.0.1"
checksum: 10c0/4e4555f62a570fd11a37fe7853fb0fd6661084e53ed11324c68496128f5300309c81279d890fe5145e8ec79887c58682be33e67693392c44cc835859c041dd12
languageName: node
linkType: hard

"seed-random@npm:~2.2.0":
version: 2.2.0
resolution: "seed-random@npm:2.2.0"
Expand Down

0 comments on commit b961c20

Please sign in to comment.