Skip to content

Commit

Permalink
chore(deps-dev): bump dotenv-cli from 4.0.0 to 4.1.0 (#160)
Browse files Browse the repository at this point in the history
Bumps [dotenv-cli](https://github.com/entropitor/dotenv-cli) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/entropitor/dotenv-cli/releases)
- [Commits](entropitor/dotenv-cli@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: dotenv-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2021
1 parent 32e21c9 commit 3d3a22e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"dotenv-cli": "^4.0.0",
"dotenv-cli": "^4.1.0",
"eslint": "^8.1.0",
"eslint-plugin-nuxt": "^3.0.0",
"eslint-plugin-vue": "^7.19.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4566,10 +4566,10 @@ dot-prop@^5.2.0:
dependencies:
is-obj "^2.0.0"

dotenv-cli@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-4.0.0.tgz#3cdd68b87ccd63c78dbfa72aab2f639bbeba5f4b"
integrity sha512-ByKEec+ashePEXthZaA1fif9XDtcaRnkN7eGdBDx3HHRjwZ/rA1go83Cbs4yRrx3JshsCf96FjAyIA2M672+CQ==
dotenv-cli@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-4.1.0.tgz#424d876833796f0bbd0eb6aab63647fe252aff37"
integrity sha512-HMXB6LRFJp5fhNurla9E1zrGIlx788/DtaHJfSOXxyAqFq77zrI2y0ow5i6AhviE4IBeW3uVgKAfwOgrGDyzSQ==
dependencies:
cross-spawn "^7.0.1"
dotenv "^8.1.0"
Expand Down

0 comments on commit 3d3a22e

Please sign in to comment.