From b48c60e71c8f061ac166721abcb3012a1e80b5f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:11:08 +0000 Subject: [PATCH] build(deps): bump fastify from 5.6.2 to 5.7.3 Bumps [fastify](https://github.com/fastify/fastify) from 5.6.2 to 5.7.3. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.6.2...v5.7.3) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.7.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 23 +++++++++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 1d436c2..3933c07 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@fastify/type-provider-typebox": "^5.2.0", "@scalar/fastify-api-reference": "^1.40.0", "@sinclair/typebox": "^0.34.41", - "fastify": "^5.6.2", + "fastify": "^5.7.3", "fastify-cli": "^7.4.1", "fastify-plugin": "^5.1.0", "jsonwebtoken": "^9.0.2", diff --git a/yarn.lock b/yarn.lock index 79913db..f68e855 100644 --- a/yarn.lock +++ b/yarn.lock @@ -423,6 +423,17 @@ __metadata: languageName: node linkType: hard +"@fastify/ajv-compiler@npm:^4.0.5": + version: 4.0.5 + resolution: "@fastify/ajv-compiler@npm:4.0.5" + dependencies: + ajv: "npm:^8.12.0" + ajv-formats: "npm:^3.0.1" + fast-uri: "npm:^3.0.0" + checksum: 10c0/b701602c5fad35d1327a6ebda530ca5ba2c7728223cd214b2b24af7cb2522c864b6cbbe77335ddd6a55d03f76899fb009386da783121b7ece136feb7ea937e13 + languageName: node + linkType: hard + "@fastify/autoload@npm:^6.3.1": version: 6.3.1 resolution: "@fastify/autoload@npm:6.3.1" @@ -2131,11 +2142,11 @@ __metadata: languageName: node linkType: hard -"fastify@npm:^5.6.2": - version: 5.6.2 - resolution: "fastify@npm:5.6.2" +"fastify@npm:^5.7.3": + version: 5.7.4 + resolution: "fastify@npm:5.7.4" dependencies: - "@fastify/ajv-compiler": "npm:^4.0.0" + "@fastify/ajv-compiler": "npm:^4.0.5" "@fastify/error": "npm:^4.0.0" "@fastify/fast-json-stringify-compiler": "npm:^5.0.0" "@fastify/proxy-addr": "npm:^5.0.0" @@ -2150,7 +2161,7 @@ __metadata: secure-json-parse: "npm:^4.0.0" semver: "npm:^7.6.0" toad-cache: "npm:^3.7.0" - checksum: 10c0/a3c31316ba5db03eb14a5dc46571fe0f888d0f4569befb8a0aedebc7b24fbd6139e7b16f2bf0dad793345ad66cd5952bdffe182ee2ab0d4e4cb5f331f74a7781 + checksum: 10c0/87425737ad4973eac1cb8a2cc00771fae26ccf87f7142d6a100e4b03d92613b050ec2abbb9b54432dfee0bebc5b75f5658c0016e77970cb4fb9d8382729cfc6a languageName: node linkType: hard @@ -4183,7 +4194,7 @@ __metadata: eslint: "npm:^9.39.1" eslint-config-prettier: "npm:^10.1.8" eslint-plugin-prettier: "npm:^5.5.4" - fastify: "npm:^5.6.2" + fastify: "npm:^5.7.3" fastify-cli: "npm:^7.4.1" fastify-plugin: "npm:^5.1.0" fastify-tsconfig: "npm:^3.0.0"