From 67c22e12afd58d66efa7ca3dc71b551eff4d0f51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 11:42:29 +0200 Subject: [PATCH] fix(deps): update dependency @adobe/mdast-util-gridtables to v2.0.1 (#346) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 58 +++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 52 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f7066e3..204e3e33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@adobe/helix-html-pipeline", - "version": "3.11.18", + "version": "3.11.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-html-pipeline", - "version": "3.11.18", + "version": "3.11.19", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "6.1.3", "@adobe/helix-shared-utils": "3.0.0", - "@adobe/mdast-util-gridtables": "2.0.0", + "@adobe/mdast-util-gridtables": "2.0.1", "@adobe/remark-gridtables": "1.0.4", "cookie": "0.5.0", "github-slugger": "2.0.0", @@ -160,17 +160,61 @@ } }, "node_modules/@adobe/mdast-util-gridtables": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-2.0.0.tgz", - "integrity": "sha512-lRRFbYDr9FMjYkrPvpyOl3HPpVt4WaSkgr9KdCVPyM3dst+ipd568BPKMKxlr6xqxZwwJmYgoQStK6c0kHvqEQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-2.0.1.tgz", + "integrity": "sha512-fJ9i+y9+8EiQli0fNLbGX+0mJvvzJKbk6r3eRpkNjSwKr9A+RumkIOmJ0ePEUCz2fcvnGY2TRXzcx/jbfuBZnA==", "dependencies": { "@adobe/micromark-extension-gridtables": "^2.0.0", "mdast-util-from-markdown": "2.0.0", "mdast-util-to-hast": "12.3.0", - "mdast-util-to-markdown": "1.5.0", + "mdast-util-to-markdown": "2.0.0", "unist-util-visit": "5.0.0" } }, + "node_modules/@adobe/mdast-util-gridtables/node_modules/mdast-util-phrasing": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.0.0.tgz", + "integrity": "sha512-xadSsJayQIucJ9n053dfQwVu1kuXg7jCTdYsMK8rqzKZh52nLfSH/k0sAxE0u+pj/zKZX+o5wB+ML5mRayOxFA==", + "dependencies": { + "@types/mdast": "^4.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/@adobe/mdast-util-gridtables/node_modules/mdast-util-to-markdown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.0.0.tgz", + "integrity": "sha512-Ov3aWCYpb31/SkHNRlREvSZsF9ETBW/rXw4PooawZO8qy2MviDq4TI6kxX6zFmGa/zUX36STKIC/IpASQk596w==", + "dependencies": { + "@types/mdast": "^4.0.0", + "@types/unist": "^3.0.0", + "longest-streak": "^3.0.0", + "mdast-util-phrasing": "^4.0.0", + "mdast-util-to-string": "^4.0.0", + "micromark-util-decode-string": "^2.0.0", + "unist-util-visit": "^5.0.0", + "zwitch": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/@adobe/mdast-util-gridtables/node_modules/unist-util-is": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/@adobe/micromark-extension-gridtables": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@adobe/micromark-extension-gridtables/-/micromark-extension-gridtables-2.0.0.tgz", diff --git a/package.json b/package.json index e670dc12..cf7cc76a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dependencies": { "@adobe/helix-markdown-support": "6.1.3", "@adobe/helix-shared-utils": "3.0.0", - "@adobe/mdast-util-gridtables": "2.0.0", + "@adobe/mdast-util-gridtables": "2.0.1", "@adobe/remark-gridtables": "1.0.4", "cookie": "0.5.0", "github-slugger": "2.0.0",