From f176fa4fa4de84eb4cc2b8e35b936122bd35d950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:09:43 +0200 Subject: [PATCH] chore(deps): update dependency fastify to ^4.24.3 (#788) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90ecc92..c2ad68b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", - "fastify": "^4.24.2", + "fastify": "^4.24.3", "jest": "^29.7.0", "pg": "^8.11.3", "prettier": "^3.0.3", @@ -40,7 +40,7 @@ "@nestjs/common": "^10.2.7", "@nestjs/swagger": "^7.1.14", "express": "^4.18.2", - "fastify": "^4.24.2", + "fastify": "^4.24.3", "typeorm": "^0.3.17" } }, @@ -4103,9 +4103,9 @@ "dev": true }, "node_modules/fastify": { - "version": "4.24.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.2.tgz", - "integrity": "sha512-V/7fdhFas7HoAyjD8ha8wPCeiRLUzPgwwM5dSSUx/eBUv7GvG61YzjggqOchMOsa7Sw32MNN4uCCoFrl+9ccJA==", + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.3.tgz", + "integrity": "sha512-6HHJ+R2x2LS3y1PqxnwEIjOTZxFl+8h4kSC/TuDPXtA+v2JnV9yEtOsNSKK1RMD7sIR2y1ZsA4BEFaid/cK5pg==", "dev": true, "dependencies": { "@fastify/ajv-compiler": "^3.5.0", @@ -11427,9 +11427,9 @@ "dev": true }, "fastify": { - "version": "4.24.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.2.tgz", - "integrity": "sha512-V/7fdhFas7HoAyjD8ha8wPCeiRLUzPgwwM5dSSUx/eBUv7GvG61YzjggqOchMOsa7Sw32MNN4uCCoFrl+9ccJA==", + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.3.tgz", + "integrity": "sha512-6HHJ+R2x2LS3y1PqxnwEIjOTZxFl+8h4kSC/TuDPXtA+v2JnV9yEtOsNSKK1RMD7sIR2y1ZsA4BEFaid/cK5pg==", "dev": true, "requires": { "@fastify/ajv-compiler": "^3.5.0", diff --git a/package.json b/package.json index 51a4fdd..b2418f6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", - "fastify": "^4.24.2", + "fastify": "^4.24.3", "jest": "^29.7.0", "pg": "^8.11.3", "prettier": "^3.0.3", @@ -63,7 +63,7 @@ "@nestjs/common": "^10.2.7", "@nestjs/swagger": "^7.1.14", "express": "^4.18.2", - "fastify": "^4.24.2", + "fastify": "^4.24.3", "typeorm": "^0.3.17" }, "jest": {