diff --git a/api/package-lock.json b/api/package-lock.json index 9539cc3f..e719d18a 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -15,7 +15,7 @@ "dayjs": "^1.11.4", "dompurify": "^2.4.0", "express-mongo-sanitize": "^2.2.0", - "fastify": "^4.7.0", + "fastify": "^4.8.1", "fastify-file-upload": "^4.0.0", "mongodb": "^4.10.0", "node-cache": "^5.1.2", @@ -576,16 +576,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", @@ -626,9 +626,9 @@ } }, "node_modules/find-my-way": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.2.0.tgz", - "integrity": "sha512-27SFA5sSYDYFZCQ/7SSJB0yhStTP/qxKP1OEC8feZvkHFRuD3fGcQ97Y+0w8HpKTDfMYWXGU3h2ETRGt5zPWyA==", + "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", @@ -2169,16 +2169,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", @@ -2221,9 +2221,9 @@ } }, "find-my-way": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/find-my-way/-/find-my-way-7.2.0.tgz", - "integrity": "sha512-27SFA5sSYDYFZCQ/7SSJB0yhStTP/qxKP1OEC8feZvkHFRuD3fGcQ97Y+0w8HpKTDfMYWXGU3h2ETRGt5zPWyA==", + "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/api/package.json b/api/package.json index 9b58c64a..776824fa 100644 --- a/api/package.json +++ b/api/package.json @@ -24,7 +24,7 @@ "dayjs": "^1.11.4", "dompurify": "^2.4.0", "express-mongo-sanitize": "^2.2.0", - "fastify": "^4.7.0", + "fastify": "^4.8.1", "fastify-file-upload": "^4.0.0", "mongodb": "^4.10.0", "node-cache": "^5.1.2",