From 9a93aacb2c185391115007306616f3c44e1ba62e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:21:59 +0000 Subject: [PATCH] chore(deps): bump helmet from 6.0.1 to 8.0.0 Bumps [helmet](https://github.com/helmetjs/helmet) from 6.0.1 to 8.0.0. - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v6.0.1...v8.0.0) --- updated-dependencies: - dependency-name: helmet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index be16938..ba7acf0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dd-trace": "3.13.2", "dotenv": "16.0.3", "express": "4.21.1", - "helmet": "6.0.1", + "helmet": "8.0.0", "node-fetch": "2.6.9", "pg": "8.9.0", "pg-hstore": "2.3.4", diff --git a/yarn.lock b/yarn.lock index 46dba7b..1affb72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3087,10 +3087,10 @@ hasown@^2.0.0: dependencies: function-bind "^1.1.2" -helmet@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-6.0.1.tgz#52ec353638b2e87f14fe079d142b368ac11e79a4" - integrity sha512-8wo+VdQhTMVBMCITYZaGTbE4lvlthelPYSvoyNvk4RECTmrVjMerp9RfUOQXZWLvCcAn1pKj7ZRxK4lI9Alrcw== +helmet@8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-8.0.0.tgz#05370fb1953aa7b81bd0ddfa459221247be6ea5c" + integrity sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw== help-me@^5.0.0: version "5.0.0"