From eb065cbba43d0babe4f0c8e83222f18ccf29c7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:48:40 +0000 Subject: [PATCH] chore(deps-dev): bump fastify from 5.7.2 to 5.8.3 Bumps [fastify](https://github.com/fastify/fastify) from 5.7.2 to 5.8.3. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.7.2...v5.8.3) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68dc44f..a78c182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", - "fastify": "^5.7.2", + "fastify": "^5.8.3", "globals": "^17.2.0", "husky": "^9.1.7", "jest": "^30.2.0", @@ -8604,9 +8604,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.2.tgz", - "integrity": "sha512-dBJolW+hm6N/yJVf6J5E1BxOBNkuXNl405nrfeR8SpvGWG3aCC2XDHyiFBdow8Win1kj7sjawQc257JlYY6M/A==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.3.tgz", + "integrity": "sha512-XJXpRQ41+rsJ/GLeP9vyDC+fBXilcTlEXokMSexkdEkla4uf7ZQNaI5xl3el+kW5TZQulqYxLr659ey/KX7XmQ==", "dev": true, "funding": [ { @@ -8629,7 +8629,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/package.json b/package.json index 4bb1f96..ba7bfbf 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nestjs/testing": "^11.1.13", "@swc/cli": "^0.7.10", "@swc/core": "^1.15.11", - "fastify": "^5.7.2", + "fastify": "^5.8.3", "@types/express": "^5.0.6", "@types/jest": "^30.0.0", "@types/node": "^25.1.0",