diff --git a/package-lock.json b/package-lock.json index 96bfca54..0009ae95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -644,9 +644,9 @@ } }, "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 339a0ef9..5bbf54da 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "compression": "^1.7.4", "cookie-parser": "^1.4.5", "express": "^4.18.2", - "helmet": "^4.6.0", + "helmet": "^7.0.0", "https-proxy-agent": "^5.0.0", "minizlib": "^2.1.2", "node-fetch": "^2.6.5",