From 19304432250634207250abc9a98e4949f4225dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:57:08 +0000 Subject: [PATCH] chore(deps): bump fastify from 5.0.0 to 5.1.0 Bumps [fastify](https://github.com/fastify/fastify) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89aab62..c6193e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "desm": "^1.3.1", "dotenv": "^16.4.5", "env-schema": "^6.0.0", - "fastify": "^5.0.0", + "fastify": "^5.1.0", "fluent-json-schema": "^5.0.0", "http-errors": "^2.0.0", "pino-pretty": "^11.3.0", @@ -4722,9 +4722,9 @@ "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==" }, "node_modules/fastify": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.0.0.tgz", - "integrity": "sha512-Qe4dU+zGOzg7vXjw4EvcuyIbNnMwTmcuOhlOrOJsgwzvjEZmsM/IeHulgJk+r46STjdJS/ZJbxO8N70ODXDMEQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.1.0.tgz", + "integrity": "sha512-0SdUC5AoiSgMSc2Vxwv3WyKzyGMDJRAW/PgNsK1kZrnkO6MeqUIW9ovVg9F2UGIqtIcclYMyeJa4rK6OZc7Jxg==", "funding": [ { "type": "github", @@ -11789,9 +11789,9 @@ "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==" }, "fastify": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.0.0.tgz", - "integrity": "sha512-Qe4dU+zGOzg7vXjw4EvcuyIbNnMwTmcuOhlOrOJsgwzvjEZmsM/IeHulgJk+r46STjdJS/ZJbxO8N70ODXDMEQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.1.0.tgz", + "integrity": "sha512-0SdUC5AoiSgMSc2Vxwv3WyKzyGMDJRAW/PgNsK1kZrnkO6MeqUIW9ovVg9F2UGIqtIcclYMyeJa4rK6OZc7Jxg==", "requires": { "@fastify/ajv-compiler": "^4.0.0", "@fastify/error": "^4.0.0", diff --git a/package.json b/package.json index a4db166..0872ee2 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "desm": "^1.3.1", "dotenv": "^16.4.5", "env-schema": "^6.0.0", - "fastify": "^5.0.0", + "fastify": "^5.1.0", "fluent-json-schema": "^5.0.0", "http-errors": "^2.0.0", "pino-pretty": "^11.3.0",