Skip to content

Commit 870b6d3

Browse files
committed
fix(deps): update dependency marked to ^0.7.0
1 parent 967fdf9 commit 870b6d3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"less": "^3.9.0",
8383
"less-loader": "^5.0.0",
8484
"loader-utils": "^1.2.3",
85-
"marked": "^0.6.1",
85+
"marked": "^0.7.0",
8686
"mini-css-extract-plugin": "^0.7.0",
8787
"normalize-url": "^4.3.0",
8888
"nprogress": "^0.2.0",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5465,9 +5465,10 @@ markdown-escapes@^1.0.0:
54655465
version "1.0.3"
54665466
resolved "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.3.tgz#6155e10416efaafab665d466ce598216375195f5"
54675467

5468-
marked@^0.6.1:
5469-
version "0.6.2"
5470-
resolved "https://registry.npmjs.org/marked/-/marked-0.6.2.tgz#c574be8b545a8b48641456ca1dbe0e37b6dccc1a"
5468+
marked@^0.7.0:
5469+
version "0.7.0"
5470+
resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e"
5471+
integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==
54715472

54725473
md5.js@^1.3.4:
54735474
version "1.3.5"

0 commit comments

Comments
 (0)