Skip to content

Commit

Permalink
deps: update marky to latest (#12440)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed May 4, 2021
1 parent 94ac618 commit 99a73a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lighthouse-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"license": "Apache-2.0",
"dependencies": {
"debug": "^2.6.9",
"marky": "^1.2.0"
"marky": "^1.2.2"
}
}
9 changes: 5 additions & 4 deletions lighthouse-logger/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
# yarn lockfile v1


debug@^2.6.8:
debug@^2.6.9:
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"

marky@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/marky/-/marky-1.2.0.tgz#9617ed647bbbea8f45d19526da33dec70606df42"
marky@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/marky/-/marky-1.2.2.tgz#4456765b4de307a13d263a69b0c79bf226e68323"
integrity sha512-k1dB2HNeaNyORco8ulVEhctyEGkKHb2YWAhDsxeFlW2nROIirsctBYzKwwS3Vza+sKTS1zO4Z+n9/+9WbGLIxQ==

ms@2.0.0:
version "2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5516,9 +5516,9 @@ map-visit@^1.0.0:
object-visit "^1.0.0"

marky@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/marky/-/marky-1.2.0.tgz#9617ed647bbbea8f45d19526da33dec70606df42"
integrity sha1-lhftZHu76o9F0ZUm2jPexwYG30I=
version "1.2.2"
resolved "https://registry.yarnpkg.com/marky/-/marky-1.2.2.tgz#4456765b4de307a13d263a69b0c79bf226e68323"
integrity sha512-k1dB2HNeaNyORco8ulVEhctyEGkKHb2YWAhDsxeFlW2nROIirsctBYzKwwS3Vza+sKTS1zO4Z+n9/+9WbGLIxQ==

md5.js@^1.3.4:
version "1.3.5"
Expand Down

0 comments on commit 99a73a6

Please sign in to comment.