diff --git a/package-lock.json b/package-lock.json index 378451ea..b7aeb9ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "express": "^4.21.0", "express-async-router": "^0.1.15", "express-session": "^1.18.0", - "helmet": "^7.1.0", + "helmet": "^8.0.0", "http-status-codes": "^2.3.0", "ioredis": "^5.4.1", "module-alias": "^2.2.3", @@ -5783,11 +5783,11 @@ } }, "node_modules/helmet": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.1.0.tgz", - "integrity": "sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.0.0.tgz", + "integrity": "sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/hexoid": { @@ -15684,9 +15684,9 @@ } }, "helmet": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.1.0.tgz", - "integrity": "sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.0.0.tgz", + "integrity": "sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==" }, "hexoid": { "version": "1.0.0", diff --git a/package.json b/package.json index 5129bf5c..a4d0cda5 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "express": "^4.21.0", "express-async-router": "^0.1.15", "express-session": "^1.18.0", - "helmet": "^7.1.0", + "helmet": "^8.0.0", "http-status-codes": "^2.3.0", "ioredis": "^5.4.1", "module-alias": "^2.2.3",