From 550ffb0a71df850f8aa39f697a2af82077e618c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 14:31:10 +0000 Subject: [PATCH] fix(deps): update adobe fixes --- package-lock.json | 22 +++++++++++----------- package.json | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2672330..f0c1a6ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@adobe/helix-html-pipeline", - "version": "5.14.13", + "version": "5.14.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "5.14.13", + "version": "5.14.14", "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.12", + "@adobe/mdast-util-gridtables": "4.0.12", + "@adobe/remark-gridtables": "3.0.13", "cookie": "1.0.2", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0", @@ -124,9 +124,9 @@ } }, "node_modules/@adobe/mdast-util-gridtables": { - "version": "4.0.11", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.11.tgz", - "integrity": "sha512-5FFJITNedtO/x0WForeTcIc0RQ75QYD1dElrcNEwd0fxyRxsdieJNrKJVdrT2+6Osk/gWozm4HJ73Iv7iGByfg==", + "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", @@ -148,12 +148,12 @@ } }, "node_modules/@adobe/remark-gridtables": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.12.tgz", - "integrity": "sha512-TsRa1BNMZTBfgHswgJHMHq6ICEMzC5GkWoznfmA8ZfmZC5A6cxWC31IK27/TTYFAjTB/C7MM3WiB/qG1PuwYcA==", + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.13.tgz", + "integrity": "sha512-pI8hiBB3pMD5jiRJHeQTOB1bSGA+eJpKH6kHRYoXmgzen2D32Eu29/YVLU5OS55dgY5sqPNW205BK6PM/bVfcg==", "license": "Apache-2.0", "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.11", + "@adobe/mdast-util-gridtables": "4.0.12", "@adobe/micromark-extension-gridtables": "2.0.3" } }, diff --git a/package.json b/package.json index 2431ac9d..316e345e 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "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.12", + "@adobe/mdast-util-gridtables": "4.0.12", + "@adobe/remark-gridtables": "3.0.13", "cookie": "1.0.2", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0",