Skip to content

Commit

Permalink
chore(deps-dev): bump fastify from 5.1.0 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [fastify](https://github.com/fastify/fastify) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 16, 2024
1 parent bef1843 commit 4900db2
Showing 3 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"@typescript-eslint/parser": "5.62.0",
"cspell": "8.16.1",
"eslint": "8.57.1",
"fastify": "5.1.0",
"fastify": "5.2.0",
"fp-ts": "2.16.9",
"jest": "29.7.0",
"prettier": "3.4.2",
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2432,10 +2432,10 @@ fast-uri@^3.0.0, fast-uri@^3.0.1:
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==

fastify@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.1.0.tgz#07029613aa4d94c4e8df71b25696eb67ed5d7079"
integrity sha512-0SdUC5AoiSgMSc2Vxwv3WyKzyGMDJRAW/PgNsK1kZrnkO6MeqUIW9ovVg9F2UGIqtIcclYMyeJa4rK6OZc7Jxg==
fastify@5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.2.0.tgz#dab4d4583e7719cf96aad90ccf3e690bceb069a6"
integrity sha512-3s+Qt5S14Eq5dCpnE0FxTp3z4xKChI83ZnMv+k0FwX+VUoZrgCFoLAxpfdi/vT4y6Mk+g7aAMt9pgXDoZmkefQ==
dependencies:
"@fastify/ajv-compiler" "^4.0.0"
"@fastify/error" "^4.0.0"
@@ -2449,7 +2449,7 @@ fastify@5.1.0:
process-warning "^4.0.0"
proxy-addr "^2.0.7"
rfdc "^1.3.1"
secure-json-parse "^2.7.0"
secure-json-parse "^3.0.1"
semver "^7.6.0"
toad-cache "^3.7.0"

@@ -4066,10 +4066,10 @@ safe-stable-stringify@^2.3.1:
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.2.tgz#ec7b037768098bf65310d1d64370de0dc02353aa"
integrity sha512-gMxvPJYhP0O9n2pvcfYfIuYgbledAOJFcqRThtPRmjscaipiwcwPPKLytpVzMkG2HAN87Qmo2d4PtGiri1dSLA==

secure-json-parse@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
secure-json-parse@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-3.0.1.tgz#78987844ea1f0cfe9c5f9f723cdf031f542e7b5f"
integrity sha512-9QR7G96th4QJ2+dJwvZB+JoXyt8PN+DbEjOr6kL2/JU4KH8Eb2sFdU+gt8EDdzWDWoWH0uocDdfCoFzdVSixUA==

semver@^6.0.0, semver@^6.3.0:
version "6.3.1"

0 comments on commit 4900db2

Please sign in to comment.