diff --git a/package-lock.json b/package-lock.json index f518dcb4..d94e23e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "constructs": "^10.1.124", "desm": "^1.3.0", "env-schema": "^5.1.0", - "fastify": "^4.7.0", + "fastify": "^4.8.1", "fastify-cli": "^5.5.0", "fastify-plugin": "^4.2.1", "fluent-json-schema": "^4.0.0", @@ -4335,16 +4335,16 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "node_modules/fastify": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.7.0.tgz", - "integrity": "sha512-FK3WT6arZOd2Fm696vIn90DOFr1f8QZbFcvUzYRPJTBV0pzm1xN8Y3n9yegtv1ajAxpdTwuLhB10Wwb/ptMRqQ==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.8.1.tgz", + "integrity": "sha512-3an6yyXg7j5XPHTRxgFqUwIRaJPR7F8OPR8Uboo0SIgHx1orOqc9Y8Sl5Kz8+xK7JCy3c3mfRujskDjMu/nFfA==", "dependencies": { "@fastify/ajv-compiler": "^3.3.1", "@fastify/error": "^3.0.0", "@fastify/fast-json-stringify-compiler": "^4.1.0", "abstract-logging": "^2.0.1", "avvio": "^8.2.0", - "find-my-way": "^7.2.0", + "find-my-way": "^7.3.0", "light-my-request": "^5.6.1", "pino": "^8.5.0", "process-warning": "^2.0.0", @@ -4487,9 +4487,9 @@ } }, "node_modules/find-my-way": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.2.1.tgz", - "integrity": "sha512-OnV0iCd2PnYzC+K4qH8P4WkapYpLJrtdPBBwJqqBawNyEeT2EkGDPcGTEISWkKUW7q5ReOF5aQi8HizjqLOP+w==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.3.1.tgz", + "integrity": "sha512-kGvM08SOkqvheLcuQ8GW9t/H901Qb9rZEbcNWbXopzy4jDRoaJpJoObPSKf4MnQLZ20ZTp7rL5MpF6rf+pqmyg==", "dependencies": { "fast-deep-equal": "^3.1.3", "fast-querystring": "^1.0.0", @@ -14480,16 +14480,16 @@ "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "fastify": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.7.0.tgz", - "integrity": "sha512-FK3WT6arZOd2Fm696vIn90DOFr1f8QZbFcvUzYRPJTBV0pzm1xN8Y3n9yegtv1ajAxpdTwuLhB10Wwb/ptMRqQ==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.8.1.tgz", + "integrity": "sha512-3an6yyXg7j5XPHTRxgFqUwIRaJPR7F8OPR8Uboo0SIgHx1orOqc9Y8Sl5Kz8+xK7JCy3c3mfRujskDjMu/nFfA==", "requires": { "@fastify/ajv-compiler": "^3.3.1", "@fastify/error": "^3.0.0", "@fastify/fast-json-stringify-compiler": "^4.1.0", "abstract-logging": "^2.0.1", "avvio": "^8.2.0", - "find-my-way": "^7.2.0", + "find-my-way": "^7.3.0", "light-my-request": "^5.6.1", "pino": "^8.5.0", "process-warning": "^2.0.0", @@ -14603,9 +14603,9 @@ } }, "find-my-way": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.2.1.tgz", - "integrity": "sha512-OnV0iCd2PnYzC+K4qH8P4WkapYpLJrtdPBBwJqqBawNyEeT2EkGDPcGTEISWkKUW7q5ReOF5aQi8HizjqLOP+w==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.3.1.tgz", + "integrity": "sha512-kGvM08SOkqvheLcuQ8GW9t/H901Qb9rZEbcNWbXopzy4jDRoaJpJoObPSKf4MnQLZ20ZTp7rL5MpF6rf+pqmyg==", "requires": { "fast-deep-equal": "^3.1.3", "fast-querystring": "^1.0.0", diff --git a/package.json b/package.json index bcd190d9..4028527c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "constructs": "^10.1.124", "desm": "^1.3.0", "env-schema": "^5.1.0", - "fastify": "^4.7.0", + "fastify": "^4.8.1", "fastify-cli": "^5.5.0", "fastify-plugin": "^4.2.1", "fluent-json-schema": "^4.0.0",