diff --git a/package-lock.json b/package-lock.json index 8963929..b634dc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "express-rate-limit": "^8.5.2", "express-useragent": "^2.2.0", "fast-geoip": "^1.1.88", - "helmet": "^8.2.0", + "helmet": "^8.3.0", "i18n-iso-countries": "^7.12.0", "ini": "^7.0.0", "mysql2": "^3.22.5", @@ -798,9 +798,9 @@ } }, "node_modules/helmet": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.2.0.tgz", - "integrity": "sha512-DRgTIUgnWcJ62KyarxxziuqYxKGnR6Rgg19BlbucN/dpmJbl1XOit6qvoOX0ZT+HhWe5OUVhU/a1zpGyc1xA0Q==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.3.0.tgz", + "integrity": "sha512-Qgpiaws3Sm30Av8Eah6sjMCZZwjlBu+E68rhpCWBshY1lb09HtLwj5GviX0OyQIn+ulUS0iX0AxN5n3tLZzz1w==", "engines": { "node": ">=18.0.0" }, @@ -2199,9 +2199,9 @@ } }, "helmet": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.2.0.tgz", - "integrity": "sha512-DRgTIUgnWcJ62KyarxxziuqYxKGnR6Rgg19BlbucN/dpmJbl1XOit6qvoOX0ZT+HhWe5OUVhU/a1zpGyc1xA0Q==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.3.0.tgz", + "integrity": "sha512-Qgpiaws3Sm30Av8Eah6sjMCZZwjlBu+E68rhpCWBshY1lb09HtLwj5GviX0OyQIn+ulUS0iX0AxN5n3tLZzz1w==" }, "http-errors": { "version": "2.0.0", diff --git a/package.json b/package.json index 2552eaf..3658417 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "express-rate-limit": "^8.5.2", "express-useragent": "^2.2.0", "fast-geoip": "^1.1.88", - "helmet": "^8.2.0", + "helmet": "^8.3.0", "i18n-iso-countries": "^7.12.0", "ini": "^7.0.0", "mysql2": "^3.22.5",