Skip to content

Commit 0892df7

Browse files
committed
fix: upgrade dotenv from 16.4.5 to 16.5.0
Snyk has created this PR to upgrade dotenv from 16.4.5 to 16.5.0. See this package in yarn: dotenv See this project in Snyk: https://app.snyk.io/org/warengonzaga/project/25c35ad8-2c54-453b-af65-935b57f7f63a?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 07b40b0 commit 0892df7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"dependencies": {
4141
"conf": "^12.0.0",
42-
"dotenv": "^16.4.5",
42+
"dotenv": "^16.5.0",
4343
"execa": "^8.0.1",
4444
"ink": "^5.0.1",
4545
"ink-big-text": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,10 +1372,10 @@ dot-prop@^8.0.2:
13721372
dependencies:
13731373
type-fest "^3.8.0"
13741374

1375-
dotenv@^16.4.5:
1376-
version "16.4.5"
1377-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
1378-
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
1375+
dotenv@^16.5.0:
1376+
version "16.6.1"
1377+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
1378+
integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==
13791379

13801380
eastasianwidth@^0.2.0:
13811381
version "0.2.0"

0 commit comments

Comments
 (0)