fix(deps): update dependency dotenv to ^17.1.0 (#3567)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-07-08 01:18:10 +00:00
committed by GitHub
parent d736cf6daa
commit a369beb248
6 changed files with 31 additions and 31 deletions

View File

@@ -70,7 +70,7 @@
"chroma-js": "^3.1.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"dotenv": "^17.0.1",
"dotenv": "^17.1.0",
"flag-icons": "^7.5.0",
"glob": "^11.0.3",
"jotai": "^2.12.5",

View File

@@ -35,7 +35,7 @@
"@homarr/validation": "workspace:^0.1.0",
"@homarr/widgets": "workspace:^0.1.0",
"dayjs": "^1.11.13",
"dotenv": "^17.0.1",
"dotenv": "^17.1.0",
"fastify": "^5.4.0",
"superjson": "2.2.2",
"undici": "7.11.0"

View File

@@ -25,7 +25,7 @@
"@homarr/log": "workspace:^",
"@homarr/redis": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"dotenv": "^17.0.1",
"dotenv": "^17.1.0",
"tsx": "4.20.3",
"ws": "^8.18.3"
},