From c3eac9545faf92d1a0bd402c52b2109e4cfd97d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:25:03 +0000 Subject: [PATCH] build(deps): bump @fastify/cors from 10.1.0 to 11.3.0 Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 10.1.0 to 11.3.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v10.1.0...v11.3.0) --- updated-dependencies: - dependency-name: "@fastify/cors" dependency-version: 11.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fe8dd5..c63b9e8 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "prettier --write \"**/*.ts\"" }, "dependencies": { - "@fastify/cors": "^10.0.0", + "@fastify/cors": "^11.3.0", "@supabase/supabase-js": "^2.110.0", "@types/node": "^22.0.0", "@types/ws": "^8.5.3",