From c409ac7ddce436e7249ab1d400a4dc11dfa0abef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 04:43:36 +0000 Subject: [PATCH] build(deps): bump fastify from 4.22.0 to 4.22.1 Bumps [fastify](https://github.com/fastify/fastify) from 4.22.0 to 4.22.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.22.0...v4.22.1) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... 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 98303607..ed68af91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@drblaster/pipe": "^1.0.1", "@fastify/cors": "^8.3.0", - "fastify": "^4.22.0", + "fastify": "^4.22.1", "runes": "^0.4.3", "ts-node": "^10.9.1" }, @@ -2823,9 +2823,9 @@ "integrity": "sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==" }, "node_modules/fastify": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.0.tgz", - "integrity": "sha512-HLoBmetdQ6zaJohKW6jzUww8NnwHzkbIbUEyAzM+Nnf7cZVSXRuUV+6b2/xLmu6GGkruIFJ/bIQoKWYRx4wnAQ==", + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.1.tgz", + "integrity": "sha512-Jz4NFqARAjCuxteYio+jQmZ3W+MHJQWJK0rEE66qY818q9GFCFUOZRHm0hwF1VcX/CnmdxcAycjNUHSG54Gn7g==", "dependencies": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.2.0", @@ -7969,9 +7969,9 @@ "integrity": "sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==" }, "fastify": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.0.tgz", - "integrity": "sha512-HLoBmetdQ6zaJohKW6jzUww8NnwHzkbIbUEyAzM+Nnf7cZVSXRuUV+6b2/xLmu6GGkruIFJ/bIQoKWYRx4wnAQ==", + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.1.tgz", + "integrity": "sha512-Jz4NFqARAjCuxteYio+jQmZ3W+MHJQWJK0rEE66qY818q9GFCFUOZRHm0hwF1VcX/CnmdxcAycjNUHSG54Gn7g==", "requires": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.2.0", diff --git a/package.json b/package.json index 64674855..38d85995 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@drblaster/pipe": "^1.0.1", "@fastify/cors": "^8.3.0", - "fastify": "^4.22.0", + "fastify": "^4.22.1", "runes": "^0.4.3", "ts-node": "^10.9.1" },