From 6d7c9c0729aea3512d7c1654d88f15afcf59fc46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:56:39 +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 a7f1310e..ba5022bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@adobe/helix-html-pipeline", - "version": "5.14.6", + "version": "5.14.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "5.14.6", + "version": "5.14.7", "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/remark-gridtables": "3.0.9", + "@adobe/mdast-util-gridtables": "4.0.10", + "@adobe/remark-gridtables": "3.0.10", "cookie": "1.0.2", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0", @@ -125,9 +125,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", @@ -149,12 +149,12 @@ } }, "node_modules/@adobe/remark-gridtables": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.9.tgz", - "integrity": "sha512-XDCKh77+vSnHqzVSH/f6e5EzjCeN/p+0Ikv9q4jqQxuYP5Su93U/b/VAg+M2xIk9eKsBwRrsZn+uzfIgR79ArQ==", + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.10.tgz", + "integrity": "sha512-l71b+2KrN/3qbuJXpjkr5NUnT7J/dcKiD9lxmjfZPfh3Y8jenjqXkmdvpugehOAIWK9325wZbm7XtPih9HHcEA==", "license": "Apache-2.0", "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.9", + "@adobe/mdast-util-gridtables": "4.0.10", "@adobe/micromark-extension-gridtables": "2.0.2" } }, diff --git a/package.json b/package.json index 8de1b978..ea6b3f1b 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.9", - "@adobe/remark-gridtables": "3.0.9", + "@adobe/mdast-util-gridtables": "4.0.10", + "@adobe/remark-gridtables": "3.0.10", "cookie": "1.0.2", "github-slugger": "2.0.0", "hast-util-raw": "9.1.0",