From 803875f76e6a2620b95aa900705d7a0d4294fbeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:01:43 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-importer to v3.4.15 (#421) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 42 +++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9d1392..ad56a24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@adobe/helix-importer-ui", "version": "1.51.35", "dependencies": { - "@adobe/helix-importer": "3.4.14", + "@adobe/helix-importer": "3.4.15", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "@spectrum-web-components/bundle": "0.47.1", @@ -117,12 +117,12 @@ } }, "node_modules/@adobe/helix-importer": { - "version": "3.4.14", - "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-3.4.14.tgz", - "integrity": "sha512-3cMcF90deYfu1SqpiGX92jXhjWlxxtq6AKxhJ6PIp8fUG6qgvm3hNZvo5KxqkEChlBR9xJ9K4iy+31VcY8X+Jw==", + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-3.4.15.tgz", + "integrity": "sha512-Y0xJ94A/UcbBcRwnT/WOWNA8MeiYZ8r9arLTMA0WldyVLciGDXegAzWiaICohSesJlw8fWc+n9PLJ7mEO39TBg==", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.1.4", + "@adobe/helix-markdown-support": "7.1.5", "@adobe/helix-md2docx": "2.1.70", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", @@ -136,6 +136,38 @@ "unified": "11.0.5" } }, + "node_modules/@adobe/helix-importer/node_modules/@adobe/helix-markdown-support": { + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.5.tgz", + "integrity": "sha512-B0pCMKA9dXB6tCAo6+BWDYrlJTeHSeGWZKa2cy7+HbtIxpjtSTU8RwofEI0YfFKbWoogrDceGeyWxwHUGfpkXA==", + "license": "Apache-2.0", + "dependencies": { + "hast-util-to-html": "9.0.2", + "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.1.0", + "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-tagfilter": "2.0.0", + "micromark-extension-gfm-task-list-item": "2.1.0", + "micromark-util-character": "2.1.0", + "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-markdown-support": { "version": "7.1.4", "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.4.tgz", diff --git a/package.json b/package.json index 7b7c768..f8f9369 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "semantic-release": "semantic-release" }, "dependencies": { - "@adobe/helix-importer": "3.4.14", + "@adobe/helix-importer": "3.4.15", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", "@spectrum-web-components/bundle": "0.47.1",