diff --git a/package-lock.json b/package-lock.json index 2076f06..4695456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,9 +12,9 @@ "axios": "^1.6.0", "compression": "^1.7.4", "cors": "^2.8.5", + "helmet": "^7.0.0", "dotenv": "^16.3.1", "express": "^4.19.2", - "helmet": "^6.1.5", "http-terminator": "^3.2.0", "redis": "^4.6.7", "winston": "^3.10.0" @@ -2587,11 +2587,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.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.0.0.tgz", + "integrity": "sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ==", "engines": { - "node": ">=14.0.0" + "node": ">=16.0.0" } }, "node_modules/hexoid": { @@ -7108,9 +7108,9 @@ "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" }, "helmet": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.1.5.tgz", - "integrity": "sha512-UgAvdoG0BhF9vcCh/j0bWtElo2ZHHk6OzC98NLCM6zK03DEVSM0vUAtT7iR+oTo2Mi6sGelAH3tL6B/uUWxV4g==" + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.0.0.tgz", + "integrity": "sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ==" }, "hexoid": { "version": "1.0.0", diff --git a/package.json b/package.json index c4b6bb7..72076a9 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "axios": "^1.6.0", "compression": "^1.7.4", "cors": "^2.8.5", + "helmet": "^7.0.0", "dotenv": "^16.3.1", "express": "^4.19.2", - "helmet": "^6.1.5", "http-terminator": "^3.2.0", "redis": "^4.6.7", "winston": "^3.10.0"