From 01dd1e43b5436293220cb3154f67ce8e4501cba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:25:36 +0000 Subject: [PATCH] build(deps): bump fastify from 5.7.3 to 5.8.1 in /kms/auth-eth Bumps [fastify](https://github.com/fastify/fastify) from 5.7.3 to 5.8.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.7.3...v5.8.1) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kms/auth-eth/package-lock.json | 10 +++++----- kms/auth-eth/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kms/auth-eth/package-lock.json b/kms/auth-eth/package-lock.json index bd43edb9..8e293213 100644 --- a/kms/auth-eth/package-lock.json +++ b/kms/auth-eth/package-lock.json @@ -13,7 +13,7 @@ "@openzeppelin/contracts-upgradeable": "^5.4.0", "dotenv": "^16.3.1", "ethers": "^6.13.5", - "fastify": "^5.7.3", + "fastify": "^5.8.1", "yargs": "^17.7.2" }, "devDependencies": { @@ -7351,9 +7351,9 @@ } }, "node_modules/fastify": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.3.tgz", - "integrity": "sha512-QHzWSmTNUg9Ba8tNXzb92FTH77K+c8yeQPH80EeSIc9wyZj85jbPisMP0rwmyKv8oJwUFPe1UpN8HkNIXwCnUQ==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.1.tgz", + "integrity": "sha512-y0kicFvvn7CYWoPOVLOcvn4YyKQz03DIY7UxmyOy21/J8eXm09R+tmb+tVDBW5h+pja30cHI5dqUcSlvY86V2A==", "funding": [ { "type": "github", @@ -7375,7 +7375,7 @@ "fast-json-stringify": "^6.0.0", "find-my-way": "^9.0.0", "light-my-request": "^6.0.0", - "pino": "^10.1.0", + "pino": "^9.14.0 || ^10.1.0", "process-warning": "^5.0.0", "rfdc": "^1.3.1", "secure-json-parse": "^4.0.0", diff --git a/kms/auth-eth/package.json b/kms/auth-eth/package.json index e6accb6f..6d174e19 100644 --- a/kms/auth-eth/package.json +++ b/kms/auth-eth/package.json @@ -18,7 +18,7 @@ "@openzeppelin/contracts-upgradeable": "^5.4.0", "dotenv": "^16.3.1", "ethers": "^6.13.5", - "fastify": "^5.7.3", + "fastify": "^5.8.1", "yargs": "^17.7.2" }, "devDependencies": {