Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit e4daf6c

Browse files
committed
fix(deps): update dependency marked to v0.7.0 [security]
1 parent 305faf0 commit e4daf6c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"fuzzy": "0.1.3",
3131
"highlight.js": "9.17.1",
32-
"marked": "0.5.1",
32+
"marked": "0.7.0",
3333
"ramda": "0.26.1",
3434
"react-live": "2.2.2",
3535
"react-router-dom": "5.1.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6694,10 +6694,10 @@ map-visit@^1.0.0:
66946694
dependencies:
66956695
object-visit "^1.0.0"
66966696

6697-
marked@0.5.1:
6698-
version "0.5.1"
6699-
resolved "https://registry.yarnpkg.com/marked/-/marked-0.5.1.tgz#062f43b88b02ee80901e8e8d8e6a620ddb3aa752"
6700-
integrity sha512-iUkBZegCZou4AdwbKTwSW/lNDcz5OuRSl3qdcl31Ia0B2QPG0Jn+tKblh/9/eP9/6+4h27vpoh8wel/vQOV0vw==
6697+
marked@0.7.0:
6698+
version "0.7.0"
6699+
resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e"
6700+
integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==
67016701

67026702
md5.js@^1.3.4:
67036703
version "1.3.5"

0 commit comments

Comments
 (0)