diff --git a/package-lock.json b/package-lock.json index fb51741..082c38b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "cors": "^2.8.5", "express": "^4.19.2", - "helmet": "^6.1.5", + "helmet": "^8.0.0", "json-web-key": "^0.4.0", "jsonwebtoken": "^8.5.1", "node-fetch": "^2.6.9" @@ -410,11 +410,11 @@ } }, "node_modules/helmet": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.1.5.tgz", - "integrity": "sha512-UgAvdoG0BhF9vcCh/j0bWtElo2ZHHk6OzC98NLCM6zK03DEVSM0vUAtT7iR+oTo2Mi6sGelAH3tL6B/uUWxV4g==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.0.0.tgz", + "integrity": "sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==", "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" } }, "node_modules/http-errors": { @@ -1197,9 +1197,9 @@ } }, "helmet": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.1.5.tgz", - "integrity": "sha512-UgAvdoG0BhF9vcCh/j0bWtElo2ZHHk6OzC98NLCM6zK03DEVSM0vUAtT7iR+oTo2Mi6sGelAH3tL6B/uUWxV4g==" + "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 2a5e117..de6f6a0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "cors": "^2.8.5", "express": "^4.19.2", - "helmet": "^6.1.5", + "helmet": "^8.0.0", "json-web-key": "^0.4.0", "jsonwebtoken": "^8.5.1", "node-fetch": "^2.6.9"