From ee4727fc26870e5a85136106404f9eeb5db0205e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 21:43:04 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/mdast-util-gridtables to v4.0.6 (#101) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 21 +++++++++++---------- package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53fe6ff..38b11ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@adobe/remark-gridtables", - "version": "3.0.4", + "version": "3.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/remark-gridtables", - "version": "3.0.4", + "version": "3.0.5", "license": "Apache-2.0", "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.5", + "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/micromark-extension-gridtables": "2.0.2" }, "devDependencies": { @@ -46,14 +46,14 @@ } }, "node_modules/@adobe/mdast-util-gridtables": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.5.tgz", - "integrity": "sha512-iH5MTd90MhDgM6eZxIHLhkqnFi+8YB6FbQ8GdBYyhdUevk4FG4tLD8f1JLhMS4SW0CiFZL8XSZNZR/FmQtb58w==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.6.tgz", + "integrity": "sha512-wRc29Wc5h1pV6SUP5NdiV3ey/x6ov+ok70VLRr+4E7xd3tZ45+wc/3OLxrkiX2ypk/LYfa5GYuShg6K4/5Fprw==", "license": "Apache-2.0", "dependencies": { "@adobe/micromark-extension-gridtables": "^2.0.0", "mdast-util-from-markdown": "2.0.1", - "mdast-util-to-hast": "13.1.0", + "mdast-util-to-hast": "13.2.0", "mdast-util-to-markdown": "2.1.0", "unist-util-visit": "5.0.0" } @@ -4546,9 +4546,10 @@ } }, "node_modules/mdast-util-to-hast": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.1.0.tgz", - "integrity": "sha512-/e2l/6+OdGp/FB+ctrJ9Avz71AN/GRH3oi/3KAx/kMnoUsD6q0woXlDT8lLEeViVKE7oZxE7RXzvO3T8kF2/sA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", + "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", diff --git a/package.json b/package.json index 38fd220..1203074 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.5", + "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/micromark-extension-gridtables": "2.0.2" }, "devDependencies": {