Skip to content

Commit 04569c4

Browse files
Bump dotenv from 16.5.0 to 17.0.1
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.5.0 to 17.0.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v16.5.0...v17.0.1) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce96f47 commit 04569c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"chalk": "^5.3.0",
7878
"chokidar": "^4.0.3",
7979
"debug": "^4.4.0",
80-
"dotenv": "^16.5.0",
80+
"dotenv": "^17.0.1",
8181
"express": "^5.1.0",
8282
"gray-matter": "^4.0.3",
8383
"open": "^10.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,10 +2518,10 @@ dot-case@^3.0.4:
25182518
no-case "^3.0.4"
25192519
tslib "^2.0.3"
25202520

2521-
dotenv@^16.5.0:
2522-
version "16.5.0"
2523-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.5.0.tgz#092b49f25f808f020050051d1ff258e404c78692"
2524-
integrity sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==
2521+
dotenv@^17.0.1:
2522+
version "17.0.1"
2523+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.0.1.tgz#79bc4d232fadb42a4092685ff1206d31b2a43f95"
2524+
integrity sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==
25252525

25262526
dunder-proto@^1.0.0, dunder-proto@^1.0.1:
25272527
version "1.0.1"

0 commit comments

Comments
 (0)