diff --git a/package-lock.json b/package-lock.json index 1af4a3986..90a6d73df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1301,9 +1301,9 @@ } }, "helmet": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.2.0.tgz", - "integrity": "sha512-DWlwuXLLqbrIOltR6tFQXShj/+7Cyp0gLi6uAb8qMdFh/YBBFbKSgQ6nbXmScYd8emMctuthmgIa7tUfo9Rtyg==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.0.0.tgz", + "integrity": "sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==" }, "http-errors": { "version": "2.0.0", diff --git a/package.json b/package.json index bfbd466b2..8d4d669a5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "axios": "^1.6.2", "cors": "^2.8.5", "express": "^4.17.3", - "helmet": "^6.0.1" + "helmet": "^8.0.0" }, "devDependencies": { "eslint": "^7.32.0",