From 2848de5fa029b4d24ab56d16ebbd2c83f3d90e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:41:24 +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 | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cdc73a..ecd8004 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fastify/env": "^5.0.1", "@fastify/mongodb": "^9.0.1", - "fastify": "^5.0.0", + "fastify": "^5.1.0", "fastify-cli": "^7.0.1" }, "devDependencies": { @@ -20,7 +20,7 @@ "neostandard": "^0.11.7" }, "engines": { - "node": ">=12.0.0" + "node": ">=22.0.0" } }, "node_modules/@eslint-community/eslint-utils": { @@ -1851,9 +1851,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", @@ -1864,7 +1864,6 @@ "url": "https://opencollective.com/fastify" } ], - "license": "MIT", "dependencies": { "@fastify/ajv-compiler": "^4.0.0", "@fastify/error": "^4.0.0", diff --git a/package.json b/package.json index 2c71053..1a733fa 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "neostandard": "^0.11.7" }, "dependencies": { - "fastify": "^5.0.0", + "fastify": "^5.1.0", "fastify-cli": "^7.0.1", "@fastify/env": "^5.0.1", "@fastify/mongodb": "^9.0.1"