Skip to content

Commit

Permalink
Upgraded dotenv-expand package
Browse files Browse the repository at this point in the history
  • Loading branch information
7777akhil committed Mar 19, 2024
1 parent da496b7 commit c5c88c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"classnames": "^2.2.5",
"core-js": "^2.5.7",
"dotenv": "^16.4.5",
"dotenv-expand": "4.2.0",
"dotenv-expand": "^11.0.6",
"fs-extra": "5.0.0",
"imagemin-gifsicle": "^6.0.1",
"imagemin-mozjpeg": "^8.0.0",
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6469,10 +6469,12 @@ dotenv-defaults@^1.0.2:
dependencies:
dotenv "^6.2.0"

[email protected]:
version "4.2.0"
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-4.2.0.tgz#def1f1ca5d6059d24a766e587942c21106ce1275"
integrity sha512-pHWVt6L/YkqbBCMb1hG6e7oO0WdMhlapDIibl+BZ9PncVE3i+G77uvNr8GUxW2ItSituOK8QOYC9oOJjwWD94A==
dotenv-expand@^11.0.6:
version "11.0.6"
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-11.0.6.tgz#f2c840fd924d7c77a94eff98f153331d876882d3"
integrity sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==
dependencies:
dotenv "^16.4.4"

dotenv-expand@^5.1.0:
version "5.1.0"
Expand All @@ -6486,7 +6488,7 @@ dotenv-webpack@^1.7.0:
dependencies:
dotenv-defaults "^1.0.2"

dotenv@^16.4.5:
dotenv@^16.4.4, dotenv@^16.4.5:
version "16.4.5"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
Expand Down

0 comments on commit c5c88c5

Please sign in to comment.