From 83dd2fdb5021750669d1c978b33475f35fdebd9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:04:59 +0000 Subject: [PATCH] deps: bump @fastify/cors from 11.0.1 to 11.1.0 Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 11.0.1 to 11.1.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v11.0.1...v11.1.0) --- updated-dependencies: - dependency-name: "@fastify/cors" dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 402f5e3..b053919 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@chainsafe/libp2p-noise": "^16.1.0", "@chainsafe/libp2p-yamux": "^7.0.1", "@fastify/compress": "^8.0.1", - "@fastify/cors": "^11.0.1", + "@fastify/cors": "^11.1.0", "@helia/block-brokers": "^4.1.0", "@helia/delegated-routing-v1-http-api-client": "^4.2.2", "@helia/http": "^2.0.5", @@ -3191,9 +3191,9 @@ } }, "node_modules/@fastify/cors": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-11.0.1.tgz", - "integrity": "sha512-dmZaE7M1f4SM8ZZuk5RhSsDJ+ezTgI7v3HHRj8Ow9CneczsPLZV6+2j2uwdaSLn8zhTv6QV0F4ZRcqdalGx1pQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-11.1.0.tgz", + "integrity": "sha512-sUw8ed8wP2SouWZTIbA7V2OQtMNpLj2W6qJOYhNdcmINTu6gsxVYXjQiM9mdi8UUDlcoDDJ/W2syPo1WB2QjYA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index d256a94..e5665d1 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@chainsafe/libp2p-noise": "^16.1.0", "@chainsafe/libp2p-yamux": "^7.0.1", "@fastify/compress": "^8.0.1", - "@fastify/cors": "^11.0.1", + "@fastify/cors": "^11.1.0", "@helia/block-brokers": "^4.1.0", "@helia/delegated-routing-v1-http-api-client": "^4.2.2", "@helia/http": "^2.0.5",