Skip to content

Commit 6457eb4

Browse files
Bump dotenv from 17.0.1 to 17.2.0
Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.0.1 to 17.2.0. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.0.1...v17.2.0) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b278c7f commit 6457eb4

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": "^17.0.1",
80+
"dotenv": "^17.2.0",
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
@@ -2756,10 +2756,10 @@ dot-case@^3.0.4:
27562756
no-case "^3.0.4"
27572757
tslib "^2.0.3"
27582758

2759-
dotenv@^17.0.1:
2760-
version "17.0.1"
2761-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.0.1.tgz#79bc4d232fadb42a4092685ff1206d31b2a43f95"
2762-
integrity sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==
2759+
dotenv@^17.2.0:
2760+
version "17.2.0"
2761+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.0.tgz#e19678fdabcf86d4bfdb6764a758d7d44efbb6a2"
2762+
integrity sha512-Q4sgBT60gzd0BB0lSyYD3xM4YxrXA9y4uBDof1JNYGzOXrQdQ6yX+7XIAqoFOGQFOTK1D3Hts5OllpxMDZFONQ==
27632763

27642764
dunder-proto@^1.0.0, dunder-proto@^1.0.1:
27652765
version "1.0.1"

0 commit comments

Comments
 (0)