Skip to content

Commit

Permalink
Fix(security): ensure marked is >= 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzowski committed Dec 10, 2019
1 parent 323c659 commit 0c05117
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
},
"resolutions": {
"@storybook/**/open": "^7.0.0",
"@storybook/**/marked": ">=0.7.0",
"xo/open-editor/open": "^7.0.0",
"xo/prettier": "^1.19.1",
"relay-compiler/yargs/os-locale/mem": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10502,10 +10502,10 @@ markdown-to-jsx@^6.9.1, markdown-to-jsx@^6.9.3:
prop-types "^15.6.2"
unquote "^1.1.0"

marked@^0.6.2:
version "0.6.3"
resolved "https://registry.yarnpkg.com/marked/-/marked-0.6.3.tgz#79babad78af638ba4d522a9e715cdfdd2429e946"
integrity sha512-Fqa7eq+UaxfMriqzYLayfqAE40WN03jf+zHjT18/uXNuzjq3TY0XTbrAoPeqSJrAmPz11VuUA+kBPYOhHt9oOQ==
marked@>=0.7.0, marked@^0.6.2:
version "0.7.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e"
integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==

marksy@^7.0.0:
version "7.0.1"
Expand Down

0 comments on commit 0c05117

Please sign in to comment.