From 7500f31262867c2507f026dbb0448f6a03a86c4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 04:03:09 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-importer to v2.9.17 (#230) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 168 +++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 152 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index aef7f650..31a74e9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "helix-import-ui", "version": "1.43.14", "dependencies": { - "@adobe/helix-importer": "2.9.16", + "@adobe/helix-importer": "2.9.17", "@adobe/mdast-util-gridtables": "2.0.2", "@adobe/remark-gridtables": "1.0.4", "@spectrum-web-components/bundle": "0.34.0", @@ -120,12 +120,12 @@ } }, "node_modules/@adobe/helix-importer": { - "version": "2.9.16", - "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-2.9.16.tgz", - "integrity": "sha512-wJEjr0JGULRa5zzU8vW+d/7F7wihGO+QFZOTWrzLf5ljuTXvDUFlMcb8spi6uE5AjpgPnyVf9BT6dxsoaYZFiA==", + "version": "2.9.17", + "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-2.9.17.tgz", + "integrity": "sha512-Tg7f1mfd2iXVQU7F1PZ6smZVmXb7CM476K/QxtNg3k2EHvWWGuARdu97hI+T28PWHVFNkPB9bSpVnFAghTz9hg==", "dependencies": { "@adobe/helix-markdown-support": "6.3.0", - "@adobe/helix-md2docx": "2.1.16", + "@adobe/helix-md2docx": "2.1.17", "@adobe/mdast-util-gridtables": "2.0.2", "@adobe/remark-gridtables": "1.0.4", "form-data": "4.0.0", @@ -202,13 +202,13 @@ } }, "node_modules/@adobe/helix-md2docx": { - "version": "2.1.16", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.16.tgz", - "integrity": "sha512-DiwFbb1YMZ8mw2rUS8ri9Nm7zOa3KWaQNtL7axy6iuqWJ8A2hpJHuGIUb8SSBKe/oVXIqfRcSgYnInxr/SnmSw==", + "version": "2.1.17", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.17.tgz", + "integrity": "sha512-ZtVTeyYKmCTFzKejWEoyQ1XT1eRdvjx7+8PJS0nUqOTfI4O+XDrS9HVOS7LBtYfv3IldvXuQGynFvdxjU/kLtw==", "dependencies": { "@adobe/fetch": "4.0.13", "@adobe/helix-docx2md": "1.4.11", - "@adobe/helix-markdown-support": "6.2.1", + "@adobe/helix-markdown-support": "6.3.0", "@adobe/helix-shared-process-queue": "3.0.0", "@adobe/remark-gridtables": "1.0.4", "docx": "8.2.2", @@ -223,6 +223,81 @@ "unist-util-visit": "5.0.0" } }, + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-markdown-support": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-6.3.0.tgz", + "integrity": "sha512-A5rGYup9zQT6nN+TLYk3Fzdr1Bh6r5TLyzlv5Uw6ydhTv7BhB99kALVDCXigncgZkJWBBBEeyjdHyGUvLyk8rg==", + "dependencies": { + "hast-util-to-html": "8.0.4", + "js-yaml": "4.1.0", + "mdast-util-gfm-footnote": "1.0.2", + "mdast-util-gfm-strikethrough": "1.0.3", + "mdast-util-gfm-table": "1.0.7", + "mdast-util-gfm-task-list-item": "1.0.2", + "mdast-util-phrasing": "3.0.1", + "mdast-util-to-hast": "12.3.0", + "micromark-extension-gfm-footnote": "1.1.2", + "micromark-extension-gfm-strikethrough": "1.0.7", + "micromark-extension-gfm-table": "1.0.7", + "micromark-extension-gfm-tagfilter": "1.0.2", + "micromark-extension-gfm-task-list-item": "1.0.5", + "micromark-util-character": "1.2.0", + "micromark-util-combine-extensions": "1.1.0", + "micromark-util-symbol": "1.1.0", + "unist-util-find": "1.0.4", + "unist-util-visit": "4.1.2" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "unified": "10.x" + } + }, + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-markdown-support/node_modules/@types/unist": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.7.tgz", + "integrity": "sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==" + }, + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-markdown-support/node_modules/unist-util-is": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", + "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-markdown-support/node_modules/unist-util-visit": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-markdown-support/node_modules/unist-util-visit-parents": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", + "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/@adobe/helix-md2docx/node_modules/@types/unist": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.0.tgz", @@ -21336,12 +21411,12 @@ } }, "@adobe/helix-importer": { - "version": "2.9.16", - "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-2.9.16.tgz", - "integrity": "sha512-wJEjr0JGULRa5zzU8vW+d/7F7wihGO+QFZOTWrzLf5ljuTXvDUFlMcb8spi6uE5AjpgPnyVf9BT6dxsoaYZFiA==", + "version": "2.9.17", + "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-2.9.17.tgz", + "integrity": "sha512-Tg7f1mfd2iXVQU7F1PZ6smZVmXb7CM476K/QxtNg3k2EHvWWGuARdu97hI+T28PWHVFNkPB9bSpVnFAghTz9hg==", "requires": { "@adobe/helix-markdown-support": "6.3.0", - "@adobe/helix-md2docx": "2.1.16", + "@adobe/helix-md2docx": "2.1.17", "@adobe/mdast-util-gridtables": "2.0.2", "@adobe/remark-gridtables": "1.0.4", "form-data": "4.0.0", @@ -21408,13 +21483,13 @@ } }, "@adobe/helix-md2docx": { - "version": "2.1.16", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.16.tgz", - "integrity": "sha512-DiwFbb1YMZ8mw2rUS8ri9Nm7zOa3KWaQNtL7axy6iuqWJ8A2hpJHuGIUb8SSBKe/oVXIqfRcSgYnInxr/SnmSw==", + "version": "2.1.17", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.17.tgz", + "integrity": "sha512-ZtVTeyYKmCTFzKejWEoyQ1XT1eRdvjx7+8PJS0nUqOTfI4O+XDrS9HVOS7LBtYfv3IldvXuQGynFvdxjU/kLtw==", "requires": { "@adobe/fetch": "4.0.13", "@adobe/helix-docx2md": "1.4.11", - "@adobe/helix-markdown-support": "6.2.1", + "@adobe/helix-markdown-support": "6.3.0", "@adobe/helix-shared-process-queue": "3.0.0", "@adobe/remark-gridtables": "1.0.4", "docx": "8.2.2", @@ -21429,6 +21504,65 @@ "unist-util-visit": "5.0.0" }, "dependencies": { + "@adobe/helix-markdown-support": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-6.3.0.tgz", + "integrity": "sha512-A5rGYup9zQT6nN+TLYk3Fzdr1Bh6r5TLyzlv5Uw6ydhTv7BhB99kALVDCXigncgZkJWBBBEeyjdHyGUvLyk8rg==", + "requires": { + "hast-util-to-html": "8.0.4", + "js-yaml": "4.1.0", + "mdast-util-gfm-footnote": "1.0.2", + "mdast-util-gfm-strikethrough": "1.0.3", + "mdast-util-gfm-table": "1.0.7", + "mdast-util-gfm-task-list-item": "1.0.2", + "mdast-util-phrasing": "3.0.1", + "mdast-util-to-hast": "12.3.0", + "micromark-extension-gfm-footnote": "1.1.2", + "micromark-extension-gfm-strikethrough": "1.0.7", + "micromark-extension-gfm-table": "1.0.7", + "micromark-extension-gfm-tagfilter": "1.0.2", + "micromark-extension-gfm-task-list-item": "1.0.5", + "micromark-util-character": "1.2.0", + "micromark-util-combine-extensions": "1.1.0", + "micromark-util-symbol": "1.1.0", + "unist-util-find": "1.0.4", + "unist-util-visit": "4.1.2" + }, + "dependencies": { + "@types/unist": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.7.tgz", + "integrity": "sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==" + }, + "unist-util-is": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", + "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", + "requires": { + "@types/unist": "^2.0.0" + } + }, + "unist-util-visit": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" + } + }, + "unist-util-visit-parents": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", + "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", + "requires": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0" + } + } + } + }, "@types/unist": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.0.tgz", diff --git a/package.json b/package.json index 0728af4b..2d57efc2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "semantic-release": "semantic-release" }, "dependencies": { - "@adobe/helix-importer": "2.9.16", + "@adobe/helix-importer": "2.9.17", "@adobe/mdast-util-gridtables": "2.0.2", "@adobe/remark-gridtables": "1.0.4", "@spectrum-web-components/bundle": "0.34.0",