From 462befdd80614e22f8747f7ba6d8cfb04c3656b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:39:18 +0000 Subject: [PATCH] build(deps): Bump the fastify group with 2 updates (#1054) Bumps the fastify group with 2 updates: [@fastify/accepts-serializer](https://github.com/fastify/fastify-accepts-serializer) and [fastify](https://github.com/fastify/fastify). Updates `@fastify/accepts-serializer` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/fastify/fastify-accepts-serializer/releases) - [Commits](https://github.com/fastify/fastify-accepts-serializer/compare/v6.0.1...v6.0.2) Updates `fastify` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: "@fastify/accepts-serializer" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastify - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastify ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 121cec72..512a4b45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5262,9 +5262,19 @@ } }, "node_modules/@fastify/accepts-serializer": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@fastify/accepts-serializer/-/accepts-serializer-6.0.1.tgz", - "integrity": "sha512-nGLwDePzEkOGj0rORa/pa3e/wyQxiKl+STBgxqYhRERj2rSt2fI7CSlAMJAwys6HXDlAM8TEskgDR0ipFQSnsw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@fastify/accepts-serializer/-/accepts-serializer-6.0.2.tgz", + "integrity": "sha512-ovjUik+hGm8FXYBNBkpmvOJzQ1VlyoW8k2t7EUTQIKLSESuGrPlDZOef+iF7Nm0ye/1oZ23CaI3dzcUn2jYPRw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "@fastify/accepts": "^5.0.0", "fastify-plugin": "^5.0.0" @@ -9860,9 +9870,9 @@ "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==" }, "node_modules/fastify": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.1.0.tgz", - "integrity": "sha512-0SdUC5AoiSgMSc2Vxwv3WyKzyGMDJRAW/PgNsK1kZrnkO6MeqUIW9ovVg9F2UGIqtIcclYMyeJa4rK6OZc7Jxg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.2.0.tgz", + "integrity": "sha512-3s+Qt5S14Eq5dCpnE0FxTp3z4xKChI83ZnMv+k0FwX+VUoZrgCFoLAxpfdi/vT4y6Mk+g7aAMt9pgXDoZmkefQ==", "funding": [ { "type": "github", @@ -9886,7 +9896,7 @@ "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" } @@ -14659,9 +14669,9 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/secure-json-parse": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz", - "integrity": "sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-3.0.1.tgz", + "integrity": "sha512-9QR7G96th4QJ2+dJwvZB+JoXyt8PN+DbEjOr6kL2/JU4KH8Eb2sFdU+gt8EDdzWDWoWH0uocDdfCoFzdVSixUA==" }, "node_modules/semver": { "version": "7.6.3",