diff --git a/package-lock.json b/package-lock.json index b54803ee..433ae1ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@adobe/helix-html-pipeline", - "version": "6.15.4", + "version": "6.15.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "6.15.4", + "version": "6.15.5", "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.7", - "@adobe/remark-gridtables": "3.0.6", + "@adobe/remark-gridtables": "3.0.7", "github-slugger": "2.0.0", "hast-util-raw": "9.0.4", "hast-util-select": "6.0.3", @@ -144,52 +144,15 @@ } }, "node_modules/@adobe/remark-gridtables": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.6.tgz", - "integrity": "sha512-uZifFdcjogU0Qwz2uaiYPI4OLArNLjOPjWPw5gAP/eoTQKb3Y1tOVcBWQhGl08/m+0qzfUezTWygydXPR2kRAA==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.7.tgz", + "integrity": "sha512-H/WnioIpsRncPTaZBWnVXEokQ+w/FtdO+lDiONOnrl4ehQbqygK/epkwG/6ness+H9dvdLgqVXY15XOKMVyKqw==", "license": "Apache-2.0", "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.6", + "@adobe/mdast-util-gridtables": "4.0.7", "@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.2", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", diff --git a/package.json b/package.json index 3e1ed64d..67bf6546 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@adobe/helix-markdown-support": "7.1.6", "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.7", - "@adobe/remark-gridtables": "3.0.6", + "@adobe/remark-gridtables": "3.0.7", "github-slugger": "2.0.0", "hast-util-raw": "9.0.4", "hast-util-select": "6.0.3",