From d75c23d6c89ac7866ed13bae9f037390b55af597 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:45:18 +0000 Subject: [PATCH] chore(deps): update adobe fixes (#242) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 131 ++++++++++++++++++++++++++++++++-------------- package.json | 4 +- 2 files changed, 95 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bab9b6..7687a3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@adobe/helix-importer", - "version": "2.9.34", + "version": "2.9.35", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-importer", - "version": "2.9.34", + "version": "2.9.35", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.0.0", + "@adobe/helix-markdown-support": "7.1.0", "@adobe/helix-md2docx": "2.1.31", "@adobe/mdast-util-gridtables": "3.0.1", "@adobe/remark-gridtables": "2.0.1", @@ -25,7 +25,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.3", - "@adobe/helix-docx2md": "1.4.18", + "@adobe/helix-docx2md": "1.4.19", "@adobe/helix-mediahandler": "2.2.17", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", @@ -84,6 +84,85 @@ } }, "node_modules/@adobe/helix-docx2md": { + "version": "1.4.19", + "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.4.19.tgz", + "integrity": "sha512-BGPuTGUkOIs042VMdV0ETHSL+dI/lbz4iiyT5kt1MEB6hjperg3OnshygepHqqrEE4A1llWJJjIyq0aBAlflGw==", + "dev": true, + "dependencies": { + "@adobe/helix-markdown-support": "7.1.0", + "@adobe/helix-shared-process-queue": "3.0.0", + "@adobe/mammoth": "1.5.1-bleeding.2", + "@adobe/mdast-util-gridtables": "3.0.1", + "@adobe/remark-gridtables": "2.0.1", + "dirname-filename-esm": "1.1.1", + "github-slugger": "2.0.0", + "mdast-util-to-markdown": "2.1.0", + "mdast-util-to-string": "4.0.0", + "remark-gfm": "4.0.0", + "remark-parse": "11.0.0", + "remark-stringify": "11.0.0", + "unified": "11.0.3", + "unist-util-find": "3.0.0", + "unist-util-visit": "5.0.0", + "yauzl": "2.10.0" + } + }, + "node_modules/@adobe/helix-markdown-support": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.0.tgz", + "integrity": "sha512-wPw11LncZHkhFMgWFRXZ/CZXl1cLe/Mc4eSsYlv3XyKTV7m6VSKIUYbIf5hd/aex/qxiTV3ho9NGHawCY0GPsg==", + "dependencies": { + "hast-util-to-html": "9.0.0", + "js-yaml": "4.1.0", + "mdast-util-gfm-footnote": "2.0.0", + "mdast-util-gfm-strikethrough": "2.0.0", + "mdast-util-gfm-table": "2.0.0", + "mdast-util-gfm-task-list-item": "2.0.0", + "mdast-util-phrasing": "4.0.0", + "mdast-util-to-hast": "13.0.2", + "micromark-extension-gfm-footnote": "2.0.0", + "micromark-extension-gfm-strikethrough": "2.0.0", + "micromark-extension-gfm-table": "2.0.0", + "micromark-extension-gfm-tagfilter": "2.0.0", + "micromark-extension-gfm-task-list-item": "2.0.1", + "micromark-util-character": "2.0.1", + "micromark-util-combine-extensions": "2.0.0", + "micromark-util-symbol": "2.0.0", + "unist-util-find": "3.0.0", + "unist-util-visit": "5.0.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "unified": "11.x" + } + }, + "node_modules/@adobe/helix-md2docx": { + "version": "2.1.31", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.31.tgz", + "integrity": "sha512-O3YXse0c/9V+LNXNTU7FQ9WKpXwwx1AO+vfWplk4vf+NJccON/Z+cluOQtbtsPB8V9LK5ftuHC6HORhH+wqdTQ==", + "dependencies": { + "@adobe/fetch": "4.1.0", + "@adobe/helix-docx2md": "1.4.18", + "@adobe/helix-markdown-support": "7.0.0", + "@adobe/helix-shared-process-queue": "3.0.0", + "@adobe/remark-gridtables": "2.0.1", + "docx": "8.2.3", + "github-slugger": "2.0.0", + "hast-util-is-element": "3.0.0", + "hast-util-to-mdast": "10.1.0", + "image-size": "1.0.2", + "mdast-util-to-string": "4.0.0", + "mime": "3.0.0", + "rehype-parse": "9.0.0", + "remark-gfm": "4.0.0", + "remark-parse": "11.0.0", + "unified": "11.0.3", + "unist-util-visit": "5.0.0" + } + }, + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-docx2md": { "version": "1.4.18", "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.4.18.tgz", "integrity": "sha512-5Hx53IRYreg4SvAnBbpoFlZ4AoI31NaU370A6BP2N2aIFqthEfYzjGMZMDjmt1YmolTbBvvI+VHx38ZcC6c7NQ==", @@ -106,7 +185,7 @@ "yauzl": "2.10.0" } }, - "node_modules/@adobe/helix-markdown-support": { + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-markdown-support": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.0.0.tgz", "integrity": "sha512-9wMIej+WZhPDqT9ctGltr+Jt8wWEiieoA8DsiLeKhTjI7RjP3SFQ9+tldvko2pJJ9Jp9TfvRzUx7wIEknyX2Nw==", @@ -137,12 +216,7 @@ "unified": "11.x" } }, - "node_modules/@adobe/helix-markdown-support/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, - "node_modules/@adobe/helix-markdown-support/node_modules/unist-util-find": { + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-markdown-support/node_modules/unist-util-find": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unist-util-find/-/unist-util-find-2.0.0.tgz", "integrity": "sha512-I4NH8M2r7B9pGNXl41fftwCCi/WhG50RUdZDYcpEmiQEgHUYtfWpcCX4/R6s4XtK0ztxUSwC6u9sztlnDQAoaA==", @@ -156,7 +230,7 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/@adobe/helix-markdown-support/node_modules/unist-util-find/node_modules/unist-util-visit": { + "node_modules/@adobe/helix-md2docx/node_modules/@adobe/helix-markdown-support/node_modules/unist-util-find/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==", @@ -170,7 +244,12 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/@adobe/helix-markdown-support/node_modules/unist-util-is": { + "node_modules/@adobe/helix-md2docx/node_modules/@types/unist": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", + "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" + }, + "node_modules/@adobe/helix-md2docx/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==", @@ -182,7 +261,7 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/@adobe/helix-markdown-support/node_modules/unist-util-visit-parents": { + "node_modules/@adobe/helix-md2docx/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==", @@ -195,30 +274,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/@adobe/helix-md2docx": { - "version": "2.1.31", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.31.tgz", - "integrity": "sha512-O3YXse0c/9V+LNXNTU7FQ9WKpXwwx1AO+vfWplk4vf+NJccON/Z+cluOQtbtsPB8V9LK5ftuHC6HORhH+wqdTQ==", - "dependencies": { - "@adobe/fetch": "4.1.0", - "@adobe/helix-docx2md": "1.4.18", - "@adobe/helix-markdown-support": "7.0.0", - "@adobe/helix-shared-process-queue": "3.0.0", - "@adobe/remark-gridtables": "2.0.1", - "docx": "8.2.3", - "github-slugger": "2.0.0", - "hast-util-is-element": "3.0.0", - "hast-util-to-mdast": "10.1.0", - "image-size": "1.0.2", - "mdast-util-to-string": "4.0.0", - "mime": "3.0.0", - "rehype-parse": "9.0.0", - "remark-gfm": "4.0.0", - "remark-parse": "11.0.0", - "unified": "11.0.3", - "unist-util-visit": "5.0.0" - } - }, "node_modules/@adobe/helix-mediahandler": { "version": "2.2.17", "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.2.17.tgz", diff --git a/package.json b/package.json index 904803a..fbdf139 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.3", - "@adobe/helix-docx2md": "1.4.18", + "@adobe/helix-docx2md": "1.4.19", "@adobe/helix-mediahandler": "2.2.17", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", @@ -45,7 +45,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.0.0", + "@adobe/helix-markdown-support": "7.1.0", "@adobe/helix-md2docx": "2.1.31", "@adobe/mdast-util-gridtables": "3.0.1", "@adobe/remark-gridtables": "2.0.1",