diff --git a/package-lock.json b/package-lock.json index d850312..9ba34af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@adobe/helix-importer-ui", "version": "1.52.17", "dependencies": { - "@adobe/helix-importer": "3.4.30", + "@adobe/helix-importer": "3.4.37", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8", "@spectrum-web-components/bundle": "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", @@ -118,13 +118,13 @@ } }, "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.37", + "resolved": "https://registry.npmjs.org/@adobe/helix-importer/-/helix-importer-3.4.37.tgz", + "integrity": "sha512-IY11vdAVQV2NKizHy+1VOGwoNFpgaAnExavei/cW1dtxkZqPCnB9nNcDt4/O+ATgyVW8z/9IZoIeezn42sWsFA==", "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.94", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8", "form-data": "4.0.1", @@ -138,12 +138,12 @@ } }, "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 +169,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.94", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.1.94.tgz", + "integrity": "sha512-vrlsHuyVxaNDISNBhhzoimemFqu6pcpSdGUltOkuY+1hE0Xi8mRbw1SrtThREJg6Mvp/h3cBZNzxdI9CaM99aA==", "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.0", "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", @@ -7451,9 +7474,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 +7809,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.0", + "resolved": "https://registry.npmjs.org/docx/-/docx-9.1.0.tgz", + "integrity": "sha512-XOtseSTRrkKN/sV5jNBqyLazyhNpWfaUhpuKc22cs+5DavNjRQvchnohb0g0S+x/96/D06U/i0/U/Gc4E5kwuQ==", "license": "MIT", "dependencies": { "@types/node": "^22.7.5", @@ -10608,9 +10631,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 +13229,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 +13574,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 +17812,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..faca174 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "semantic-release": "semantic-release" }, "dependencies": { - "@adobe/helix-importer": "3.4.30", + "@adobe/helix-importer": "3.4.37", "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/remark-gridtables": "3.0.8", "@spectrum-web-components/bundle": "0.49.0",