From 7b88cd77dac46e47d4bdaecf28371e9ca24d165d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 03:56:15 +0000 Subject: [PATCH] Build(deps): bump fastify from 4.20.0 to 4.21.0 Bumps [fastify](https://github.com/fastify/fastify) from 4.20.0 to 4.21.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.20.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 727db440..35d31e5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vueuse/shared": "^10.3.0", "desm": "^1.3.0", "env-schema": "^5.2.0", - "fastify": "^4.20.0", + "fastify": "^4.21.0", "fluent-json-schema": "^4.1.1", "graphql": "^16.7.1", "mercurius": "^13.1.0", @@ -4962,9 +4962,9 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "node_modules/fastify": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.20.0.tgz", - "integrity": "sha512-zWWi5KGAb1YZ6fyrnFnA1CA1EZHkGM6YuELgB3QpS3l4lLRy14W1cc16b4KGPH/zQ98WCSdS+T41JkHY3eq1oA==", + "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", @@ -16239,9 +16239,9 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "fastify": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.20.0.tgz", - "integrity": "sha512-zWWi5KGAb1YZ6fyrnFnA1CA1EZHkGM6YuELgB3QpS3l4lLRy14W1cc16b4KGPH/zQ98WCSdS+T41JkHY3eq1oA==", + "version": "4.21.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.21.0.tgz", + "integrity": "sha512-tsu4bcwE4HetxqW8prA5fbC9bKHMYDp7jGEDWyzK1l90a3uOaLoIcQbdGcWeODNLVJviQnzh1wvIjTZE3MJFEg==", "requires": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.2.0", diff --git a/package.json b/package.json index c8e9f4f1..5680ca97 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vueuse/shared": "^10.3.0", "desm": "^1.3.0", "env-schema": "^5.2.0", - "fastify": "^4.20.0", + "fastify": "^4.21.0", "fluent-json-schema": "^4.1.1", "graphql": "^16.7.1", "mercurius": "^13.1.0",