@verbb/plugin-kit-core 2.0.5 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 2.0.6 - 2026-07-21
|
|
6
|
+
|
|
7
|
+
### Security
|
|
8
|
+
- Bumped the `markdown-it` runtime dependency to `^14.3.0` (from `^14.1.1`) to pull the patched `markdown-it` (GHSA-6v5v-wf23-fmfq) and transitive `linkify-it` 5.0.2 (GHSA-22p9-wv53-3rq4), both quadratic-complexity ReDoS advisories. Only affects consumers using the markdown renderer; no API change.
|
|
9
|
+
|
|
5
10
|
## 2.0.5 - 2026-07-21
|
|
6
11
|
|
|
7
12
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verbb/plugin-kit-core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@typescript-eslint/parser": "^8.59.0",
|
|
68
68
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
69
69
|
"globals": "^17.5.0",
|
|
70
|
-
"markdown-it": "^14.
|
|
70
|
+
"markdown-it": "^14.3.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"eslint": "^10.2.1",
|