From a063899ef42594e377787a15c4dc1843f75a7162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 21:08:02 +0000 Subject: [PATCH] Bump fastify in /pingone_protect_api-pkg/sample-app Bumps [fastify](https://github.com/fastify/fastify) from 4.29.0 to 4.29.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.29.0...v4.29.1) --- updated-dependencies: - dependency-name: fastify dependency-version: 4.29.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pingone_protect_api-pkg/sample-app/package-lock.json | 9 +++++---- pingone_protect_api-pkg/sample-app/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pingone_protect_api-pkg/sample-app/package-lock.json b/pingone_protect_api-pkg/sample-app/package-lock.json index a9dcf6b..172f646 100644 --- a/pingone_protect_api-pkg/sample-app/package-lock.json +++ b/pingone_protect_api-pkg/sample-app/package-lock.json @@ -11,7 +11,7 @@ "@fastify/static": "^7.0.4", "btoa": "^1.2.1", "dotenv": "^16.4.5", - "fastify": "^4.26.2" + "fastify": "^4.29.1" } }, "node_modules/@fastify/accept-negotiator": { @@ -428,9 +428,9 @@ "integrity": "sha512-cIusKBIt/R/oI6z/1nyfe2FvGKVTohVRfvkOhvx0nCEW+xf5NoCXjAHcWp93uOUBchzYcsvPlrapAdX1uW+YGg==" }, "node_modules/fastify": { - "version": "4.29.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.29.0.tgz", - "integrity": "sha512-MaaUHUGcCgC8fXQDsDtioaCcag1fmPJ9j64vAKunqZF4aSub040ZGi/ag8NGE2714yREPOKZuHCfpPzuUD3UQQ==", + "version": "4.29.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.29.1.tgz", + "integrity": "sha512-m2kMNHIG92tSNWv+Z3UeTR9AWLLuo7KctC7mlFPtMEVrfjIhmQhkQnT9v15qA/BfVq3vvj134Y0jl9SBje3jXQ==", "funding": [ { "type": "github", @@ -441,6 +441,7 @@ "url": "https://opencollective.com/fastify" } ], + "license": "MIT", "dependencies": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.4.0", diff --git a/pingone_protect_api-pkg/sample-app/package.json b/pingone_protect_api-pkg/sample-app/package.json index 6394795..772c8a4 100644 --- a/pingone_protect_api-pkg/sample-app/package.json +++ b/pingone_protect_api-pkg/sample-app/package.json @@ -11,6 +11,6 @@ "@fastify/static": "^7.0.4", "btoa": "^1.2.1", "dotenv": "^16.4.5", - "fastify": "^4.26.2" + "fastify": "^4.29.1" } }