diff --git a/package-lock.json b/package-lock.json index d02a8fb..62460dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "dinero.js": "2.0.0-alpha.13", "dotenv": "16.0.3", "express": "4.18.2", - "helmet": "6.0.1", + "helmet": "^6.1.5", "joi": "17.7.0", "js-yaml": "4.1.0", "knex": "2.4.2", @@ -5400,9 +5400,9 @@ } }, "node_modules/helmet": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.1.tgz", - "integrity": "sha512-8wo+VdQhTMVBMCITYZaGTbE4lvlthelPYSvoyNvk4RECTmrVjMerp9RfUOQXZWLvCcAn1pKj7ZRxK4lI9Alrcw==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.1.5.tgz", + "integrity": "sha512-UgAvdoG0BhF9vcCh/j0bWtElo2ZHHk6OzC98NLCM6zK03DEVSM0vUAtT7iR+oTo2Mi6sGelAH3tL6B/uUWxV4g==", "engines": { "node": ">=14.0.0" } @@ -17421,9 +17421,9 @@ "dev": true }, "helmet": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.0.1.tgz", - "integrity": "sha512-8wo+VdQhTMVBMCITYZaGTbE4lvlthelPYSvoyNvk4RECTmrVjMerp9RfUOQXZWLvCcAn1pKj7ZRxK4lI9Alrcw==" + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-6.1.5.tgz", + "integrity": "sha512-UgAvdoG0BhF9vcCh/j0bWtElo2ZHHk6OzC98NLCM6zK03DEVSM0vUAtT7iR+oTo2Mi6sGelAH3tL6B/uUWxV4g==" }, "homedir-polyfill": { "version": "1.0.3", diff --git a/package.json b/package.json index 24cfb0e..cd05fc2 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "dinero.js": "2.0.0-alpha.13", "dotenv": "16.0.3", "express": "4.18.2", - "helmet": "6.0.1", + "helmet": "6.1.5", "joi": "17.7.0", "js-yaml": "4.1.0", "knex": "2.4.2",