Skip to content

Commit

Permalink
fix(deps): update dependency dotenv to ^5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 5, 2018
1 parent 6573871 commit c22c7fd
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 13 deletions.
60 changes: 50 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@learninglocker/xapi-state": "^3.1.1",
"@learninglocker/xapi-statements": "^5.1.4",
"boolean": "^0.1.2",
"dotenv": "^4.0.0",
"dotenv": "^5.0.0",
"express": "^4.14.1",
"install": "^0.10.1",
"jscommons": "^2.1.5",
Expand Down
8 changes: 6 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1829,6 +1829,10 @@ dotenv@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-4.0.0.tgz#864ef1379aced55ce6f95debecdce179f7a0cd1d"

dotenv@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-5.0.0.tgz#0206eb5b336639bf377618a2a304ff00c6a1fddb"

double-ended-queue@^2.1.0-0:
version "2.1.0-0"
resolved "https://registry.yarnpkg.com/double-ended-queue/-/double-ended-queue-2.1.0-0.tgz#103d3527fd31528f40188130c841efdd78264e5c"
Expand Down Expand Up @@ -3144,8 +3148,8 @@ jsbn@~0.1.0:
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

jscommons@^2.1.5:
version "2.2.0"
resolved "https://registry.yarnpkg.com/jscommons/-/jscommons-2.2.0.tgz#13219732a067378e1351783f805cd99cb0e2a5a6"
version "2.2.1"
resolved "https://registry.yarnpkg.com/jscommons/-/jscommons-2.2.1.tgz#26af805d927f0e68926488ad461ba6be6afbd521"
dependencies:
aws-sdk "^2.80.0"
body-parser "^1.17.2"
Expand Down

0 comments on commit c22c7fd

Please sign in to comment.