From 1408babb2a7f3c92dcbac1a70e407230df3319ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 14:46:56 +0000 Subject: [PATCH] Bump @fastify/helmet from 10.1.1 to 11.0.0 Bumps [@fastify/helmet](https://github.com/fastify/fastify-helmet) from 10.1.1 to 11.0.0. - [Release notes](https://github.com/fastify/fastify-helmet/releases) - [Commits](https://github.com/fastify/fastify-helmet/compare/v10.1.1...v11.0.0) --- updated-dependencies: - dependency-name: "@fastify/helmet" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2b14b9e..8cda51f4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@fastify/cors": "^8.3.0", - "@fastify/helmet": "^10.1.0", + "@fastify/helmet": "^11.0.0", "@fastify/mongodb": "^6.2.0", "@fastify/rate-limit": "^7.6.0", "@fastify/request-context": "^4.2.0",