Skip to content

Commit c3b5e4a

Browse files
build(deps): bump marked from 16.4.1 to 17.0.0 (#1143)
Bumps [marked](https://github.com/markedjs/marked) from 16.4.1 to 17.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](markedjs/marked@v16.4.1...v17.0.0) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c11325 commit c3b5e4a

File tree

4 files changed

+101
-65
lines changed

4 files changed

+101
-65
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"isomorphic-dompurify": "^2.31.0",
5454
"juice": "^11.0.3",
5555
"lucide-vue-next": "^0.553.0",
56-
"marked": "^16.4.1",
56+
"marked": "^17.0.0",
5757
"node-fetch": "^3.3.2",
5858
"pinia": "^3.0.4",
5959
"qiniu-js": "^3.4.2",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"front-matter": "^4.0.2",
1818
"highlight.js": "^11.11.1",
1919
"isomorphic-dompurify": "^2.31.0",
20-
"marked": "^16.4.1",
20+
"marked": "^17.0.0",
2121
"mermaid": "^11.12.1",
2222
"postcss": "^8.5.1",
2323
"postcss-calc": "^10.1.1",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@replit/codemirror-indentation-markers": "^6.5.3",
3232
"axios": "^1.13.2",
3333
"es-toolkit": "^1.41.0",
34-
"marked": "^16.4.1",
34+
"marked": "^17.0.0",
3535
"reading-time": "^1.5.0",
3636
"remark-parse": "^11.0.0",
3737
"remark-stringify": "^11.0.0",

0 commit comments

Comments
 (0)