Skip to content

Commit

Permalink
deps(logger): debug@2.6.9 (#9398)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 18, 2019
1 parent 13dc309 commit e3efee0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lighthouse-logger/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.2.0",
"license": "Apache-2.0",
"dependencies": {
"debug": "^2.6.8",
"debug": "^2.6.9",
"marky": "^1.2.0"
}
}
6 changes: 4 additions & 2 deletions lighthouse-logger/yarn.lock
Expand Up @@ -3,8 +3,9 @@


debug@^2.6.8:
version "2.6.8"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
version "2.6.9"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
dependencies:
ms "2.0.0"

Expand All @@ -15,3 +16,4 @@ marky@^1.2.0:
ms@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=

0 comments on commit e3efee0

Please sign in to comment.