diff --git a/package-lock.json b/package-lock.json index 2e6f765..dfcd1ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@adobe/helix-importer", - "version": "2.5.7", + "version": "2.5.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/helix-importer", - "version": "2.5.7", + "version": "2.5.10", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "6.0.1", + "@adobe/helix-markdown-support": "6.1.0", "@adobe/helix-md2docx": "2.0.31", "@adobe/mdast-util-gridtables": "1.0.5", "@adobe/remark-gridtables": "1.0.1", @@ -95,7 +95,7 @@ "yauzl": "2.10.0" } }, - "node_modules/@adobe/helix-markdown-support": { + "node_modules/@adobe/helix-docx2md/node_modules/@adobe/helix-markdown-support": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-6.0.1.tgz", "integrity": "sha512-0XGHlJApWL7xN2L2fCKdGrxUNJJQF6wXdo87t3eLIT/HA8DBI6MHPZxlabxc/j5lkEYtwpsxxZbqeMS6Vy2qOg==", @@ -115,6 +115,37 @@ "unified": "10.x" } }, + "node_modules/@adobe/helix-markdown-support": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-6.1.0.tgz", + "integrity": "sha512-Vsr5H0cp+M47Hl7BsLDE/soMlk0hZFGkMzK653jk/4E7ij0NFv/GVqPctHeYVjTyD4czRZ6nhLgugOVNRwuq1w==", + "dependencies": { + "hast-util-to-html": "8.0.4", + "js-yaml": "4.1.0", + "mdast-util-gfm-footnote": "1.0.1", + "mdast-util-gfm-strikethrough": "1.0.2", + "mdast-util-gfm-table": "1.0.6", + "mdast-util-gfm-task-list-item": "1.0.1", + "mdast-util-phrasing": "3.0.0", + "mdast-util-to-hast": "12.2.5", + "micromark-extension-gfm-footnote": "1.0.4", + "micromark-extension-gfm-strikethrough": "1.0.4", + "micromark-extension-gfm-table": "1.0.5", + "micromark-extension-gfm-tagfilter": "1.0.1", + "micromark-extension-gfm-task-list-item": "1.0.3", + "micromark-util-character": "1.1.0", + "micromark-util-combine-extensions": "1.0.0", + "micromark-util-symbol": "1.0.1", + "unist-util-find": "1.0.2", + "unist-util-visit": "4.1.1" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "unified": "10.x" + } + }, "node_modules/@adobe/helix-md2docx": { "version": "2.0.31", "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.0.31.tgz", @@ -137,6 +168,26 @@ "unist-util-visit": "4.1.1" } }, + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-markdown-support": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-6.0.1.tgz", + "integrity": "sha512-0XGHlJApWL7xN2L2fCKdGrxUNJJQF6wXdo87t3eLIT/HA8DBI6MHPZxlabxc/j5lkEYtwpsxxZbqeMS6Vy2qOg==", + "dependencies": { + "hast-util-to-html": "8.0.4", + "js-yaml": "4.1.0", + "mdast-util-to-hast": "12.2.5", + "micromark-util-character": "1.1.0", + "micromark-util-symbol": "1.0.1", + "unist-util-find": "1.0.2", + "unist-util-visit": "4.1.1" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "unified": "10.x" + } + }, "node_modules/@adobe/helix-mediahandler": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.0.1.tgz", @@ -13011,17 +13062,44 @@ "unist-util-find": "1.0.2", "unist-util-visit": "4.1.1", "yauzl": "2.10.0" + }, + "dependencies": { + "@adobe/helix-markdown-support": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-6.0.1.tgz", + "integrity": "sha512-0XGHlJApWL7xN2L2fCKdGrxUNJJQF6wXdo87t3eLIT/HA8DBI6MHPZxlabxc/j5lkEYtwpsxxZbqeMS6Vy2qOg==", + "requires": { + "hast-util-to-html": "8.0.4", + "js-yaml": "4.1.0", + "mdast-util-to-hast": "12.2.5", + "micromark-util-character": "1.1.0", + "micromark-util-symbol": "1.0.1", + "unist-util-find": "1.0.2", + "unist-util-visit": "4.1.1" + } + } } }, "@adobe/helix-markdown-support": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-6.0.1.tgz", - "integrity": "sha512-0XGHlJApWL7xN2L2fCKdGrxUNJJQF6wXdo87t3eLIT/HA8DBI6MHPZxlabxc/j5lkEYtwpsxxZbqeMS6Vy2qOg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-6.1.0.tgz", + "integrity": "sha512-Vsr5H0cp+M47Hl7BsLDE/soMlk0hZFGkMzK653jk/4E7ij0NFv/GVqPctHeYVjTyD4czRZ6nhLgugOVNRwuq1w==", "requires": { "hast-util-to-html": "8.0.4", "js-yaml": "4.1.0", + "mdast-util-gfm-footnote": "1.0.1", + "mdast-util-gfm-strikethrough": "1.0.2", + "mdast-util-gfm-table": "1.0.6", + "mdast-util-gfm-task-list-item": "1.0.1", + "mdast-util-phrasing": "3.0.0", "mdast-util-to-hast": "12.2.5", + "micromark-extension-gfm-footnote": "1.0.4", + "micromark-extension-gfm-strikethrough": "1.0.4", + "micromark-extension-gfm-table": "1.0.5", + "micromark-extension-gfm-tagfilter": "1.0.1", + "micromark-extension-gfm-task-list-item": "1.0.3", "micromark-util-character": "1.1.0", + "micromark-util-combine-extensions": "1.0.0", "micromark-util-symbol": "1.0.1", "unist-util-find": "1.0.2", "unist-util-visit": "4.1.1" @@ -13047,6 +13125,22 @@ "remark-parse": "10.0.1", "unified": "10.1.2", "unist-util-visit": "4.1.1" + }, + "dependencies": { + "@adobe/helix-markdown-support": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-6.0.1.tgz", + "integrity": "sha512-0XGHlJApWL7xN2L2fCKdGrxUNJJQF6wXdo87t3eLIT/HA8DBI6MHPZxlabxc/j5lkEYtwpsxxZbqeMS6Vy2qOg==", + "requires": { + "hast-util-to-html": "8.0.4", + "js-yaml": "4.1.0", + "mdast-util-to-hast": "12.2.5", + "micromark-util-character": "1.1.0", + "micromark-util-symbol": "1.0.1", + "unist-util-find": "1.0.2", + "unist-util-visit": "4.1.1" + } + } } }, "@adobe/helix-mediahandler": { diff --git a/package.json b/package.json index 705b798..2e6cd09 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "6.0.1", + "@adobe/helix-markdown-support": "6.1.0", "@adobe/helix-md2docx": "2.0.31", "@adobe/mdast-util-gridtables": "1.0.5", "@adobe/remark-gridtables": "1.0.1",