From 524aac4d95bba4b985bac048ea54beb7019697a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 14:57:11 +0200 Subject: [PATCH] build(deps): bump helmet from 3.22.0 to 3.23.0 (#12297) Bumps [helmet](https://github.com/helmetjs/helmet) from 3.22.0 to 3.23.0. - [Release notes](https://github.com/helmetjs/helmet/releases) - [Changelog](https://github.com/helmetjs/helmet/blob/master/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v3.22.0...v3.23.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 8d876bec94..71769de4f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7533,9 +7533,9 @@ "dev": true }, "helmet": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-3.22.0.tgz", - "integrity": "sha512-Xrqicn2nm1ZIUxP3YGuTBmbDL04neKsIT583Sjh0FkiwKDXYCMUqGqC88w3NUvVXtA75JyR2Jn6jw6ZEMOD+ZA==", + "version": "3.23.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-3.23.0.tgz", + "integrity": "sha512-/AKPymGd+mJsFN43IkX+nf8J11V51bxLNYReQZmWrVx7M/FEOs2OEE6U1YIt8Y00rpOupbIeVWv5woEGja1Pug==", "requires": { "depd": "2.0.0", "dns-prefetch-control": "0.2.0", diff --git a/package.json b/package.json index 7f57ce9492..fe093ecf40 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gulp-nodemon": "^2.5.0", "gulp.spritesmith": "^6.9.0", "habitica-markdown": "^2.0.2", - "helmet": "^3.22.0", + "helmet": "^3.23.0", "image-size": "^0.8.3", "in-app-purchase": "^1.11.3", "js2xmlparser": "^4.0.1",