diff --git a/package-lock.json b/package-lock.json index 893abc97b8..472fd82ce9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3474,9 +3474,9 @@ "license": "MIT" }, "node_modules/@fastify/response-validation": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@fastify/response-validation/-/response-validation-3.0.3.tgz", - "integrity": "sha512-ojZ9CH501asIZueieqpbpVxrjWeZiGZIVbnrxtCjrMc62cjdCVi3D4QEyoHsc5Y+P/eK2dDEbpk/K1Q21fO5wg==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@fastify/response-validation/-/response-validation-3.0.4.tgz", + "integrity": "sha512-e5J7PgYg9QsFbkT1UGmuqz7vvSuLrFuXm11K+E5Fg+H1u3HWBcPFOAEjf20g2qdZVTj2U4RS15fT0WXCVzFbVA==", "dev": true, "funding": [ { @@ -3488,30 +3488,12 @@ "url": "https://opencollective.com/fastify" } ], - "license": "MIT", "dependencies": { "@fastify/error": "^4.0.0", "ajv": "^8.12.0", - "fastify-plugin": "^5.0.1" + "fastify-plugin": "^6.0.0" } }, - "node_modules/@fastify/response-validation/node_modules/fastify-plugin": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.1.0.tgz", - "integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fastify" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/fastify" - } - ], - "license": "MIT" - }, "node_modules/@fastify/routes": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/@fastify/routes/-/routes-6.0.2.tgz", @@ -28889,22 +28871,14 @@ } }, "@fastify/response-validation": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@fastify/response-validation/-/response-validation-3.0.3.tgz", - "integrity": "sha512-ojZ9CH501asIZueieqpbpVxrjWeZiGZIVbnrxtCjrMc62cjdCVi3D4QEyoHsc5Y+P/eK2dDEbpk/K1Q21fO5wg==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@fastify/response-validation/-/response-validation-3.0.4.tgz", + "integrity": "sha512-e5J7PgYg9QsFbkT1UGmuqz7vvSuLrFuXm11K+E5Fg+H1u3HWBcPFOAEjf20g2qdZVTj2U4RS15fT0WXCVzFbVA==", "dev": true, "requires": { "@fastify/error": "^4.0.0", "ajv": "^8.12.0", - "fastify-plugin": "^5.0.1" - }, - "dependencies": { - "fastify-plugin": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.1.0.tgz", - "integrity": "sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==", - "dev": true - } + "fastify-plugin": "^6.0.0" } }, "@fastify/routes": {