From a25e5fbb232418b9d52b91d39f87ce63ffb5e831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 04:06:14 +0000 Subject: [PATCH] chore(deps): bump helmet from 5.1.0 to 6.0.0 Bumps [helmet](https://github.com/helmetjs/helmet) from 5.1.0 to 6.0.0. - [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.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 f512252e..5d878725 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.0", "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..a471df69 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.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-6.0.0.tgz#8e183820ddccd7729a206ad73c577b264f495595" + integrity sha512-FO9RpR1wNJepH/GbLPQVtkE2eESglXL641p7SdyoT4LngHFJcZheHMoyUcjCZF4qpuMMO1u5q6RK0l9Ux8JBcg== html2canvas@^1.1.2: version "1.4.1"