From e2fdbe80348053a6121cc0c570051d33780bdd85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:15:50 +0000 Subject: [PATCH] Build(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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ed6820..1d765e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vueuse/shared": "^11.0.3", "desm": "^1.3.1", "env-schema": "^6.0.0", - "fastify": "^5.0.0", + "fastify": "^5.1.0", "fluent-json-schema": "^5.0.0", "graphql": "^16.9.0", "mercurius": "^15.1.0", @@ -6135,9 +6135,9 @@ "license": "MIT" }, "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", @@ -6148,7 +6148,6 @@ "url": "https://opencollective.com/fastify" } ], - "license": "MIT", "dependencies": { "@fastify/ajv-compiler": "^4.0.0", "@fastify/error": "^4.0.0", @@ -19294,9 +19293,9 @@ "integrity": "sha512-ypuAmmMKInk5q7XcepxlnUWDLWv4GFtaJqAzWKqn62IpQ3pejtr5dTVbt3vwqVaMKmkNR55sTT+CqUKIaT21BA==" }, "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 580ef08..e919283 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vueuse/shared": "^11.0.3", "desm": "^1.3.1", "env-schema": "^6.0.0", - "fastify": "^5.0.0", + "fastify": "^5.1.0", "fluent-json-schema": "^5.0.0", "graphql": "^16.9.0", "mercurius": "^15.1.0",