Skip to content

Commit 4900db2

Browse files
chore(deps-dev): bump fastify from 5.1.0 to 5.2.0
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>
1 parent bef1843 commit 4900db2

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@typescript-eslint/parser": "5.62.0",
1515
"cspell": "8.16.1",
1616
"eslint": "8.57.1",
17-
"fastify": "5.1.0",
17+
"fastify": "5.2.0",
1818
"fp-ts": "2.16.9",
1919
"jest": "29.7.0",
2020
"prettier": "3.4.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,10 +2432,10 @@ fast-uri@^3.0.0, fast-uri@^3.0.1:
24322432
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
24332433
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
24342434

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

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

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

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

0 commit comments

Comments
 (0)