From 924f9420609a4c770017626f5d3a8bb80756ccbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 15:46:44 -0500 Subject: [PATCH] build(deps): bump helmet from 4.5.0 to 4.6.0 (#13230) Bumps [helmet](https://github.com/helmetjs/helmet) from 4.5.0 to 4.6.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/v4.5.0...v4.6.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d8fae8a52..86d69f3029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7520,9 +7520,9 @@ "dev": true }, "helmet": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-4.5.0.tgz", - "integrity": "sha512-GfxdTaKarneWOpxmiVb/1YsY+fIwDOxVUGrvNEM1MC8W6Z2PREfkXiWF4XHQdvkyXwUTHuY4DRwB0uH/Q6BVyQ==" + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-4.6.0.tgz", + "integrity": "sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==" }, "hex2dec": { "version": "1.1.2", diff --git a/package.json b/package.json index a0086bdfea..cf435d9128 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gulp-nodemon": "^2.5.0", "gulp.spritesmith": "^6.9.0", "habitica-markdown": "^3.0.0", - "helmet": "^4.5.0", + "helmet": "^4.6.0", "image-size": "^1.0.0", "in-app-purchase": "^1.11.3", "js2xmlparser": "^4.0.1",