From e6d0757bd4f4f68cc96c67f9acc06cfbc666cc7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 09:39:56 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/remark-gridtables to v3.0.14 --- package-lock.json | 42 +++++++++--------------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bed15e8..91f8514f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@adobe/helix-html-pipeline", - "version": "6.25.3", + "version": "6.25.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "6.25.3", + "version": "6.25.4", "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.13", - "@adobe/remark-gridtables": "3.0.13", + "@adobe/remark-gridtables": "3.0.14", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0", "hast-util-select": "6.0.4", @@ -135,7 +135,7 @@ "unist-util-visit": "5.0.0" } }, - "node_modules/@adobe/mdast-util-gridtables/node_modules/@adobe/micromark-extension-gridtables": { + "node_modules/@adobe/micromark-extension-gridtables": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@adobe/micromark-extension-gridtables/-/micromark-extension-gridtables-2.0.4.tgz", "integrity": "sha512-mzyRI2d0StuUv75VFnffYsHXRUo8J9RlK1EvjfmgHahwda1gNwe1Fqh4AYEZSWChf1HD/QBRcL6hEnxj9hedMg==", @@ -146,38 +146,14 @@ "micromark-util-symbol": "^2.0.0" } }, - "node_modules/@adobe/micromark-extension-gridtables": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@adobe/micromark-extension-gridtables/-/micromark-extension-gridtables-2.0.3.tgz", - "integrity": "sha512-ybsfEkT7aaWezTrekZYFUNV5RQkZXMaEMAc7NhBLTSCS7fuebaxILO/kwxvmjVEq8/JfnRD71fo6eJLp5ps8lA==", - "license": "Apache-2.0", - "dependencies": { - "micromark": "^4.0.0", - "micromark-util-character": "^2.0.0", - "micromark-util-symbol": "^2.0.0" - } - }, "node_modules/@adobe/remark-gridtables": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.13.tgz", - "integrity": "sha512-pI8hiBB3pMD5jiRJHeQTOB1bSGA+eJpKH6kHRYoXmgzen2D32Eu29/YVLU5OS55dgY5sqPNW205BK6PM/bVfcg==", + "version": "3.0.14", + "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.14.tgz", + "integrity": "sha512-XRVrc3o01zCdvUDiYMPNaYkeUeHocjz65Manqa9cHk1cz2hUYto+aVEiGJzf2ctKZtw1Onov26+BUyheEmn3rg==", "license": "Apache-2.0", "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.12", - "@adobe/micromark-extension-gridtables": "2.0.3" - } - }, - "node_modules/@adobe/remark-gridtables/node_modules/@adobe/mdast-util-gridtables": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.12.tgz", - "integrity": "sha512-GAyEiWlVsjIiZM/0vi6thKBKBa1J0ZLy7hBqEIAhk2xPBPiTwzA8/lkJmPqKFPFwq7fOr+tiNoQvv9id246A4A==", - "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" + "@adobe/mdast-util-gridtables": "4.0.13", + "@adobe/micromark-extension-gridtables": "2.0.4" } }, "node_modules/@asamuzakjp/css-color": { diff --git a/package.json b/package.json index 6a300ee4..6a285ca5 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.13", - "@adobe/remark-gridtables": "3.0.13", + "@adobe/remark-gridtables": "3.0.14", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0", "hast-util-select": "6.0.4",