From cf11fde26e47249c702b24f6ffc401df0b1a0216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 06:51:10 +0000 Subject: [PATCH] Bump fastify from 4.23.2 to 4.24.0 Bumps [fastify](https://github.com/fastify/fastify) from 4.23.2 to 4.24.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.23.2...v4.24.0) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58e48b6..7458454 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.23.0", + "fastify": "^4.24.0", "fastify-cli": "^5.8.0", "fastq": "^1.13.0", "find-my-way": "^7.7.0", @@ -1803,9 +1803,9 @@ "integrity": "sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==" }, "node_modules/fastify": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.2.tgz", - "integrity": "sha512-WFSxsHES115svC7NrerNqZwwM0UOxbC/P6toT9LRHgAAFvG7o2AN5W+H4ihCtOGuYXjZf4z+2jXC89rVEoPWOA==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.24.0.tgz", + "integrity": "sha512-6Uu2cCAV1UgexPnWKchgRt77lng9ivNmyFhPMcgUbJ4VaVBE1l6aYluiYZiVsgOBFpHrmdj7FD6n1aHswln4yQ==", "dependencies": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.2.0", @@ -1814,7 +1814,7 @@ "avvio": "^8.2.1", "fast-content-type-parse": "^1.0.0", "fast-json-stringify": "^5.7.0", - "find-my-way": "^7.6.0", + "find-my-way": "^7.7.0", "light-my-request": "^5.9.1", "pino": "^8.12.0", "process-warning": "^2.2.0", diff --git a/package.json b/package.json index 8203c3f..895fcd3 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.23.0", + "fastify": "^4.24.0", "fastify-cli": "^5.8.0", "fastq": "^1.13.0", "find-my-way": "^7.7.0",