Skip to content

Commit 2883e1f

Browse files
Update dependency dotenv to v16.6.1
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | dotenv | 16.5.0 | 16.6.1 | ## [v16.6.1](https://github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1661-2025-06-27) ##### Changed - Default `quiet` to true – hiding the runtime log message ([#874](motdotla/dotenv#874)) - NOTICE: 17.0.0 will be released with quiet defaulting to false. Use `config({ quiet: true })` to suppress. - And check out the new [dotenvx](https://github.com/dotenvx/dotenvx). As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch `require('dotenv').config()` for `require('@dotenvx/dotenvx').config()`. ## [v16.6.0](https://github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1660-2025-06-26) ##### Added - Default log helpful message `[[email protected]] injecting env (1) from .env` ([#870](motdotla/dotenv#870)) - Use `{ quiet: true }` to suppress - Aligns dotenv more closely with [dotenvx](https://github.com/dotenvx/dotenvx).
1 parent c06b8e4 commit 2883e1f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@typescript-eslint/eslint-plugin": "8.32.1",
2929
"@typescript-eslint/parser": "8.32.1",
3030
"@vitejs/plugin-react": "4.6.0",
31-
"dotenv": "16.5.0",
31+
"dotenv": "16.6.1",
3232
"eslint": "8.23.1",
3333
"eslint-config-airbnb": "19.0.4",
3434
"eslint-config-prettier": "10.1.5",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)