diff --git a/package-lock.json b/package-lock.json index 98c517e..e571076 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "express": "^4.19.2", "express-rate-limit": "^6.7.0", "express-validation": "^1.0.2", - "helmet": "^4.6.0", + "helmet": "^7.1.0", "http-status": "^1.0.1", "joi": "^10.4.1", "jwt-simple": "0.5.6", @@ -5702,11 +5702,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.1.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.1.0.tgz", + "integrity": "sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==", "engines": { - "node": ">=10.0.0" + "node": ">=16.0.0" } }, "node_modules/hexoid": { diff --git a/package.json b/package.json index 7c699ad..c3f64e5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "express": "^4.19.2", "express-rate-limit": "^6.7.0", "express-validation": "^1.0.2", - "helmet": "^4.6.0", + "helmet": "^7.1.0", "http-status": "^1.0.1", "joi": "^10.4.1", "jwt-simple": "0.5.6", diff --git a/yarn.lock b/yarn.lock index 210e1b9..5b78c92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3541,10 +3541,10 @@ he@1.2.0, he@^1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== -helmet@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-4.6.0.tgz#579971196ba93c5978eb019e4e8ec0e50076b4df" - integrity sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg== +helmet@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-7.1.0.tgz#287279e00f8a3763d5dccbaf1e5ee39b8c3784ca" + integrity sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg== hexoid@^1.0.0: version "1.0.0"