From 310ac4dd42188dc2e17a0c6f43e5da367836efe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 22:40:46 +0000 Subject: [PATCH] chore(deps): update dependency @adobe/remark-gridtables to v3.0.16 --- package-lock.json | 40 +++++++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 32 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83515d6..64ff136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "3.0.15", - "@adobe/remark-gridtables": "3.0.15", + "@adobe/remark-gridtables": "3.0.16", "@eslint/config-helpers": "0.5.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -117,19 +117,41 @@ } }, "node_modules/@adobe/mdast-util-gridtables": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.14.tgz", - "integrity": "sha512-qBXNrWsVyejpqjcZyK7Z0IxHQ2Rhed7DaoiGU9dIJtxVpq5BbTReIq9Nc+373HxJnB36qIO57YKoIop2MAqDwg==", + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.15.tgz", + "integrity": "sha512-MllmezhRuVH+fhtU/9dMtG32rE/NFy6L894Hta5oP109AYma5Q4ZH0qiZGDsgJ90AXmeeuzvWKv1bfa+f9/uFg==", "dev": true, "license": "Apache-2.0", "dependencies": { "@adobe/micromark-extension-gridtables": "^2.0.4", "mdast-util-from-markdown": "2.0.2", - "mdast-util-to-hast": "13.2.0", + "mdast-util-to-hast": "13.2.1", "mdast-util-to-markdown": "2.1.2", "unist-util-visit": "5.0.0" } }, + "node_modules/@adobe/mdast-util-gridtables/node_modules/mdast-util-to-hast": { + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz", + "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "@ungap/structured-clone": "^1.0.0", + "devlop": "^1.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "trim-lines": "^3.0.0", + "unist-util-position": "^5.0.0", + "unist-util-visit": "^5.0.0", + "vfile": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "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", @@ -143,13 +165,13 @@ } }, "node_modules/@adobe/remark-gridtables": { - "version": "3.0.15", - "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.15.tgz", - "integrity": "sha512-WJkRv5Ws8c5jzCVj8tXn/Ib186uetP/IfwPknYUf0wsKpLfUP4a+SLVFSufKqZQIclETGxDITGbD/stIIhK/0A==", + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.16.tgz", + "integrity": "sha512-V5Ai1A2jr+fiziRBB9LxUYiEI7xhAoF0ZMzeMwDbjLe4ULoMScH1tffSbCtFU9gKnPNcTF9OJdkZizHCslTj3Q==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.14", + "@adobe/mdast-util-gridtables": "4.0.15", "@adobe/micromark-extension-gridtables": "2.0.4" } }, diff --git a/package.json b/package.json index e2f33f2..15b4bc7 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "3.0.15", - "@adobe/remark-gridtables": "3.0.15", + "@adobe/remark-gridtables": "3.0.16", "@eslint/config-helpers": "0.5.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1",