Skip to content

Commit

Permalink
Update dependency custom-env to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 9fb5815 commit 8f51fdd
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 24 deletions.
59 changes: 45 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 17 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,13 +497,13 @@ cross-spawn@^6.0.5:
shebang-command "^1.2.0"
which "^1.2.9"

custom-env@^2.0.1:
version "2.0.1"
resolved "https://registry.npmjs.org/custom-env/-/custom-env-2.0.1.tgz"
integrity sha512-gVv19DBDuTQ8MM/WPlf8025Aa46Aqmfrr/kDxyDfXWe5t7C3+OgBsuhrsXTKQ4hGo+z1OuuaOQnhgTWIpvrz+w==
custom-env@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/custom-env/-/custom-env-2.0.4.tgz#d4450fe416ac8d7ef7f99ba350bd197ea3fdaf55"
integrity sha512-dykw6vWG5JcPLJdkE6s5MFT9rZCz59HJAASMMQ3Eda4Qw+KY+IHolxRc+uSB1AmlvD7fjf/srDBEUE8/YuTeAQ==
dependencies:
dotenv "*"
dotenv-expand "^5.0.0"
dotenv-expand "^11.0.6"

date-fns@^2.16.1:
version "2.16.1"
Expand Down Expand Up @@ -611,12 +611,19 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"

dotenv-expand@^5.0.0:
version "5.1.0"
resolved "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz"
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
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@*, dotenv@^16.4.4:
version "16.4.5"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==

dotenv@*, dotenv@^10.0.0:
dotenv@^10.0.0:
version "10.0.0"
resolved "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz"
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
Expand Down

0 comments on commit 8f51fdd

Please sign in to comment.