From 891bdf9088e30f4e914cb0f286241cbf730029fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:12:46 +0000 Subject: [PATCH] build(deps): Bump @fastify/cors in the fastify group Bumps the fastify group with 1 update: [@fastify/cors](https://github.com/fastify/fastify-cors). Updates `@fastify/cors` from 10.0.1 to 10.0.2 - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v10.0.1...v10.0.2) --- updated-dependencies: - dependency-name: "@fastify/cors" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastify ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3430bb30..95fdbad1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5299,9 +5299,19 @@ } }, "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" + } + ], "dependencies": { "fastify-plugin": "^5.0.0", "mnemonist": "0.39.8"