Skip to content
This repository was archived by the owner on Dec 3, 2022. It is now read-only.

Commit 8dc69c9

Browse files
build(deps): bump marked from 0.7.0 to 4.0.10
Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](markedjs/marked@v0.7.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b183092 commit 8dc69c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"axios": "^0.21.1",
1515
"core-js": "^2.6.5",
1616
"lodash": "^4.17.21",
17-
"marked": "^0.7.0",
17+
"marked": "^4.0.10",
1818
"vue": "^2.6.10",
1919
"vue-router": "^3.0.3",
2020
"vuex": "^3.1.1"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5340,10 +5340,10 @@ map-visit@^1.0.0:
53405340
dependencies:
53415341
object-visit "^1.0.0"
53425342

5343-
marked@^0.7.0:
5344-
version "0.7.0"
5345-
resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e"
5346-
integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==
5343+
marked@^4.0.10:
5344+
version "4.0.10"
5345+
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423"
5346+
integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==
53475347

53485348
md5.js@^1.3.4:
53495349
version "1.3.5"

0 commit comments

Comments
 (0)