feat: add support for helmet configuration (#27058)

This commit is contained in:
Jason Rasmussen
2026-03-26 13:41:23 -04:00
committed by GitHub
parent dbaf4b548b
commit b33874ef12
9 changed files with 96 additions and 18 deletions
+3 -1
View File
@@ -7,7 +7,8 @@
"license": "GNU Affero General Public License version 3",
"files": [
"bin",
"dist"
"dist",
"helmet.json"
],
"scripts": {
"build": "nest build",
@@ -81,6 +82,7 @@
"fluent-ffmpeg": "^2.1.2",
"geo-tz": "^8.0.0",
"handlebars": "^4.7.8",
"helmet": "^8.1.0",
"i18n-iso-countries": "^7.6.0",
"ioredis": "^5.8.2",
"jose": "^5.10.0",