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",