From cf25342a6aad2819aa8b0b80ef9cfd1a848d97d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 04:02:16 +0000 Subject: [PATCH] chore(deps): bump helmet from 5.1.0 to 6.0.1 Bumps [helmet](https://github.com/helmetjs/helmet) from 5.1.0 to 6.0.1. - [Release notes](https://github.com/helmetjs/helmet/releases) - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v5.1.0...v6.0.1) --- 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 f512252e..a7637f84 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "express": "^4.16.4", "express-flash": "^0.0.2", "express-session": "^1.15.6", - "helmet": "^5.0.1", + "helmet": "^6.0.1", "i18next": "^21.4.0", "i18next-http-middleware": "^3.1.4", "i18next-node-fs-backend": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index cf17255b..a0e11480 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2508,10 +2508,10 @@ has@^1.0.3: dependencies: function-bind "^1.1.1" -helmet@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-5.1.0.tgz#e98a5d4bf89ab8119c856018a3bcc82addadcd47" - integrity sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g== +helmet@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-6.0.1.tgz#52ec353638b2e87f14fe079d142b368ac11e79a4" + integrity sha512-8wo+VdQhTMVBMCITYZaGTbE4lvlthelPYSvoyNvk4RECTmrVjMerp9RfUOQXZWLvCcAn1pKj7ZRxK4lI9Alrcw== html2canvas@^1.1.2: version "1.4.1"