From 1488698644228f9dbdc4695dffc356f19f6a1585 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 05:53:17 +0000 Subject: [PATCH] chore(deps): update dev dependency fastify to v5.7.1 --- 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 4e8e9fc..49b4484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@eik/semantic-release-config": "1.0.11", "@eik/typescript-config": "1.0.0", "eslint": "9.39.2", - "fastify": "5.6.2", + "fastify": "5.7.1", "npm-run-all2": "8.0.4", "postcss": "8.5.6", "prettier": "3.7.4", @@ -4740,9 +4740,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.2.tgz", - "integrity": "sha512-dPugdGnsvYkBlENLhCgX8yhyGCsCPrpA8lFWbTNU428l+YOnLgYHR69hzV8HWPC79n536EqzqQtvhtdaCE0dKg==", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.1.tgz", + "integrity": "sha512-ZW7S4fxlZhE+tYWVokFzjh+i56R+buYKNGhrVl6DtN8sxkyMEzpJnzvO8A/ZZrsg5w6X37u6I4EOQikYS5DXpA==", "dev": true, "funding": [ { @@ -4756,7 +4756,7 @@ ], "license": "MIT", "dependencies": { - "@fastify/ajv-compiler": "^4.0.0", + "@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", diff --git a/package.json b/package.json index 557f520..2098609 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@eik/semantic-release-config": "1.0.11", "@eik/typescript-config": "1.0.0", "eslint": "9.39.2", - "fastify": "5.6.2", + "fastify": "5.7.1", "npm-run-all2": "8.0.4", "postcss": "8.5.6", "prettier": "3.7.4",