From f10787b7e0e32d6e40b9aa604c4ced9deaa3117b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:36:10 +0000 Subject: [PATCH] fix(deps): update adobe fixes --- package-lock.json | 165 ++++++++++++++++++++++++++++++++-------------- package.json | 4 +- 2 files changed, 117 insertions(+), 52 deletions(-) diff --git a/package-lock.json b/package-lock.json index d850312..3e48768 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,8 @@ "name": "@adobe/helix-importer-ui", "version": "1.52.17", "dependencies": { - "@adobe/helix-importer": "3.4.30", - "@adobe/mdast-util-gridtables": "4.0.8", + "@adobe/helix-importer": "3.4.39", + "@adobe/mdast-util-gridtables": "4.0.9", "@adobe/remark-gridtables": "3.0.8", "@spectrum-web-components/bundle": "0.49.0", "@spectrum-web-components/icons-workflow": "0.49.0", @@ -80,12 +80,12 @@ } }, "node_modules/@adobe/fetch": { - "version": "4.1.9", - "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.9.tgz", - "integrity": "sha512-FWIzm4vvl1OtCarTBgWDW6otj4gxrNmMf/DdriqBUw7DjjmckjT3ZQA43b4HzBkzkuAHhajwMy91btp9fWgTEw==", + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.1.11.tgz", + "integrity": "sha512-Zak2kPJuIdg9UQQfUgNm848vRAg2pdOqYYU+7DkCYWO+SgZiMV+qy99BpO1geDiP2rQ2M7JH5oNXRTEvEWglRQ==", "license": "Apache-2.0", "dependencies": { - "debug": "4.3.7", + "debug": "4.4.0", "http-cache-semantics": "4.1.1", "lru-cache": "7.18.3" }, @@ -94,12 +94,12 @@ } }, "node_modules/@adobe/helix-docx2md": { - "version": "1.6.11", - "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.6.11.tgz", - "integrity": "sha512-8EJVE2+sK8PFhZbpdgwTV+vzTZ5+PXYbFzj3f/AEubvo9yN20SV0vqX55cw9Kislqkq9v54aqffLRG1uHaDGDQ==", + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/@adobe/helix-docx2md/-/helix-docx2md-1.6.12.tgz", + "integrity": "sha512-JvuiqIfUNpMc35WJtr5I4/9mQX4v/tPbZzEhtONQXy6Knovae5VvAIVEul4dj4gXyowKAOD0pU6Ofkn8ZGG7vQ==", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.1.8", + "@adobe/helix-markdown-support": "7.1.9", "@adobe/helix-shared-process-queue": "3.0.4", "@adobe/mammoth": "1.7.1-bleeding.2", "@adobe/mdast-util-gridtables": "4.0.8", @@ -117,18 +117,31 @@ "yauzl": "3.2.0" } }, + "node_modules/@adobe/helix-docx2md/node_modules/@adobe/mdast-util-gridtables": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.8.tgz", + "integrity": "sha512-cUNlMk8sAUqV8qSDTYPDgzexbAsopC9o4nfUEn0sN+REIu81q65lGOm+psftZzH5/HVgLMu4dODMf6ddjKmOig==", + "license": "Apache-2.0", + "dependencies": { + "@adobe/micromark-extension-gridtables": "^2.0.0", + "mdast-util-from-markdown": "2.0.2", + "mdast-util-to-hast": "13.2.0", + "mdast-util-to-markdown": "2.1.2", + "unist-util-visit": "5.0.0" + } + }, "node_modules/@adobe/helix-importer": { - "version": "3.4.30", - "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-3.4.30.tgz", - "integrity": "sha512-QJOQKqe3KYdOtO4wDZ/Joce8e0mx7Ex6fYp/b3l/9CfUoAcfXvZ46NnXGJXp3jQAKschN6aN1YU1hyd+9sTDYw==", + "version": "3.4.39", + "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-3.4.39.tgz", + "integrity": "sha512-5E6gdDWVrovP+XZOGQ10nebMD4r3NDgD5UMtXN1se3fx+ueBElLMl2mMVoAV2N7UkyhWpuSzA+rEjaugSax/2w==", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-markdown-support": "7.1.8", - "@adobe/helix-md2docx": "2.1.87", + "@adobe/helix-markdown-support": "7.1.9", + "@adobe/helix-md2docx": "2.1.95", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8", "form-data": "4.0.1", - "fs-extra": "11.2.0", + "fs-extra": "11.3.0", "hast-util-to-mdast": "10.1.1", "node-fetch": "3.3.2", "rehype-parse": "9.0.1", @@ -137,13 +150,26 @@ "unified": "11.0.5" } }, + "node_modules/@adobe/helix-importer/node_modules/@adobe/mdast-util-gridtables": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.8.tgz", + "integrity": "sha512-cUNlMk8sAUqV8qSDTYPDgzexbAsopC9o4nfUEn0sN+REIu81q65lGOm+psftZzH5/HVgLMu4dODMf6ddjKmOig==", + "license": "Apache-2.0", + "dependencies": { + "@adobe/micromark-extension-gridtables": "^2.0.0", + "mdast-util-from-markdown": "2.0.2", + "mdast-util-to-hast": "13.2.0", + "mdast-util-to-markdown": "2.1.2", + "unist-util-visit": "5.0.0" + } + }, "node_modules/@adobe/helix-markdown-support": { - "version": "7.1.8", - "resolved": "https://registry.npmjs.org/@adobe/helix-markdown-support/-/helix-markdown-support-7.1.8.tgz", - "integrity": "sha512-n+mtjrqqERtT7dJSleBbr/ZjccJxn3t4U8HkRuOpOjSObHi73CgLRyu/dtxmGtobmItIpkUBD6tTvzrHrEjXcQ==", + "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==", "license": "Apache-2.0", "dependencies": { - "hast-util-to-html": "9.0.3", + "hast-util-to-html": "9.0.4", "js-yaml": "4.1.0", "mdast-util-gfm-footnote": "2.0.0", "mdast-util-gfm-strikethrough": "2.0.0", @@ -169,24 +195,47 @@ "unified": "11.x" } }, + "node_modules/@adobe/helix-markdown-support/node_modules/hast-util-to-html": { + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.4.tgz", + "integrity": "sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", + "ccount": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-whitespace": "^3.0.0", + "html-void-elements": "^3.0.0", + "mdast-util-to-hast": "^13.0.0", + "property-information": "^6.0.0", + "space-separated-tokens": "^2.0.0", + "stringify-entities": "^4.0.0", + "zwitch": "^2.0.4" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/@adobe/helix-md2docx": { - "version": "2.1.87", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.87.tgz", - "integrity": "sha512-LufpeqwBozdjCqd6wO05L8anCPcW3X5Lk43D789CC/TYah7J52wUuu6Nfn4nHq3cltefjDzklUZcS1ejaK2DHw==", + "version": "2.1.95", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.95.tgz", + "integrity": "sha512-aQte22vX9YiFRf2yb6BYvZWy76hPLtyp/AeVZ99ZQYLY3IjJlJuYbO14qOlfSYVJoikeByQqsn/6isPsnfG4gA==", "license": "Apache-2.0", "dependencies": { - "@adobe/fetch": "4.1.9", - "@adobe/helix-docx2md": "1.6.11", - "@adobe/helix-markdown-support": "7.1.8", + "@adobe/fetch": "4.1.11", + "@adobe/helix-docx2md": "1.6.12", + "@adobe/helix-markdown-support": "7.1.9", "@adobe/helix-shared-process-queue": "3.0.4", "@adobe/remark-gridtables": "3.0.8", - "docx": "9.0.3", + "docx": "9.1.1", "github-slugger": "2.0.0", "hast-util-is-element": "3.0.0", "hast-util-to-mdast": "10.1.1", - "image-size": "1.1.1", + "image-size": "1.2.0", "mdast-util-to-string": "4.0.0", - "mime": "4.0.4", + "mime": "4.0.6", "rehype-parse": "9.0.1", "remark-gfm": "4.0.0", "remark-parse": "11.0.0", @@ -225,9 +274,9 @@ } }, "node_modules/@adobe/mdast-util-gridtables": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.8.tgz", - "integrity": "sha512-cUNlMk8sAUqV8qSDTYPDgzexbAsopC9o4nfUEn0sN+REIu81q65lGOm+psftZzH5/HVgLMu4dODMf6ddjKmOig==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.9.tgz", + "integrity": "sha512-E2v6jNedNprV84WiQnvJ1D9FVKVqRpm4nLUYJyH6VqiRKz/DGCuzpQblFN8T58/Y1ngPG0d4Qq713s7xfgGF4A==", "license": "Apache-2.0", "dependencies": { "@adobe/micromark-extension-gridtables": "^2.0.0", @@ -258,6 +307,19 @@ "@adobe/micromark-extension-gridtables": "2.0.2" } }, + "node_modules/@adobe/remark-gridtables/node_modules/@adobe/mdast-util-gridtables": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.8.tgz", + "integrity": "sha512-cUNlMk8sAUqV8qSDTYPDgzexbAsopC9o4nfUEn0sN+REIu81q65lGOm+psftZzH5/HVgLMu4dODMf6ddjKmOig==", + "license": "Apache-2.0", + "dependencies": { + "@adobe/micromark-extension-gridtables": "^2.0.0", + "mdast-util-from-markdown": "2.0.2", + "mdast-util-to-hast": "13.2.0", + "mdast-util-to-markdown": "2.1.2", + "unist-util-visit": "5.0.0" + } + }, "node_modules/@ampproject/remapping": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", @@ -7451,9 +7513,9 @@ } }, "node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -7786,9 +7848,9 @@ } }, "node_modules/docx": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/docx/-/docx-9.0.3.tgz", - "integrity": "sha512-Ao/8v1BIRL0+uhzoqk6uvAPIjxNR5+uqQMphVWe8egxGdohkd/PgDLn1/+/c/te1DlnX1Chz9lIxuNi0Hs+Dbg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/docx/-/docx-9.1.1.tgz", + "integrity": "sha512-jz941pdz4+gMljZ1pV+95FwuWEouKi4u1Elhv3ptqeytGOSyX+u131hRYg4wgqLU+x2CbGsz9eTYgo2uMMz65Q==", "license": "MIT", "dependencies": { "@types/node": "^22.7.5", @@ -9379,9 +9441,10 @@ } }, "node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -10608,9 +10671,10 @@ } }, "node_modules/image-size": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.1.1.tgz", - "integrity": "sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.2.0.tgz", + "integrity": "sha512-4S8fwbO6w3GeCVN6OPtA9I5IGKkcDMPcKndtUlpJuCwu7JLjtj7JZpwqLuyY2nrmQT3AWsCJLSKPsc2mPBSl3w==", + "license": "MIT", "dependencies": { "queue": "6.0.2" }, @@ -13205,9 +13269,9 @@ "dev": true }, "node_modules/mime": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.4.tgz", - "integrity": "sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.6.tgz", + "integrity": "sha512-4rGt7rvQHBbaSOF9POGkk1ocRP16Md1x36Xma8sz8h8/vfCUI2OtEIeCqe4Ofes853x4xDoPiFLIT47J5fI/7A==", "funding": [ "https://github.com/sponsors/broofa" ], @@ -13550,9 +13614,9 @@ } }, "node_modules/nanoid": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.8.tgz", - "integrity": "sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz", + "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==", "funding": [ { "type": "github", @@ -17788,6 +17852,7 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz", "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==", + "license": "MIT", "dependencies": { "inherits": "~2.0.3" } diff --git a/package.json b/package.json index 39b703b..3fff829 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "semantic-release": "semantic-release" }, "dependencies": { - "@adobe/helix-importer": "3.4.30", - "@adobe/mdast-util-gridtables": "4.0.8", + "@adobe/helix-importer": "3.4.39", + "@adobe/mdast-util-gridtables": "4.0.9", "@adobe/remark-gridtables": "3.0.8", "@spectrum-web-components/bundle": "0.49.0", "@spectrum-web-components/icons-workflow": "0.49.0",