Skip to content

Commit e3efee0

Browse files
authoredJul 18, 2019
1 parent 13dc309 commit e3efee0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎lighthouse-logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.2.0",
44
"license": "Apache-2.0",
55
"dependencies": {
6-
"debug": "^2.6.8",
6+
"debug": "^2.6.9",
77
"marky": "^1.2.0"
88
}
99
}

‎lighthouse-logger/yarn.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.