From 067198936ab54b8ecee2048c855476f20517f993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:47:46 +0000 Subject: [PATCH] build(deps-dev): bump @fastify/response-validation from 3.0.3 to 3.0.4 Bumps [@fastify/response-validation](https://github.com/fastify/fastify-response-validation) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/fastify/fastify-response-validation/releases) - [Commits](https://github.com/fastify/fastify-response-validation/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: "@fastify/response-validation" dependency-version: 3.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 42 ++++++++---------------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) 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": {