@adobe/helix-html-pipeline 6.21.3 → 6.21.5
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 +14 -0
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [6.21.5](https://github.com/adobe/helix-html-pipeline/compare/v6.21.4...v6.21.5) (2025-03-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update adobe fixes ([#836](https://github.com/adobe/helix-html-pipeline/issues/836)) ([257a566](https://github.com/adobe/helix-html-pipeline/commit/257a56661f75b1f6eb40bf3af57cd0e4fc263e55))
|
|
7
|
+
|
|
8
|
+
## [6.21.4](https://github.com/adobe/helix-html-pipeline/compare/v6.21.3...v6.21.4) (2025-03-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** remove direct dependency of micromark-util-subtokenize ([984f01a](https://github.com/adobe/helix-html-pipeline/commit/984f01af77644dd1bf2d6c858cbd343e4699714b))
|
|
14
|
+
|
|
1
15
|
## [6.21.3](https://github.com/adobe/helix-html-pipeline/compare/v6.21.2...v6.21.3) (2025-02-26)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-html-pipeline",
|
|
3
|
-
"version": "6.21.
|
|
3
|
+
"version": "6.21.5",
|
|
4
4
|
"description": "Helix HTML Pipeline",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@adobe/helix-markdown-support": "7.1.12",
|
|
46
46
|
"@adobe/helix-shared-utils": "3.0.2",
|
|
47
|
-
"@adobe/mdast-util-gridtables": "4.0.
|
|
48
|
-
"@adobe/remark-gridtables": "3.0.
|
|
47
|
+
"@adobe/mdast-util-gridtables": "4.0.11",
|
|
48
|
+
"@adobe/remark-gridtables": "3.0.11",
|
|
49
49
|
"github-slugger": "2.0.0",
|
|
50
50
|
"hast-util-raw": "9.1.0",
|
|
51
51
|
"hast-util-select": "6.0.4",
|
|
@@ -55,7 +55,6 @@
|
|
|
55
55
|
"lodash.escape": "4.0.1",
|
|
56
56
|
"mdast-util-to-hast": "13.2.0",
|
|
57
57
|
"mdast-util-to-string": "4.0.0",
|
|
58
|
-
"micromark-util-subtokenize": "2.0.4",
|
|
59
58
|
"mime": "4.0.6",
|
|
60
59
|
"parse5": "7.2.1",
|
|
61
60
|
"rehype-format": "5.0.1",
|