From bd08ba3adced3cf2a54cf884865827d613455629 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:24:22 +0000 Subject: [PATCH] fix(deps): update dependency fastify to v4.29.0 --- packages/common/package.json | 4 ++-- playground/integration-tests/package.json | 2 +- playground/template-prisma/package.json | 2 +- pnpm-lock.yaml | 19 +++++++++---------- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/packages/common/package.json b/packages/common/package.json index 02ee08b2..f19b8005 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -19,7 +19,7 @@ "@types/jest": "29.5.14", "@types/lodash": "4.17.13", "esbuild-jest": "0.5.0", - "fastify": "4.28.1", + "fastify": "4.29.0", "jest": "29.7.0", "ts-jest": "29.2.5", "typescript": "5.6.3" @@ -27,7 +27,7 @@ "peerDependencies": { "@fastify/swagger": "8.15.0", "@fastify/swagger-ui": "4.2.0", - "fastify": "4.28.1" + "fastify": "4.29.0" }, "files": [ "dist" diff --git a/playground/integration-tests/package.json b/playground/integration-tests/package.json index 23064f99..03920a13 100644 --- a/playground/integration-tests/package.json +++ b/playground/integration-tests/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "@fastify/swagger": "8.15.0", - "fastify": "4.28.1", + "fastify": "4.29.0", "fastify-flux": "workspace:*", "source-map-support": "0.5.21", "tsconfig-paths": "4.2.0" diff --git a/playground/template-prisma/package.json b/playground/template-prisma/package.json index ca4d4571..124f67a6 100644 --- a/playground/template-prisma/package.json +++ b/playground/template-prisma/package.json @@ -20,7 +20,7 @@ "@fastify/swagger": "8.15.0", "@fastify/swagger-ui": "4.2.0", "@prisma/client": "5.21.1", - "fastify": "4.28.1", + "fastify": "4.29.0", "fastify-flux": "workspace:*", "tsconfig-paths": "4.2.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f84cd565..2ed61fb0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -104,8 +104,8 @@ importers: specifier: 0.5.0 version: 0.5.0(esbuild@0.24.2) fastify: - specifier: 4.28.1 - version: 4.28.1 + specifier: 4.29.0 + version: 4.29.0 jest: specifier: 29.7.0 version: 29.7.0(@types/node@20.17.10) @@ -178,8 +178,8 @@ importers: specifier: 8.15.0 version: 8.15.0 fastify: - specifier: 4.28.1 - version: 4.28.1 + specifier: 4.29.0 + version: 4.29.0 fastify-flux: specifier: workspace:* version: link:../../packages/common @@ -242,8 +242,8 @@ importers: specifier: 5.21.1 version: 5.21.1(prisma@5.21.1) fastify: - specifier: 4.28.1 - version: 4.28.1 + specifier: 4.29.0 + version: 4.29.0 fastify-flux: specifier: workspace:* version: link:../../packages/common @@ -3344,8 +3344,8 @@ packages: /fastify-plugin@4.5.1: resolution: {integrity: sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==} - /fastify@4.28.1: - resolution: {integrity: sha512-kFWUtpNr4i7t5vY2EJPCN2KgMVpuqfU4NjnJNCgiNB900oiDeYqaNDRcAfeBbOF5hGixixxcKnOU4KN9z6QncQ==} + /fastify@4.29.0: + resolution: {integrity: sha512-MaaUHUGcCgC8fXQDsDtioaCcag1fmPJ9j64vAKunqZF4aSub040ZGi/ag8NGE2714yREPOKZuHCfpPzuUD3UQQ==} dependencies: '@fastify/ajv-compiler': 3.5.0 '@fastify/error': 3.4.1 @@ -3361,7 +3361,7 @@ packages: proxy-addr: 2.0.7 rfdc: 1.3.0 secure-json-parse: 2.7.0 - semver: 7.6.0 + semver: 7.6.3 toad-cache: 3.4.1 transitivePeerDependencies: - supports-color @@ -5525,7 +5525,6 @@ packages: resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} engines: {node: '>=10'} hasBin: true - dev: true /set-cookie-parser@2.6.0: resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==}