diff --git a/package-lock.json b/package-lock.json index d9e012c8a..0e827b76a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16169,11 +16169,11 @@ } }, "node_modules/helmet": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-4.6.0.tgz", - "integrity": "sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-5.0.1.tgz", + "integrity": "sha512-iyYpGYH2nbQVaQtauYDnemWg45S2RyGvJ+iKj+V9jp7Dc1NTtAJHmD+hFOSYS7Xdwe1GeyVEYSydggXLOg6TKQ==", "engines": { - "node": ">=10.0.0" + "node": ">=12.0.0" } }, "node_modules/hex-color-regex": { @@ -36100,7 +36100,7 @@ "graphql-parse-resolve-info": "4.12.0", "graphql-type-json": "0.3.2", "graphql-upload": "11.0.0", - "helmet": "4.6.0", + "helmet": "5.0.1", "http-status-codes": "2.1.4", "isomorphic-git": "1.10.3", "js-yaml": "4.1.0", @@ -36178,7 +36178,7 @@ "dotenv-flow": "3.2.0", "express": "4.17.2", "express-async-errors": "3.1.1", - "helmet": "4.6.0", + "helmet": "5.0.1", "http-status-codes": "2.1.4", "module-alias": "2.2.2", "morgan": "1.10.0", @@ -39906,7 +39906,7 @@ "graphql-parse-resolve-info": "4.12.0", "graphql-type-json": "0.3.2", "graphql-upload": "11.0.0", - "helmet": "4.6.0", + "helmet": "5.0.1", "http-status-codes": "2.1.4", "isomorphic-git": "1.10.3", "jest": "27.4.5", @@ -39966,7 +39966,7 @@ "eslint-plugin-prettier": "4.0.0", "express": "4.17.2", "express-async-errors": "3.1.1", - "helmet": "4.6.0", + "helmet": "5.0.1", "http-status-codes": "2.1.4", "jest": "27.4.5", "module-alias": "2.2.2", @@ -49386,9 +49386,9 @@ } }, "helmet": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-4.6.0.tgz", - "integrity": "sha512-HVqALKZlR95ROkrnesdhbbZJFi/rIVSoNq6f3jA/9u6MIbTsPh3xZwihjeI5+DO/2sOV6HMHooXcEOuwskHpTg==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-5.0.1.tgz", + "integrity": "sha512-iyYpGYH2nbQVaQtauYDnemWg45S2RyGvJ+iKj+V9jp7Dc1NTtAJHmD+hFOSYS7Xdwe1GeyVEYSydggXLOg6TKQ==" }, "hex-color-regex": { "version": "1.1.0", diff --git a/packages/backend/package.json b/packages/backend/package.json index 3c7e88a4a..e9b90d5c4 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -49,7 +49,7 @@ "graphql-parse-resolve-info": "4.12.0", "graphql-type-json": "0.3.2", "graphql-upload": "11.0.0", - "helmet": "4.6.0", + "helmet": "5.0.1", "http-status-codes": "2.1.4", "isomorphic-git": "1.10.3", "js-yaml": "4.1.0", diff --git a/packages/convertbot/package.json b/packages/convertbot/package.json index 9e56694cb..9596a8c38 100644 --- a/packages/convertbot/package.json +++ b/packages/convertbot/package.json @@ -27,7 +27,7 @@ "dotenv-flow": "3.2.0", "express": "4.17.2", "express-async-errors": "3.1.1", - "helmet": "4.6.0", + "helmet": "5.0.1", "http-status-codes": "2.1.4", "module-alias": "2.2.2", "morgan": "1.10.0",