diff --git a/package-lock.json b/package-lock.json index 7860bc3..c3b47d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "express": "^4.19.2", "express-winston": "^4.2.0", - "helmet": "^6.1.5", + "helmet": "^7.1.0", "nocache": "^3.0.4", "npid": "^0.4.0", "passport": "^0.6.0", @@ -2018,11 +2018,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": "7.1.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.1.0.tgz", + "integrity": "sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==", "engines": { - "node": ">=14.0.0" + "node": ">=16.0.0" } }, "node_modules/hexoid": { @@ -5662,9 +5662,9 @@ "dev": true }, "helmet": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.1.5.tgz", - "integrity": "sha512-UgAvdoG0BhF9vcCh/j0bWtElo2ZHHk6OzC98NLCM6zK03DEVSM0vUAtT7iR+oTo2Mi6sGelAH3tL6B/uUWxV4g==" + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.1.0.tgz", + "integrity": "sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==" }, "hexoid": { "version": "1.0.0", diff --git a/package.json b/package.json index b85218d..ad35daf 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "express": "^4.19.2", "express-winston": "^4.2.0", - "helmet": "^6.1.5", + "helmet": "^7.1.0", "nocache": "^3.0.4", "npid": "^0.4.0", "passport": "^0.6.0",