From cc92775208a0bd937e83f57ed9b6a7b0af63543f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:31:56 +0000 Subject: [PATCH] [npm]: Bump fastify from 4.18.0 to 4.21.0 Bumps [fastify](https://github.com/fastify/fastify) from 4.18.0 to 4.21.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.18.0...v4.21.0) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8efef60..0bf3e3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prisma/client": "4.16.0", "bcryptjs": "2.4.3", "dotenv": "16.3.1", - "fastify": "4.18.0", + "fastify": "4.21.0", "zod": "3.21.4" }, "devDependencies": { @@ -3413,9 +3413,9 @@ } }, "node_modules/fastify": { - "version": "4.18.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.18.0.tgz", - "integrity": "sha512-L5o/2GEkBastQ3HV0dtKo7SUZ497Z1+q4fcqAoPyq6JCQ/8zdk1JQEoTQwnBWCp+EmA7AQa6mxNqSAEhzP0RwQ==", + "version": "4.21.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.21.0.tgz", + "integrity": "sha512-tsu4bcwE4HetxqW8prA5fbC9bKHMYDp7jGEDWyzK1l90a3uOaLoIcQbdGcWeODNLVJviQnzh1wvIjTZE3MJFEg==", "dependencies": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.2.0", diff --git a/package.json b/package.json index 2e8fd7f..a9a865c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@prisma/client": "4.16.0", "bcryptjs": "2.4.3", "dotenv": "16.3.1", - "fastify": "4.18.0", + "fastify": "4.21.0", "zod": "3.21.4" } }