From 76a72c5c71148482179b226fac7ff48590e51e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:53:41 +0000 Subject: [PATCH] deps: bump @fastify/compress from 8.0.1 to 8.0.3 Bumps [@fastify/compress](https://github.com/fastify/fastify-compress) from 8.0.1 to 8.0.3. - [Release notes](https://github.com/fastify/fastify-compress/releases) - [Commits](https://github.com/fastify/fastify-compress/compare/v8.0.1...v8.0.3) --- updated-dependencies: - dependency-name: "@fastify/compress" dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 402f5e3..6d3c245 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@chainsafe/libp2p-noise": "^16.1.0", "@chainsafe/libp2p-yamux": "^7.0.1", - "@fastify/compress": "^8.0.1", + "@fastify/compress": "^8.0.3", "@fastify/cors": "^11.0.1", "@helia/block-brokers": "^4.1.0", "@helia/delegated-routing-v1-http-api-client": "^4.2.2", @@ -3175,9 +3175,19 @@ } }, "node_modules/@fastify/compress": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@fastify/compress/-/compress-8.0.1.tgz", - "integrity": "sha512-yWNfKhvL4orfN45LKCHCo8Fcsbj1kdNgwyShw2xpdHfzPf4A3MESmgSfUm3TCKQwgqDdrPnLfy1E+3I/DVP+BQ==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/@fastify/compress/-/compress-8.0.3.tgz", + "integrity": "sha512-s2sLNIn9MaTHbCkmT5fd5kpesQ7rkREalcenpXA48DQekzAnwcQS/FRZk6YBf0YgfMamEBkV/4Vqo0f6fFPPcQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "license": "MIT", "dependencies": { "@fastify/accept-negotiator": "^2.0.0", diff --git a/package.json b/package.json index d256a94..d948db7 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "dependencies": { "@chainsafe/libp2p-noise": "^16.1.0", "@chainsafe/libp2p-yamux": "^7.0.1", - "@fastify/compress": "^8.0.1", + "@fastify/compress": "^8.0.3", "@fastify/cors": "^11.0.1", "@helia/block-brokers": "^4.1.0", "@helia/delegated-routing-v1-http-api-client": "^4.2.2",