diff --git a/package-lock.json b/package-lock.json index 3809ced4..b86f8ed5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@adobe/helix-html-pipeline", - "version": "6.21.4", + "version": "6.21.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "6.21.4", + "version": "6.21.5", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "7.1.12", "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.11", - "@adobe/remark-gridtables": "3.0.11", + "@adobe/remark-gridtables": "3.0.12", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0", "hast-util-select": "6.0.4", @@ -147,28 +147,15 @@ } }, "node_modules/@adobe/remark-gridtables": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.11.tgz", - "integrity": "sha512-HKW8cblT6R0+qDntNq5miZf0cnxdZ26OiJjeNPtXjf8bfcDLggye3q2DPg0gtEZ+m27F4riyCBJxLYO23WXvFg==", + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.12.tgz", + "integrity": "sha512-TsRa1BNMZTBfgHswgJHMHq6ICEMzC5GkWoznfmA8ZfmZC5A6cxWC31IK27/TTYFAjTB/C7MM3WiB/qG1PuwYcA==", "license": "Apache-2.0", "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.10", + "@adobe/mdast-util-gridtables": "4.0.11", "@adobe/micromark-extension-gridtables": "2.0.3" } }, - "node_modules/@adobe/remark-gridtables/node_modules/@adobe/mdast-util-gridtables": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.10.tgz", - "integrity": "sha512-zcVvgb5zj5TRqDPaiKwl3ZZnpSaFRtkdRqiSLs6nps5NZPcndB5sAhpt0b1DFzRU9Xff/oog9SrZ7Khjmx6BnA==", - "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/@asamuzakjp/css-color": { "version": "2.8.3", "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-2.8.3.tgz", diff --git a/package.json b/package.json index f5b07944..93272ae2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@adobe/helix-markdown-support": "7.1.12", "@adobe/helix-shared-utils": "3.0.2", "@adobe/mdast-util-gridtables": "4.0.11", - "@adobe/remark-gridtables": "3.0.11", + "@adobe/remark-gridtables": "3.0.12", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0", "hast-util-select": "6.0.4",