Skip to content

Commit

Permalink
fix(deps): update dependency dotenv to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 19, 2022
1 parent 302e5f0 commit 0ee5454
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"date-fns": "^2.28.0",
"debug": "^4.3.3",
"did-resolver": "^3.1.5",
"dotenv": "^14.0.0",
"dotenv": "^16.0.0",
"ethr-did-resolver": "^5.0.4",
"express": "^4.17.2",
"express-handlebars": "^6.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4723,10 +4723,10 @@ dot-prop@^6.0.1:
dependencies:
is-obj "^2.0.0"

dotenv@^14.0.0:
version "14.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-14.2.0.tgz#7e77fd5dd6cff5942c4496e1acf2d0f37a9e67aa"
integrity sha512-05POuPJyPpO6jqzTNweQFfAyMSD4qa4lvsMOWyTRTdpHKy6nnnN+IYWaXF+lHivhBH/ufDKlR4IWCAN3oPnHuw==
dotenv@^16.0.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==

dotenv@^8.2.0:
version "8.6.0"
Expand Down

0 comments on commit 0ee5454

Please sign in to comment.