From 583df6fcf647614bf348c314459f971ff7b570ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:21:55 +0100 Subject: [PATCH] fix(deps): update dependency @fastify/cors to v10.0.2 (#477) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c62c9fd..ce6a606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@fastify/cors": "10.0.1", + "@fastify/cors": "10.0.2", "fastify": "5.2.1", "fs-adapters": "7.0.2", "group-items": "4.0.0", @@ -749,9 +749,19 @@ "license": "MIT" }, "node_modules/@fastify/cors": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-10.0.1.tgz", - "integrity": "sha512-O8JIf6448uQbOgzSkCqhClw6gFTAqrdfeA6R3fc/3gwTJGUp7gl8/3tbNB+6INuu4RmgVOq99BmvdGbtu5pgOA==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-10.0.2.tgz", + "integrity": "sha512-DGdxOG36sS/tZv1NFiCJGi7wGuXOSPL2CmNX5PbOVKx0C6LuIALRMrqLByHTCcX1Rbl8NJ9IWlJex32bzydvlw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "license": "MIT", "dependencies": { "fastify-plugin": "^5.0.0", diff --git a/package.json b/package.json index 6f1b8cb..1f7f56d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "node": ">=18.16.1" }, "dependencies": { - "@fastify/cors": "10.0.1", + "@fastify/cors": "10.0.2", "fastify": "5.2.1", "fs-adapters": "7.0.2", "group-items": "4.0.0",