diff --git a/package-lock.json b/package-lock.json index 8c64d614..4ae2b93f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "6.17.7", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.1.9", + "@adobe/helix-markdown-support": "7.1.10", "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.9", "@adobe/remark-gridtables": "3.0.8", @@ -82,9 +82,9 @@ } }, "node_modules/@adobe/helix-markdown-support": { - "version": "7.1.9", - "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.9.tgz", - "integrity": "sha512-twtcoGUw5EvnLTaWIIv7m3xgy0XvwMyOSZTdWq19efK0W6LzKlsbd2tFP0QmLl6+3/ddzjssDNVnc937dLQI4w==", + "version": "7.1.10", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.10.tgz", + "integrity": "sha512-fr/iyfcQDnqbhc2QAey7OriVWNchm9Y6QNVhPcenyDylh+OITBZXTCosJFhTYfRTnIZBnNmQ0XYZ1YfM0vZjbQ==", "license": "Apache-2.0", "dependencies": { "hast-util-to-html": "9.0.4", @@ -97,7 +97,7 @@ "mdast-util-to-hast": "13.2.0", "micromark-extension-gfm-footnote": "2.1.0", "micromark-extension-gfm-strikethrough": "2.1.0", - "micromark-extension-gfm-table": "2.1.0", + "micromark-extension-gfm-table": "2.1.1", "micromark-extension-gfm-tagfilter": "2.0.0", "micromark-extension-gfm-task-list-item": "2.1.0", "micromark-util-character": "2.1.1", @@ -6553,9 +6553,9 @@ } }, "node_modules/micromark-extension-gfm-table": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.0.tgz", - "integrity": "sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz", + "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==", "license": "MIT", "dependencies": { "devlop": "^1.0.0", diff --git a/package.json b/package.json index 26c4ca1b..882444bd 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "node": ">=16.x" }, "dependencies": { - "@adobe/helix-markdown-support": "7.1.9", + "@adobe/helix-markdown-support": "7.1.10", "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.9", "@adobe/remark-gridtables": "3.0.8",