Skip to content

Commit e27f77d

Browse files
Bump dotenv from 16.6.1 to 17.2.1
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.2.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.6.1...v17.2.1) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47525ad commit e27f77d

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
@@ -4628,11 +4628,16 @@ dotenv-expand@^10.0.0:
46284628
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
46294629
integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==
46304630

4631-
dotenv@^16.3.0, dotenv@^16.5.0:
4631+
dotenv@^16.3.0:
46324632
version "16.6.1"
46334633
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
46344634
integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==
46354635

4636+
dotenv@^17.2.1:
4637+
version "17.2.1"
4638+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.1.tgz#6f32e10faf014883515538dc922a0fb8765d9b32"
4639+
integrity sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==
4640+
46364641
dunder-proto@^1.0.0, dunder-proto@^1.0.1:
46374642
version "1.0.1"
46384643
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"

0 commit comments

Comments
 (0)