diff --git a/package-lock.json b/package-lock.json index 53f99813d..f286c554a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14148,11 +14148,11 @@ } }, "node_modules/helmet": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.0.tgz", - "integrity": "sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.0.0.tgz", + "integrity": "sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==", "engines": { - "node": ">=12.0.0" + "node": ">=18.0.0" } }, "node_modules/help-me": { @@ -23807,7 +23807,7 @@ "graphql-parse-resolve-info": "4.13.0", "graphql-type-json": "0.3.2", "graphql-upload": "13.0.0", - "helmet": "5.1.0", + "helmet": "8.0.0", "http-status-codes": "2.3.0", "isomorphic-git": "1.25.6", "js-yaml": "4.1.0", @@ -23874,7 +23874,7 @@ "dotenv-flow": "3.2.0", "express": "4.18.1", "express-async-errors": "3.1.1", - "helmet": "5.1.0", + "helmet": "8.0.0", "http-status-codes": "2.3.0", "module-alias": "2.2.3", "reflect-metadata": "0.1.13", @@ -29952,7 +29952,7 @@ "graphql-parse-resolve-info": "4.13.0", "graphql-type-json": "0.3.2", "graphql-upload": "13.0.0", - "helmet": "5.1.0", + "helmet": "8.0.0", "http-status-codes": "2.3.0", "isomorphic-git": "1.25.6", "js-yaml": "4.1.0", @@ -29999,7 +29999,7 @@ "dotenv-flow": "3.2.0", "express": "4.18.1", "express-async-errors": "3.1.1", - "helmet": "5.1.0", + "helmet": "8.0.0", "http-status-codes": "2.3.0", "module-alias": "2.2.3", "nodemon": "3.0.3", @@ -37740,9 +37740,9 @@ } }, "helmet": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-5.1.0.tgz", - "integrity": "sha512-klsunXs8rgNSZoaUrNeuCiWUxyc+wzucnEnFejUg3/A+CaF589k9qepLZZ1Jehnzig7YbD4hEuscGXuBY3fq+g==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.0.0.tgz", + "integrity": "sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==" }, "help-me": { "version": "5.0.0", diff --git a/packages/backend/package.json b/packages/backend/package.json index f2412550d..36fb97ae5 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -49,7 +49,7 @@ "graphql-parse-resolve-info": "4.13.0", "graphql-type-json": "0.3.2", "graphql-upload": "13.0.0", - "helmet": "5.1.0", + "helmet": "8.0.0", "http-status-codes": "2.3.0", "isomorphic-git": "1.25.6", "js-yaml": "4.1.0", diff --git a/packages/convertbot/package.json b/packages/convertbot/package.json index 36600afe9..47f81ab4f 100644 --- a/packages/convertbot/package.json +++ b/packages/convertbot/package.json @@ -28,7 +28,7 @@ "dotenv-flow": "3.2.0", "express": "4.18.1", "express-async-errors": "3.1.1", - "helmet": "5.1.0", + "helmet": "8.0.0", "http-status-codes": "2.3.0", "module-alias": "2.2.3", "reflect-metadata": "0.1.13",