Skip to content

Commit 2e92e0a

Browse files
fix(deps): update dependency dotenv to v17
1 parent 62673bd commit 2e92e0a

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
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"cac": "6.7.14",
35-
"dotenv": "16.6.1"
35+
"dotenv": "17.0.1"
3636
},
3737
"devDependencies": {
3838
"@stardust-configs/prettier-config": "0.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -927,10 +927,10 @@ dot-prop@^5.1.0:
927927
dependencies:
928928
is-obj "^2.0.0"
929929

930-
dotenv@16.6.1:
931-
version "16.6.1"
932-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
933-
integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==
930+
dotenv@17.0.1:
931+
version "17.0.1"
932+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.0.1.tgz#79bc4d232fadb42a4092685ff1206d31b2a43f95"
933+
integrity sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==
934934

935935
dotgitignore@^2.1.0:
936936
version "2.1.0"

0 commit comments

Comments
 (0)