From b4f0744223e93bf613ac3ba7b7638784823651ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:35:43 +0000 Subject: [PATCH] deps: Bump @fastify/compress from 7.0.0 to 7.0.1 Bumps [@fastify/compress](https://github.com/fastify/fastify-compress) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/fastify/fastify-compress/releases) - [Commits](https://github.com/fastify/fastify-compress/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: "@fastify/compress" dependency-type: direct:production update-type: version-update:semver-patch ... 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 26a098a..abc7493 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@chainsafe/libp2p-noise": "^15.0.0", "@chainsafe/libp2p-yamux": "^6.0.2", - "@fastify/compress": "^7.0.0", + "@fastify/compress": "^7.0.1", "@fastify/cors": "^9.0.1", "@helia/block-brokers": "^2.0.2", "@helia/delegated-routing-v1-http-api-client": "^3.0.0", @@ -3346,9 +3346,9 @@ } }, "node_modules/@fastify/compress": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@fastify/compress/-/compress-7.0.0.tgz", - "integrity": "sha512-jo/NaBVHP1OXIf8Kmr3bZyYQB0gAIgcy5c8rRKTPjhklHO7lRs/6ZFckUVT0NtbKSvrTuIcmSkxYpjyv3FNHXA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@fastify/compress/-/compress-7.0.1.tgz", + "integrity": "sha512-Vj7DyXxdVRJD84Z/MxFz+lBWnFL1y892grSw8tdBFKZiPY+oM1LqjTjLzgwVqkviNhUsiE4xxVtiRDz6IrnL6w==", "dependencies": { "@fastify/accept-negotiator": "^1.1.0", "fastify-plugin": "^4.5.0", diff --git a/package.json b/package.json index 7b171e0..f491cb2 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "dependencies": { "@chainsafe/libp2p-noise": "^15.0.0", "@chainsafe/libp2p-yamux": "^6.0.2", - "@fastify/compress": "^7.0.0", + "@fastify/compress": "^7.0.1", "@fastify/cors": "^9.0.1", "@helia/block-brokers": "^2.0.2", "@helia/delegated-routing-v1-http-api-client": "^3.0.0",