Skip to content

Commit 7dc520c

Browse files
Bump dotenv from 16.6.1 to 17.2.1 (#236)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.2.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md">dotenv's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/motdotla/dotenv/compare/v17.2.0...v17.2.1">17.2.1</a> (2025-07-24)</h2> <h3>Changed</h3> <ul> <li>Fix clickable tip links by removing parentheses (<a href="https://redirect.github.com/motdotla/dotenv/pull/897">#897</a>)</li> </ul> <h2><a href="https://github.com/motdotla/dotenv/compare/v17.1.0...v17.2.0">17.2.0</a> (2025-07-09)</h2> <h3>Added</h3> <ul> <li>Optionally specify <code>DOTENV_CONFIG_QUIET=true</code> in your environment or <code>.env</code> file to quiet the runtime log (<a href="https://redirect.github.com/motdotla/dotenv/pull/889">#889</a>)</li> <li>Just like dotenv any <code>DOTENV_CONFIG_</code> environment variables take precedence over any code set options like <code>({quiet: false})</code></li> </ul> <pre lang="ini"><code># .env DOTENV_CONFIG_QUIET=true HELLO=&quot;World&quot; </code></pre> <pre lang="js"><code>// index.js require('dotenv').config() console.log(`Hello ${process.env.HELLO}`) </code></pre> <pre lang="sh"><code>$ node index.js Hello World <p>or</p> <p>$ DOTENV_CONFIG_QUIET=true node index.js<br /> </code></pre></p> <h2><a href="https://github.com/motdotla/dotenv/compare/v17.0.1...v17.1.0">17.1.0</a> (2025-07-07)</h2> <h3>Added</h3> <ul> <li>Add additional security and configuration tips to the runtime log (<a href="https://redirect.github.com/motdotla/dotenv/pull/884">#884</a>)</li> <li>Dim the tips text from the main injection information text</li> </ul> <pre lang="js"><code>const TIPS = [ '🔐 encrypt with dotenvx: https://dotenvx.com', '🔐 prevent committing .env to code: https://dotenvx.com/precommit', '🔐 prevent building .env in docker: https://dotenvx.com/prebuild', '🛠️ run anywhere with `dotenvx run -- yourcommand`', '⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }', '⚙️ enable debug logging with { debug: true }', '⚙️ override existing env vars with { override: true }', '⚙️ suppress all logs with { quiet: true }', '⚙️ write to custom object with { processEnv: myObject }', &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motdotla/dotenv/commit/37cf55a092036ba23d9435a682e8b1ceb4f329e8"><code>37cf55a</code></a> 17.2.1</li> <li><a href="https://github.com/motdotla/dotenv/commit/f2d92e96b30d4658ca89853f95e2240b26a620bb"><code>f2d92e9</code></a> changelog 🪵</li> <li><a href="https://github.com/motdotla/dotenv/commit/bd27017d6fc34474957823da8da901d5c352328f"><code>bd27017</code></a> Merge pull request <a href="https://redirect.github.com/motdotla/dotenv/issues/897">#897</a> from motdotla/adjust-tip-for-click</li> <li><a href="https://github.com/motdotla/dotenv/commit/8a9ce454a245db6ff54e6eb7b344ece24b848ac9"><code>8a9ce45</code></a> add to tests</li> <li><a href="https://github.com/motdotla/dotenv/commit/19e5ad94f51c1ed334149ebad1c5987d7da11c04"><code>19e5ad9</code></a> adjust clickable tip</li> <li><a href="https://github.com/motdotla/dotenv/commit/4186757af514ba40dd23f5795285acb4cbfc3354"><code>4186757</code></a> Merge pull request <a href="https://redirect.github.com/motdotla/dotenv/issues/894">#894</a> from mjomble/patch-1</li> <li><a href="https://github.com/motdotla/dotenv/commit/04322a667fbf4a64e5b887e42342a6b6d2e130db"><code>04322a6</code></a> Merge pull request <a href="https://redirect.github.com/motdotla/dotenv/issues/895">#895</a> from andersr/add-es6-config-info-to-readme</li> <li><a href="https://github.com/motdotla/dotenv/commit/1102cab2d4bc88c47b8c9875ac9546e4aa1decb0"><code>1102cab</code></a> Add info about ES6 import with config options</li> <li><a href="https://github.com/motdotla/dotenv/commit/5566b7760b964188a731dca34bd165009ef4faa1"><code>5566b77</code></a> Fixed link in changelog</li> <li><a href="https://github.com/motdotla/dotenv/commit/11acd9fc33ee81b2bfbf8ef5924c800a7454a8dd"><code>11acd9f</code></a> 17.2.0</li> <li>Additional commits viewable in <a href="https://github.com/motdotla/dotenv/compare/v16.6.1...v17.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotenv&package-manager=npm_and_yarn&previous-version=16.6.1&new-version=17.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3dd1728 commit 7dc520c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

src/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"aws-crt": "^1.27.3",
4040
"base64-arraybuffer": "^1.0.2",
4141
"discord.js": "^14.19.1",
42-
"dotenv": "^16.5.0",
42+
"dotenv": "^17.2.1",
4343
"esbuild": "^0.25.3",
4444
"fastify": "^5.3.2",
4545
"fastify-ip": "^1.2.0",

src/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@ungap/with-resolvers": "^0.1.0",
3131
"axios": "^1.10.0",
3232
"dayjs": "^1.11.12",
33-
"dotenv": "^16.5.0",
33+
"dotenv": "^17.2.1",
3434
"dotenv-cli": "^8.0.0",
3535
"html5-qrcode": "^2.3.8",
3636
"jsqr": "^1.4.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4933,11 +4933,16 @@ dotenv-expand@^10.0.0:
49334933
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
49344934
integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==
49354935

4936-
dotenv@^16.3.0, dotenv@^16.5.0:
4936+
dotenv@^16.3.0:
49374937
version "16.6.1"
49384938
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
49394939
integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==
49404940

4941+
dotenv@^17.2.1:
4942+
version "17.2.1"
4943+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.1.tgz#6f32e10faf014883515538dc922a0fb8765d9b32"
4944+
integrity sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==
4945+
49414946
dunder-proto@^1.0.0, dunder-proto@^1.0.1:
49424947
version "1.0.1"
49434948
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"

0 commit comments

Comments
 (0)