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",