From b4c50526b4fa24f0184c5f4c0ed44764bf3f341a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:25:53 +0000 Subject: [PATCH] chore(deps): bump fastify from 5.9.0 to 5.11.0 Bumps [fastify](https://github.com/fastify/fastify) from 5.9.0 to 5.11.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.9.0...v5.11.0) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 50 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 46 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7bb8872..8a44b5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "cheerio": "1.0.0", "crypto-js": "^4.2.0", "dotenv": "^16.0.3", - "fastify": "^5.0.0", + "fastify": "^5.11.0", "ioredis": "^5.4.1", "puppeteer": "^25.3.0", "puppeteer-extra": "^3.3.6", @@ -1131,9 +1131,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.9.0.tgz", - "integrity": "sha512-VMS5lE0zj+MZlJpQa3Qv5iGjfun0H2N7VRgoBwpcTNQ2bdIQpv7fDpb+HGteGbicBsGkzGS+X+hdx9mmrfWuHQ==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.11.0.tgz", + "integrity": "sha512-Y/Ecx1yt0hYzrQR+QVLbxaUN8wCX+MQzMevh29r5RRvlOIArmi4+WAXXaGl5Hw5gBr2wduZpZaT3gRCnXoyVgA==", "funding": [ { "type": "github", @@ -1152,7 +1152,7 @@ "@fastify/proxy-addr": "^5.0.0", "abstract-logging": "^2.0.1", "avvio": "^9.0.0", - "fast-json-stringify": "^6.0.0", + "fast-json-stringify": "^7.0.0", "find-my-way": "^9.6.0", "light-my-request": "^6.0.0", "pino": "^9.14.0 || ^10.1.0", @@ -1179,6 +1179,46 @@ ], "license": "MIT" }, + "node_modules/fastify/node_modules/fast-json-stringify": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-7.0.1.tgz", + "integrity": "sha512-eRSayARSbbwlBjpP4vnTTIRD5QPcIrmihPxDeN1DtKnHPg66UuJLx+8hlK1kaFdjvzyQ/dzALoi4vwAQ+T+iZA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT", + "dependencies": { + "@fastify/merge-json-schemas": "^0.2.0", + "ajv": "^8.12.0", + "ajv-formats": "^3.0.1", + "fast-uri": "^4.0.0", + "json-schema-ref-resolver": "^3.0.0", + "rfdc": "^1.2.0" + } + }, + "node_modules/fastify/node_modules/fast-uri": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.2.tgz", + "integrity": "sha512-TyGmBcbDTZXcb2cj5MV89DrF42DKvb3y5DDUNh95iO+IMeAzMkVSxK1PZRrRIpc9yg8U2GhGdbofNa0LS/a4Bw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "BSD-3-Clause" + }, "node_modules/fastq": { "version": "1.20.1", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz", diff --git a/package.json b/package.json index 2fe8dd5..b5f70ad 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "cheerio": "1.0.0", "crypto-js": "^4.2.0", "dotenv": "^16.0.3", - "fastify": "^5.0.0", + "fastify": "^5.11.0", "ioredis": "^5.4.1", "puppeteer": "^25.3.0", "puppeteer-extra": "^3.3.6",