diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-15 03:14:25 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-15 03:14:25 +0000 |
| commit | ab4b13d0391cc5ad9901261960e003055e470c4c (patch) | |
| tree | d53af916540d323f1e7060871f39fcb744a1084a | |
| parent | fix: logical error `to_string()` Rust type example (diff) | |
| download | blog-dependabot/npm_and_yarn/marked-4.0.10.tar.xz blog-dependabot/npm_and_yarn/marked-4.0.10.zip | |
chore(deps): bump marked from 0.6.3 to 4.0.10dependabot/npm_and_yarn/marked-4.0.10
Bumps [marked](https://github.com/markedjs/marked) from 0.6.3 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v0.6.3...v4.0.10)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index df8d56b..5ace199 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "glob": "^7.1.4", "highlight.js": "^9.3.0", "katex": "^0.10.2", - "marked": "^0.6.2", + "marked": "^4.0.10", "mkdirp": "^0.5.1", "ncp": "^2.0.0", "strftime": "^0.10.0" @@ -1194,10 +1194,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.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@^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== version "0.3.0" |