From 5f349d22591b2a09e3e76dc08a376b86594a9482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:01:07 -0600 Subject: [PATCH] Bump helmet from 4.6.0 to 7.0.0 (#43) Bumps [helmet](https://github.com/helmetjs/helmet) from 4.6.0 to 7.0.0. - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v4.6.0...v7.0.0) --- updated-dependencies: - dependency-name: helmet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15ea782..94aa84c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "express": "^4.18.2", "express-async-wrap": "^1.0.0", "express-winston": "^4.0.5", - "helmet": "^4.1.0", + "helmet": "^7.0.0", "node-fetch": "^3.3.1", "node-stream-zip": "^1.11.3", "wildcard-match": "^5.1.0", @@ -2236,11 +2236,11 @@ } }, "node_modules/helmet": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-4.6.0.tgz", - "integrity": "sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.0.0.tgz", + "integrity": "sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ==", "engines": { - "node": ">=10.0.0" + "node": ">=16.0.0" } }, "node_modules/http-errors": { @@ -5904,9 +5904,9 @@ "dev": true }, "helmet": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-4.6.0.tgz", - "integrity": "sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==" + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.0.0.tgz", + "integrity": "sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ==" }, "http-errors": { "version": "2.0.0", diff --git a/package.json b/package.json index c8c9077..04d414a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "express": "^4.18.2", "express-async-wrap": "^1.0.0", "express-winston": "^4.0.5", - "helmet": "^4.1.0", + "helmet": "^7.0.0", "node-fetch": "^3.3.1", "node-stream-zip": "^1.11.3", "wildcard-match": "^5.1.0",