diff --git a/package-lock.json b/package-lock.json index 281dbddd..f07e2274 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cookie-parser": "^1.4.7", "express": "^5.1.0", "express-rate-limit": "^8.5.2", - "helmet": "^8.2.0", + "helmet": "^8.3.0", "ip-address": "^10.2.0", "pg": "^8.22.0", "phaser": "^4.2.0", @@ -6971,9 +6971,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==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 9986eda6..a2f0bb8a 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "cookie-parser": "^1.4.7", "express": "^5.1.0", "express-rate-limit": "^8.5.2", - "helmet": "^8.2.0", + "helmet": "^8.3.0", "ip-address": "^10.2.0", "pg": "^8.22.0", "phaser": "^4.2.0",