Skip to content

Commit

Permalink
Update dependency debug to v3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 10, 2018
1 parent b5c0ab5 commit 76a65fe
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 19 deletions.
83 changes: 66 additions & 17 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 @@ -45,7 +45,7 @@
"babel-loader": "^7.1.2",
"chai": "4.1.2",
"codecov": "3.0.0",
"debug": "3.1.0",
"debug": "3.2.6",
"eslint": "^4.16.0",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^1.9.0",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,13 @@ [email protected], debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.
dependencies:
ms "2.0.0"

[email protected], debug@^3.1.0:
[email protected]:
version "3.2.6"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
dependencies:
ms "^2.1.1"

debug@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
dependencies:
Expand Down Expand Up @@ -3539,6 +3545,10 @@ [email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"

ms@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"

multi-glob@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/multi-glob/-/multi-glob-1.0.1.tgz#e67d2ab4429d27606e6eb4db35094afc91788750"
Expand Down

0 comments on commit 76a65fe

Please sign in to comment.