fix(deps): update dependency dotenv to ^17.2.3 (#4218)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-10-05 02:05:41 +00:00
committed by GitHub
parent b4cfc3bf8b
commit af448f0085
6 changed files with 19 additions and 19 deletions

View File

@@ -71,7 +71,7 @@
"chroma-js": "^3.1.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.18",
"dotenv": "^17.2.2",
"dotenv": "^17.2.3",
"flag-icons": "^7.5.0",
"glob": "^11.0.3",
"jotai": "^2.15.0",

View File

@@ -38,7 +38,7 @@
"@homarr/validation": "workspace:^0.1.0",
"@homarr/widgets": "workspace:^0.1.0",
"dayjs": "^1.11.18",
"dotenv": "^17.2.2",
"dotenv": "^17.2.3",
"fastify": "^5.6.1",
"superjson": "2.2.2",
"undici": "7.16.0"

View File

@@ -25,7 +25,7 @@
"@homarr/log": "workspace:^",
"@homarr/redis": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"dotenv": "^17.2.2",
"dotenv": "^17.2.3",
"tsx": "4.20.4",
"ws": "^8.18.3"
},