From 995ac05e95017b78d5fb8981728028dfa646aa82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:01:21 +0000 Subject: [PATCH] fix(deps): update external fixes --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index f34e106..a10c32b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.6", "license": "Apache-2.0", "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.6", + "@adobe/mdast-util-gridtables": "4.0.7", "@adobe/micromark-extension-gridtables": "2.0.2" }, "devDependencies": { @@ -31,7 +31,7 @@ "remark-parse": "11.0.0", "remark-rehype": "11.1.1", "remark-stringify": "11.0.0", - "semantic-release": "24.1.3", + "semantic-release": "24.2.0", "unified": "11.0.5", "unist-util-visit": "5.0.0" } @@ -46,13 +46,13 @@ } }, "node_modules/@adobe/mdast-util-gridtables": { - "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==", + "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==", "license": "Apache-2.0", "dependencies": { "@adobe/micromark-extension-gridtables": "^2.0.0", - "mdast-util-from-markdown": "2.0.1", + "mdast-util-from-markdown": "2.0.2", "mdast-util-to-hast": "13.2.0", "mdast-util-to-markdown": "2.1.0", "unist-util-visit": "5.0.0" @@ -4712,9 +4712,9 @@ } }, "node_modules/mdast-util-from-markdown": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz", - "integrity": "sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", + "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==", "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", @@ -9327,9 +9327,9 @@ "dev": true }, "node_modules/semantic-release": { - "version": "24.1.3", - "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.1.3.tgz", - "integrity": "sha512-Cb0Pm3Ye15u8k/B+7EnusMUSIIucAIEBD3QDRmmclv53KVyqmg1Lb3XPx0AMNxfJZEI+ZT+M+IXDyTrudK6Rew==", + "version": "24.2.0", + "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-24.2.0.tgz", + "integrity": "sha512-fQfn6e/aYToRtVJYKqneFM1Rg3KP2gh3wSWtpYsLlz6uaPKlISrTzvYAFn+mYWo07F0X1Cz5ucU89AVE8X1mbg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 81a4e31..ce44fed 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.6", + "@adobe/mdast-util-gridtables": "4.0.7", "@adobe/micromark-extension-gridtables": "2.0.2" }, "devDependencies": { @@ -55,7 +55,7 @@ "remark-parse": "11.0.0", "remark-rehype": "11.1.1", "remark-stringify": "11.0.0", - "semantic-release": "24.1.3", + "semantic-release": "24.2.0", "unified": "11.0.5", "unist-util-visit": "5.0.0" },