Skip to content

Commit 9108958

Browse files
authored
[WC-3504]: fix(markdown-web): bump markdown-it to 14.3.0 to fix linkify-it (#2334)
2 parents d7e46fa + 7cada2b commit 9108958

3 files changed

Lines changed: 18 additions & 14 deletions

File tree

packages/pluggableWidgets/markdown-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Security
10+
11+
- Updated markdown-it library to version 14.3.0 to incorporate latest security fixes.
12+
913
## [1.0.2] - 2026-04-13
1014

1115
### Changed

packages/pluggableWidgets/markdown-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@mendix/widget-plugin-component-kit": "workspace:*",
4848
"classnames": "^2.5.1",
49-
"markdown-it": "^14.1.1"
49+
"markdown-it": "^14.3.0"
5050
},
5151
"devDependencies": {
5252
"@mendix/automation-utils": "workspace:*",
@@ -58,6 +58,6 @@
5858
"@mendix/widget-plugin-hooks": "workspace:*",
5959
"@mendix/widget-plugin-platform": "workspace:*",
6060
"@mendix/widget-plugin-test-utils": "workspace:*",
61-
"@types/markdown-it": "^14.1.1"
61+
"@types/markdown-it": "^14.1.2"
6262
}
6363
}

pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)