From dd621cbe39efa8903ec4577a7ffb6dd0ea88ac65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:08:06 +0000 Subject: [PATCH] build(deps): bump fastify from 4.24.1 to 4.24.2 (#370) Bumps [fastify](https://github.com/fastify/fastify) from 4.24.1 to 4.24.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.24.1...v4.24.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4e22f98..45a78de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fastify/env": "^4.2.0", "@fastify/mongodb": "^8.0.0", - "fastify": "^4.24.1", + "fastify": "^4.24.2", "fastify-cli": "^5.8.0" }, "devDependencies": { @@ -1696,9 +1696,9 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "node_modules/fastify": { - "version": "4.24.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.1.tgz", - "integrity": "sha512-uMthXpH0DjWWxb3/ERmBsVkFm5cllozjbOFkhsD4Xlw+OUg5wGASRBjVRcp2XeYZa91W2BbwgIWJrnGGPWY2dQ==", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.2.tgz", + "integrity": "sha512-V/7fdhFas7HoAyjD8ha8wPCeiRLUzPgwwM5dSSUx/eBUv7GvG61YzjggqOchMOsa7Sw32MNN4uCCoFrl+9ccJA==", "dependencies": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.4.0", @@ -5679,9 +5679,9 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "fastify": { - "version": "4.24.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.1.tgz", - "integrity": "sha512-uMthXpH0DjWWxb3/ERmBsVkFm5cllozjbOFkhsD4Xlw+OUg5wGASRBjVRcp2XeYZa91W2BbwgIWJrnGGPWY2dQ==", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.2.tgz", + "integrity": "sha512-V/7fdhFas7HoAyjD8ha8wPCeiRLUzPgwwM5dSSUx/eBUv7GvG61YzjggqOchMOsa7Sw32MNN4uCCoFrl+9ccJA==", "requires": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.4.0", diff --git a/package.json b/package.json index ccee3ff..8819369 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "standard": "*" }, "dependencies": { - "fastify": "^4.24.1", + "fastify": "^4.24.2", "fastify-cli": "^5.8.0", "@fastify/env": "^4.2.0", "@fastify/mongodb": "^8.0.0"