diff --git a/package-lock.json b/package-lock.json index 02928f1..70400fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "cors": "^2.8.5", "express": "^4.18.2", "express-rate-limit": "^6.6.0", - "helmet": "^6.0.0", + "helmet": "^6.0.1", "morgan": "^1.10.0", "pg": "^8.8.0", "pg-hstore": "^2.3.4", @@ -1237,9 +1237,9 @@ "dev": true }, "node_modules/helmet": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.0.tgz", - "integrity": "sha512-FO9RpR1wNJepH/GbLPQVtkE2eESglXL641p7SdyoT4LngHFJcZheHMoyUcjCZF4qpuMMO1u5q6RK0l9Ux8JBcg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.1.tgz", + "integrity": "sha512-8wo+VdQhTMVBMCITYZaGTbE4lvlthelPYSvoyNvk4RECTmrVjMerp9RfUOQXZWLvCcAn1pKj7ZRxK4lI9Alrcw==", "engines": { "node": ">=14.0.0" } @@ -4043,9 +4043,9 @@ "dev": true }, "helmet": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.0.tgz", - "integrity": "sha512-FO9RpR1wNJepH/GbLPQVtkE2eESglXL641p7SdyoT4LngHFJcZheHMoyUcjCZF4qpuMMO1u5q6RK0l9Ux8JBcg==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.1.tgz", + "integrity": "sha512-8wo+VdQhTMVBMCITYZaGTbE4lvlthelPYSvoyNvk4RECTmrVjMerp9RfUOQXZWLvCcAn1pKj7ZRxK4lI9Alrcw==" }, "http-errors": { "version": "2.0.0", diff --git a/package.json b/package.json index ed9c49a..2baa7d7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "cors": "^2.8.5", "express": "^4.18.2", "express-rate-limit": "^6.6.0", - "helmet": "^6.0.0", + "helmet": "^6.0.1", "morgan": "^1.10.0", "pg": "^8.8.0", "pg-hstore": "^2.3.4",