From a37c2ced57c9059d49d18a470669829ec5544783 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 14:23:39 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/mdast-util-gridtables to v4.0.10 --- package-lock.json | 25 +++++++++++++++++++------ package.json | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba8a9e8e..4a3cd324 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@adobe/helix-html-pipeline", - "version": "6.20.3", + "version": "6.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "6.20.3", + "version": "6.21.0", "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.9", + "@adobe/mdast-util-gridtables": "4.0.10", "@adobe/remark-gridtables": "3.0.9", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0", @@ -124,9 +124,9 @@ } }, "node_modules/@adobe/mdast-util-gridtables": { - "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==", + "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", @@ -157,6 +157,19 @@ "@adobe/micromark-extension-gridtables": "2.0.2" } }, + "node_modules/@adobe/remark-gridtables/node_modules/@adobe/mdast-util-gridtables": { + "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", + "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.2", "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-2.8.2.tgz", diff --git a/package.json b/package.json index 48265fe6..1dac4737 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dependencies": { "@adobe/helix-markdown-support": "7.1.12", "@adobe/helix-shared-utils": "3.0.2", - "@adobe/mdast-util-gridtables": "4.0.9", + "@adobe/mdast-util-gridtables": "4.0.10", "@adobe/remark-gridtables": "3.0.9", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0",