diff --git a/package-lock.json b/package-lock.json index 893abc97b8..290a47f5f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3513,9 +3513,9 @@ "license": "MIT" }, "node_modules/@fastify/routes": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@fastify/routes/-/routes-6.0.2.tgz", - "integrity": "sha512-5OIl4DwNwRhUytGkc1GmrfzysOBLxVXCaWHA+p9NV2plVLoqiyFeGau/QsVxKGTfBJKTvWPoXtYe7Z/18phfQg==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@fastify/routes/-/routes-6.0.3.tgz", + "integrity": "sha512-Nr4nR+e0WXiZ9PjImu4hVp4m4st9hSP+xeNVYfgT5wheyVl5J1hVT5VWGVAfdAjX8dCMeWh4cx/mF/UrSwA72w==", "funding": [ { "type": "github", @@ -3526,27 +3526,10 @@ "url": "https://opencollective.com/fastify" } ], - "license": "MIT", "dependencies": { - "fastify-plugin": "^5.0.0" + "fastify-plugin": "^6.0.0" } }, - "node_modules/@fastify/routes/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==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fastify" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/fastify" - } - ], - "license": "MIT" - }, "node_modules/@fastify/send": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/@fastify/send/-/send-4.1.0.tgz", @@ -28908,18 +28891,11 @@ } }, "@fastify/routes": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@fastify/routes/-/routes-6.0.2.tgz", - "integrity": "sha512-5OIl4DwNwRhUytGkc1GmrfzysOBLxVXCaWHA+p9NV2plVLoqiyFeGau/QsVxKGTfBJKTvWPoXtYe7Z/18phfQg==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@fastify/routes/-/routes-6.0.3.tgz", + "integrity": "sha512-Nr4nR+e0WXiZ9PjImu4hVp4m4st9hSP+xeNVYfgT5wheyVl5J1hVT5VWGVAfdAjX8dCMeWh4cx/mF/UrSwA72w==", "requires": { - "fastify-plugin": "^5.0.0" - }, - "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==" - } + "fastify-plugin": "^6.0.0" } }, "@fastify/send": {