From da9c86a83122692cea0b32633a53364606bcfcb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:42:09 +0000 Subject: [PATCH] fix(deps): update adobe fixes --- package-lock.json | 27 ++++++++++++++------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3aa9667d..8681d5f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "dependencies": { "@adobe/helix-markdown-support": "7.1.6", "@adobe/helix-shared-utils": "3.0.2", - "@adobe/mdast-util-gridtables": "4.0.7", - "@adobe/remark-gridtables": "3.0.7", + "@adobe/mdast-util-gridtables": "4.0.8", + "@adobe/remark-gridtables": "3.0.8", "cookie": "1.0.1", "github-slugger": "2.0.0", "hast-util-raw": "9.0.4", @@ -124,15 +124,15 @@ } }, "node_modules/@adobe/mdast-util-gridtables": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.7.tgz", - "integrity": "sha512-cVapzbpNN+h05FEk7IDOePLAMiIquwlVwz6ORPhmKz4K35cqSwcvhrAaFj6HxSmBPzhLTALQTb+ZdDrhHfeLug==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.8.tgz", + "integrity": "sha512-cUNlMk8sAUqV8qSDTYPDgzexbAsopC9o4nfUEn0sN+REIu81q65lGOm+psftZzH5/HVgLMu4dODMf6ddjKmOig==", "license": "Apache-2.0", "dependencies": { "@adobe/micromark-extension-gridtables": "^2.0.0", "mdast-util-from-markdown": "2.0.2", "mdast-util-to-hast": "13.2.0", - "mdast-util-to-markdown": "2.1.0", + "mdast-util-to-markdown": "2.1.2", "unist-util-visit": "5.0.0" } }, @@ -148,12 +148,12 @@ } }, "node_modules/@adobe/remark-gridtables": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.7.tgz", - "integrity": "sha512-H/WnioIpsRncPTaZBWnVXEokQ+w/FtdO+lDiONOnrl4ehQbqygK/epkwG/6ness+H9dvdLgqVXY15XOKMVyKqw==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@adobe/remark-gridtables/-/remark-gridtables-3.0.8.tgz", + "integrity": "sha512-8ralSRizEPWpy4vKVNmNn8VaTeXaUAhqLoxctqUldz9qzfXrs8NAkIM1HmNRhccn6PhPEkqoJE2LUDN0Lr025g==", "license": "Apache-2.0", "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.7", + "@adobe/mdast-util-gridtables": "4.0.8", "@adobe/micromark-extension-gridtables": "2.0.2" } }, @@ -6395,9 +6395,9 @@ } }, "node_modules/mdast-util-to-markdown": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.0.tgz", - "integrity": "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz", + "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==", "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", @@ -6405,6 +6405,7 @@ "longest-streak": "^3.0.0", "mdast-util-phrasing": "^4.0.0", "mdast-util-to-string": "^4.0.0", + "micromark-util-classify-character": "^2.0.0", "micromark-util-decode-string": "^2.0.0", "unist-util-visit": "^5.0.0", "zwitch": "^2.0.0" diff --git a/package.json b/package.json index 639cc119..499c7c37 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "dependencies": { "@adobe/helix-markdown-support": "7.1.6", "@adobe/helix-shared-utils": "3.0.2", - "@adobe/mdast-util-gridtables": "4.0.7", - "@adobe/remark-gridtables": "3.0.7", + "@adobe/mdast-util-gridtables": "4.0.8", + "@adobe/remark-gridtables": "3.0.8", "cookie": "1.0.1", "github-slugger": "2.0.0", "hast-util-raw": "9.0.4",