diff --git a/package-lock.json b/package-lock.json index e5489fd..18b9b49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "class-validator": "^0.15.1", "cors": "^2.8.5", "dotenv": "^16.4.5", - "helmet": "^7.1.0", + "helmet": "^8.3.0", "joi": "^18.2.3", "prom-client": "^15.1.3", "reflect-metadata": "^0.2.2", @@ -9691,6 +9691,7 @@ "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, "hasInstallScript": true, "optional": true, "os": [ @@ -10150,11 +10151,14 @@ } }, "node_modules/helmet": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.2.0.tgz", - "integrity": "sha512-ZRiwvN089JfMXokizgqEPXsl2Guk094yExfoDXR0cBYWxtBbaSww/w+vT4WEJsBW2iTUi1GgZ6swmoug3Oy4Xw==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.3.0.tgz", + "integrity": "sha512-Qgpiaws3Sm30Av8Eah6sjMCZZwjlBu+E68rhpCWBshY1lb09HtLwj5GviX0OyQIn+ulUS0iX0AxN5n3tLZzz1w==", "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/EvanHahn" } }, "node_modules/html-escaper": { @@ -21557,6 +21561,7 @@ "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, "optional": true }, "function-bind": { @@ -21859,9 +21864,9 @@ } }, "helmet": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-7.2.0.tgz", - "integrity": "sha512-ZRiwvN089JfMXokizgqEPXsl2Guk094yExfoDXR0cBYWxtBbaSww/w+vT4WEJsBW2iTUi1GgZ6swmoug3Oy4Xw==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.3.0.tgz", + "integrity": "sha512-Qgpiaws3Sm30Av8Eah6sjMCZZwjlBu+E68rhpCWBshY1lb09HtLwj5GviX0OyQIn+ulUS0iX0AxN5n3tLZzz1w==" }, "html-escaper": { "version": "2.0.2", diff --git a/package.json b/package.json index 8c8b1b2..25c6bb3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "class-validator": "^0.15.1", "cors": "^2.8.5", "dotenv": "^16.4.5", - "helmet": "^7.1.0", + "helmet": "^8.3.0", "joi": "^18.2.3", "prom-client": "^15.1.3", "reflect-metadata": "^0.2.2",