From 78e45eb21f44da8f33bfba27758e32b2997d8b4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 09:40:05 +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 904764c3..4968020a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@adobe/helix-html-pipeline", - "version": "5.14.15", + "version": "5.14.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "5.14.15", + "version": "5.14.16", "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", "cookie": "1.0.2", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0", @@ -136,7 +136,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==", @@ -147,38 +147,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 12361dc2..8b3fec98 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,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", "cookie": "1.0.2", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0",