From 2d36c036320cadba0cbf569b154fc5b76fe7a03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 13:58:12 +0000 Subject: [PATCH] deps: bump @fastify/cors from 9.0.1 to 11.2.0 Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 9.0.1 to 11.2.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v9.0.1...v11.2.0) --- updated-dependencies: - dependency-name: "@fastify/cors" dependency-version: 11.2.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 c02a17b..ec5c80e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "start": "bun run dist/server.js" }, "dependencies": { - "@fastify/cors": "^9.0.0", + "@fastify/cors": "^11.2.0", "fastify": "^5.8.5" }, "devDependencies": {