From 1cf5b1e53e465d0d4f255246ea7fb864ea716fad Mon Sep 17 00:00:00 2001 From: Minori Date: Thu, 5 Feb 2026 07:19:49 -0800 Subject: [PATCH] deps: update @fastify/cors to 11.2.0 --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d3ca0b5..61ecea9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@angular/router": "21.1.2", "@fastify/autoload": "6.0.3", "@fastify/cookie": "^11.0.2", - "@fastify/cors": "^11.0.0", + "@fastify/cors": "11.2.0", "@fastify/csrf-protection": "^7.1.0", "@fastify/helmet": "^13.0.2", "@fastify/jwt": "^10.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dcea136..d38f8d5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,7 +33,7 @@ importers: specifier: ^11.0.2 version: 11.0.2 '@fastify/cors': - specifier: ^11.0.0 + specifier: 11.2.0 version: 11.2.0 '@fastify/csrf-protection': specifier: ^7.1.0 -- 2.52.0