diff --git a/package-lock.json b/package-lock.json index 5f28e7b..79c1da4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "cors": "^2.8.6", "express": "^5.2.1", "fastest-validator": "^1.19.1", - "helmet": "^8.2.0", + "helmet": "^8.3.0", "html-entities": "^2.6.0", "nanoid": "^5.1.16", "pino": "^10.3.1", @@ -4672,9 +4672,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 d38d6ec..2c3136c 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "cors": "^2.8.6", "express": "^5.2.1", "fastest-validator": "^1.19.1", - "helmet": "^8.2.0", + "helmet": "^8.3.0", "html-entities": "^2.6.0", "nanoid": "^5.1.16", "pino": "^10.3.1",