Bump dotenv from 16.6.1 to 17.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.0.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-30 07:38:09 +00:00
committed by Geoff Seemueller
parent 6e8d9f3534
commit de968bcfbd
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
"vike": "0.4.235",
"vite": "^7.0.0",
"zod": "^3.23.8",
"dotenv": "^16.5.0",
"dotenv": "^17.0.0",
"bun": "^1.2.17",
"@types/bun": "^1.2.17"
}

View File

@@ -39,6 +39,6 @@
"vitest": "^3.1.4",
"wrangler": "^4.18.0",
"zod": "^3.23.8",
"dotenv": "^16.5.0"
"dotenv": "^17.0.0"
}
}