From bfc8b7247c7ad8f12a1c823461d724f60015012e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 06:18:53 +0000 Subject: [PATCH] Bump fastify from 4.21.0 to 4.22.0 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] --- 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 41f85e2..7e43f8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "fast-querystring": "^1.0.0", "fast-redact": "^3.3.0", "fast-uri": "^2.1.0", - "fastify": "^4.21.0", + "fastify": "^4.22.0", "fastify-cli": "^5.8.0", "fastq": "^1.13.0", "find-my-way": "^7.3.1", @@ -1804,9 +1804,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 9221b17..ee74c1a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "fast-querystring": "^1.0.0", "fast-redact": "^3.3.0", "fast-uri": "^2.1.0", - "fastify": "^4.21.0", + "fastify": "^4.22.0", "fastify-cli": "^5.8.0", "fastq": "^1.13.0", "find-my-way": "^7.3.1",