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" } }