diff --git a/package-lock.json b/package-lock.json index 4695456..520c7ec 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": "^7.1.0", "http-terminator": "^3.2.0", "redis": "^4.6.7", "winston": "^3.10.0" @@ -2587,9 +2587,9 @@ } }, "node_modules/helmet": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.0.0.tgz", - "integrity": "sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ==", + "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": ">=16.0.0" } @@ -7108,9 +7108,9 @@ "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" }, "helmet": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.0.0.tgz", - "integrity": "sha512-MsIgYmdBh460ZZ8cJC81q4XJknjG567wzEmv46WOBblDb6TUd3z8/GhgmsM9pn8g2B80tAJ4m5/d3Bi1KrSUBQ==" + "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 72076a9..d0943dc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "axios": "^1.6.0", "compression": "^1.7.4", "cors": "^2.8.5", - "helmet": "^7.0.0", + "helmet": "^7.1.0", "dotenv": "^16.3.1", "express": "^4.19.2", "http-terminator": "^3.2.0",