From 9866bbd6c5d305cad6cb3160c222a53ccf859fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:43:36 +0000 Subject: [PATCH] build(deps): bump @fastify/routes from 6.0.2 to 6.0.3 Bumps [@fastify/routes](https://github.com/fastify/fastify-routes) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/fastify/fastify-routes/releases) - [Commits](https://github.com/fastify/fastify-routes/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: "@fastify/routes" dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 ++++++++-------------------------------- 1 file changed, 8 insertions(+), 32 deletions(-) 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": {