@adobe/helix-markdown-support 7.1.8 → 7.1.9

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.
@@ -18,7 +18,7 @@ jobs:
18
18
  - run: npm ci
19
19
  - run: npm run lint
20
20
  - run: npm test
21
- - uses: codecov/codecov-action@v4
21
+ - uses: codecov/codecov-action@v5
22
22
  with:
23
23
  token: ${{ secrets.CODECOV_TOKEN }}
24
24
  - name: Semantic Release (Dry Run)
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [7.1.9](https://github.com/adobe/helix-markdown-support/compare/v7.1.8...v7.1.9) (2024-12-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#289](https://github.com/adobe/helix-markdown-support/issues/289)) ([a08ef9d](https://github.com/adobe/helix-markdown-support/commit/a08ef9d3f00fbfb57c79167ee374489082d49e8a))
7
+
1
8
  ## [7.1.8](https://github.com/adobe/helix-markdown-support/compare/v7.1.7...v7.1.8) (2024-11-18)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-markdown-support",
3
- "version": "7.1.8",
3
+ "version": "7.1.9",
4
4
  "description": "Helix Markdown Support",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -26,7 +26,7 @@
26
26
  "./matter": "./src/matter/index.js"
27
27
  },
28
28
  "dependencies": {
29
- "hast-util-to-html": "9.0.3",
29
+ "hast-util-to-html": "9.0.4",
30
30
  "js-yaml": "4.1.0",
31
31
  "mdast-util-gfm-footnote": "2.0.0",
32
32
  "mdast-util-gfm-strikethrough": "2.0.0",
@@ -63,13 +63,13 @@
63
63
  "@adobe/remark-gridtables": "3.0.8",
64
64
  "@semantic-release/changelog": "6.0.3",
65
65
  "@semantic-release/git": "10.0.1",
66
- "c8": "10.1.2",
66
+ "c8": "10.1.3",
67
67
  "eslint": "8.57.1",
68
- "husky": "9.1.6",
68
+ "husky": "9.1.7",
69
69
  "junit-report-builder": "5.1.1",
70
- "lint-staged": "15.2.10",
70
+ "lint-staged": "15.2.11",
71
71
  "mdast-builder": "1.1.1",
72
- "mocha": "10.8.2",
72
+ "mocha": "11.0.1",
73
73
  "mocha-multi-reporters": "1.5.1",
74
74
  "rehype-format": "5.0.1",
75
75
  "rehype-stringify": "10.0.1",