From 4a265ae0e740f988264e343b83a950a4bbc737b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:49:27 +0000 Subject: [PATCH] Bump fastify from 5.10.0 to 5.11.0 in /backend/ts Bumps [fastify](https://github.com/fastify/fastify) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.10.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] --- backend/ts/bun.lock | 4 ++-- backend/ts/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/ts/bun.lock b/backend/ts/bun.lock index 5d90d25..a605a5a 100644 --- a/backend/ts/bun.lock +++ b/backend/ts/bun.lock @@ -9,7 +9,7 @@ "@fastify/helmet": "^13.1.0", "@fastify/rate-limit": "^11.1.0", "cbor-x": "^1.6.4", - "fastify": "^5.10.0", + "fastify": "^5.11.0", "ioredis": "^5.11.1", "pino": "^9.14.0", "pino-pretty": "^11.3.0", @@ -229,7 +229,7 @@ "fast-uri": ["fast-uri@4.1.1", "", {}, "sha512-YPOs1zD5TG2+EZt+r88LwF6mclA7TPkpwMP7ZN3TO2HiHS8TXvq7QA/17iJsV9dubcLo/f8eEYqMBruyQV21hQ=="], - "fastify": ["fastify@5.10.0", "", { "dependencies": { "@fastify/ajv-compiler": "^4.0.5", "@fastify/error": "^4.0.0", "@fastify/fast-json-stringify-compiler": "^5.0.0", "@fastify/proxy-addr": "^5.0.0", "abstract-logging": "^2.0.1", "avvio": "^9.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", "process-warning": "^5.0.0", "rfdc": "^1.3.1", "secure-json-parse": "^4.0.0", "semver": "^7.6.0", "toad-cache": "^3.7.0" } }, "sha512-A9L0ziuWGQHgEEVgF3davQ9vbD93IuX+lo2IsxapQmu5b/Y/ynn9m9K5JHt9dvyJXOFc5iN0Zk5GHEOqnzhWjg=="], + "fastify": ["fastify@5.11.0", "", { "dependencies": { "@fastify/ajv-compiler": "^4.0.5", "@fastify/error": "^4.0.0", "@fastify/fast-json-stringify-compiler": "^5.0.0", "@fastify/proxy-addr": "^5.0.0", "abstract-logging": "^2.0.1", "avvio": "^9.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", "process-warning": "^5.0.0", "rfdc": "^1.3.1", "secure-json-parse": "^4.0.0", "semver": "^7.6.0", "toad-cache": "^3.7.0" } }, "sha512-Y/Ecx1yt0hYzrQR+QVLbxaUN8wCX+MQzMevh29r5RRvlOIArmi4+WAXXaGl5Hw5gBr2wduZpZaT3gRCnXoyVgA=="], "fastify-plugin": ["fastify-plugin@6.0.0", "", {}, "sha512-fZOty7z3O7vOliF6d8bHE3wiEh1KcNnKEQensSgTk9C1DvN6nRLS++XVd86v33Hw/8u9Un8A1zDrQ8ujcQDHEg=="], diff --git a/backend/ts/package.json b/backend/ts/package.json index 48d273a..d07bc94 100644 --- a/backend/ts/package.json +++ b/backend/ts/package.json @@ -24,7 +24,7 @@ "@fastify/helmet": "^13.1.0", "@fastify/rate-limit": "^11.1.0", "cbor-x": "^1.6.4", - "fastify": "^5.10.0", + "fastify": "^5.11.0", "ioredis": "^5.11.1", "pino": "^9.14.0", "pino-pretty": "^11.3.0",