From 425b5aa7989ed807d8f65991900cf75f34e1f55c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 17:53:15 +0000 Subject: [PATCH] Bump fastify from 5.10.0 to 5.12.1 in /dashboard Bumps [fastify](https://github.com/fastify/fastify) from 5.10.0 to 5.12.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.10.0...v5.12.1) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 16 ++++++++-------- dashboard/server/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index fc3b406..eaa5111 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -2628,9 +2628,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.10.0.tgz", - "integrity": "sha512-A9L0ziuWGQHgEEVgF3davQ9vbD93IuX+lo2IsxapQmu5b/Y/ynn9m9K5JHt9dvyJXOFc5iN0Zk5GHEOqnzhWjg==", + "version": "5.12.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.12.1.tgz", + "integrity": "sha512-FWi+tQvwxR/PeRX7Z2mhfEF5ozJ3jn9asiiclzKXNSzJRHAYcU924aIOKAdHFJ+YIKieh3cqr1IwCOvTr41B3Q==", "funding": [ { "type": "github", @@ -2653,7 +2653,7 @@ "find-my-way": "^9.6.0", "light-my-request": "^6.0.0", "pino": "^9.14.0 || ^10.1.0", - "process-warning": "^5.0.0", + "process-warning": "^5.1.0", "rfdc": "^1.3.1", "secure-json-parse": "^4.0.0", "semver": "^7.6.0", @@ -3359,9 +3359,9 @@ } }, "node_modules/process-warning": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz", - "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.1.0.tgz", + "integrity": "sha512-jQSaVHsPgtyw60e1rQ/A+/ArPEj/S8pS/vFnyGa/gYFXrKk/6RuDkoqVDQ5NI5MmS01698ltlAk0NoDBNLujRw==", "funding": [ { "type": "github", @@ -4447,7 +4447,7 @@ "version": "0.1.0", "dependencies": { "@fastify/static": "^10.1.2", - "fastify": "^5.2.0" + "fastify": "^5.12.1" }, "devDependencies": { "@types/node": "^22.10.2", diff --git a/dashboard/server/package.json b/dashboard/server/package.json index 7514e37..5ffc6f2 100644 --- a/dashboard/server/package.json +++ b/dashboard/server/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@fastify/static": "^10.1.2", - "fastify": "^5.2.0" + "fastify": "^5.12.1" }, "devDependencies": { "@types/node": "^22.10.2",