From c68a9516e755d04a0a78c6a64945c4417901516a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 18:20:38 +0000 Subject: [PATCH] build(deps): bump fastify from 4.21.0 to 4.22.0 (#1448) Bumps [fastify](https://github.com/fastify/fastify) from 4.21.0 to 4.22.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.21.0...v4.22.0) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c5b6773d..1f350137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "bcryptjs": "^2.4.3", "dotenv": "^16.3.1", "env-schema": "^5.2.0", - "fastify": "^4.21.0", + "fastify": "^4.22.0", "fastify-disablecache": "^3.1.5", "fastify-floc-off": "^2.1.5", "fastify-json-to-xml": "^1.1.6", @@ -5616,9 +5616,9 @@ "integrity": "sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==" }, "node_modules/fastify": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.21.0.tgz", - "integrity": "sha512-tsu4bcwE4HetxqW8prA5fbC9bKHMYDp7jGEDWyzK1l90a3uOaLoIcQbdGcWeODNLVJviQnzh1wvIjTZE3MJFEg==", + "version": "4.22.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.0.tgz", + "integrity": "sha512-HLoBmetdQ6zaJohKW6jzUww8NnwHzkbIbUEyAzM+Nnf7cZVSXRuUV+6b2/xLmu6GGkruIFJ/bIQoKWYRx4wnAQ==", "dependencies": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.2.0", diff --git a/package.json b/package.json index e81f2b20..5e23c528 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "bcryptjs": "^2.4.3", "dotenv": "^16.3.1", "env-schema": "^5.2.0", - "fastify": "^4.21.0", + "fastify": "^4.22.0", "fastify-disablecache": "^3.1.5", "fastify-floc-off": "^2.1.5", "fastify-json-to-xml": "^1.1.6",