Skip to content

Commit

Permalink
chore(package): update marked
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Jan 15, 2022
1 parent a066c0b commit 14c4cb8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/fb-watchman": "^2.0.0",
"@types/fs-extra": "^9.0.6",
"@types/jest": "^27.0.3",
"@types/marked": "^2.0.4",
"@types/marked": "^4.0.1",
"@types/minimatch": "^3.0.3",
"@types/mkdirp": "^1.0.1",
"@types/node": "12.12.12",
Expand Down Expand Up @@ -101,7 +101,7 @@
"isuri": "^2.0.3",
"jsonc-parser": "^3.0.0",
"log4js": "^6.3.0",
"marked": "^2.1.3",
"marked": "^4.0.10",
"minimatch": "^3.0.4",
"semver": "^7.3.2",
"strip-ansi": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/markdown/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import marked from 'marked'
import { marked } from 'marked'
import Renderer from './renderer'
import { parseAnsiHighlights } from '../util/ansiparse'
import { byteLength } from '../util/string'
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -794,10 +794,10 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==

"@types/marked@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-2.0.4.tgz#34a0ea548afe6e0c01095229d47b48b2af650613"
integrity sha512-L9VRSe0Id8xbPL99mUo/4aKgD7ZoRwFZqUQScNKHi2pFjF9ZYSMNShUHD6VlMT6J/prQq0T1mxuU25m3R7dFzg==
"@types/marked@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-4.0.1.tgz#d588a7bbc4d6551c5e75249bc106ffda96ae33c5"
integrity sha512-ZigEmCWdNUU7IjZEuQ/iaimYdDHWHfTe3kg8ORfKjyGYd9RWumPoOJRQXB0bO+XLkNwzCthW3wUIQtANaEZ1ag==

"@types/minimatch@^3.0.3":
version "3.0.5"
Expand Down Expand Up @@ -2879,10 +2879,10 @@ makeerror@1.0.x:
dependencies:
tmpl "1.0.x"

marked@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz#bd017cef6431724fd4b27e0657f5ceb14bff3753"
integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==
marked@^4.0.10:
version "4.0.10"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423"
integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==

merge-stream@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 14c4cb8

Please sign in to comment.