diff --git a/package-lock.json b/package-lock.json index 49987d34..dea99a2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@adobe/helix-html-pipeline", - "version": "5.13.2", + "version": "5.13.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "5.13.2", + "version": "5.13.3", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.6", "@adobe/helix-shared-utils": "3.0.2", - "@adobe/mdast-util-gridtables": "4.0.6", + "@adobe/mdast-util-gridtables": "4.0.7", "@adobe/remark-gridtables": "3.0.6", "cookie": "1.0.1", "github-slugger": "2.0.0", @@ -124,13 +124,13 @@ } }, "node_modules/@adobe/mdast-util-gridtables": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.6.tgz", - "integrity": "sha512-wRc29Wc5h1pV6SUP5NdiV3ey/x6ov+ok70VLRr+4E7xd3tZ45+wc/3OLxrkiX2ypk/LYfa5GYuShg6K4/5Fprw==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.7.tgz", + "integrity": "sha512-cVapzbpNN+h05FEk7IDOePLAMiIquwlVwz6ORPhmKz4K35cqSwcvhrAaFj6HxSmBPzhLTALQTb+ZdDrhHfeLug==", "license": "Apache-2.0", "dependencies": { "@adobe/micromark-extension-gridtables": "^2.0.0", - "mdast-util-from-markdown": "2.0.1", + "mdast-util-from-markdown": "2.0.2", "mdast-util-to-hast": "13.2.0", "mdast-util-to-markdown": "2.1.0", "unist-util-visit": "5.0.0" @@ -157,6 +157,43 @@ "@adobe/micromark-extension-gridtables": "2.0.2" } }, + "node_modules/@adobe/remark-gridtables/node_modules/@adobe/mdast-util-gridtables": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.6.tgz", + "integrity": "sha512-wRc29Wc5h1pV6SUP5NdiV3ey/x6ov+ok70VLRr+4E7xd3tZ45+wc/3OLxrkiX2ypk/LYfa5GYuShg6K4/5Fprw==", + "license": "Apache-2.0", + "dependencies": { + "@adobe/micromark-extension-gridtables": "^2.0.0", + "mdast-util-from-markdown": "2.0.1", + "mdast-util-to-hast": "13.2.0", + "mdast-util-to-markdown": "2.1.0", + "unist-util-visit": "5.0.0" + } + }, + "node_modules/@adobe/remark-gridtables/node_modules/mdast-util-from-markdown": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz", + "integrity": "sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==", + "license": "MIT", + "dependencies": { + "@types/mdast": "^4.0.0", + "@types/unist": "^3.0.0", + "decode-named-character-reference": "^1.0.0", + "devlop": "^1.0.0", + "mdast-util-to-string": "^4.0.0", + "micromark": "^4.0.0", + "micromark-util-decode-numeric-character-reference": "^2.0.0", + "micromark-util-decode-string": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0", + "unist-util-stringify-position": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/@babel/code-frame": { "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", @@ -6271,9 +6308,9 @@ } }, "node_modules/mdast-util-from-markdown": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz", - "integrity": "sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", + "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", diff --git a/package.json b/package.json index fbf8671b..9081134c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@adobe/helix-markdown-support": "7.1.6", "@adobe/helix-shared-utils": "3.0.2", - "@adobe/mdast-util-gridtables": "4.0.6", + "@adobe/mdast-util-gridtables": "4.0.7", "@adobe/remark-gridtables": "3.0.6", "cookie": "1.0.1", "github-slugger": "2.0.0",