From 55a17af667fa09ec6dcd3b4659f09306f361b050 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:32:30 -0600 Subject: [PATCH] build(deps): bump helmet from 4.3.1 to 4.4.1 (#12991) Bumps [helmet](https://github.com/helmetjs/helmet) from 4.3.1 to 4.4.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/v4.3.1...v4.4.1) 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 5540ab81e9..9e734a1c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7172,9 +7172,9 @@ "dev": true }, "helmet": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-4.3.1.tgz", - "integrity": "sha512-WsafDyKsIexB0+pUNkq3rL1rB5GVAghR68TP8ssM9DPEMzfBiluEQlVzJ/FEj6Vq2Ag3CNuxf7aYMjXrN0X49Q==" + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-4.4.1.tgz", + "integrity": "sha512-G8tp0wUMI7i8wkMk2xLcEvESg5PiCitFMYgGRc/PwULB0RVhTP5GFdxOwvJwp9XVha8CuS8mnhmE8I/8dx/pbw==" }, "hex2dec": { "version": "1.1.2", diff --git a/package.json b/package.json index f81801ebc6..58d258dbd4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gulp-nodemon": "^2.5.0", "gulp.spritesmith": "^6.9.0", "habitica-markdown": "^3.0.0", - "helmet": "^4.3.1", + "helmet": "^4.4.1", "image-size": "^0.9.3", "in-app-purchase": "^1.11.3", "js2xmlparser": "^4.0.1",