diff --git a/package-lock.json b/package-lock.json index b7d8745..53fe6ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.4", "license": "Apache-2.0", "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.4", + "@adobe/mdast-util-gridtables": "4.0.5", "@adobe/micromark-extension-gridtables": "2.0.2" }, "devDependencies": { @@ -46,12 +46,13 @@ } }, "node_modules/@adobe/mdast-util-gridtables": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@adobe/mdast-util-gridtables/-/mdast-util-gridtables-4.0.4.tgz", - "integrity": "sha512-clmC66bmhyAKPlaT15tkl1/LlpRwSbkVG58PYsJtv61MYr+eAhl1RbyX5BTZKTagxb0vVgpORs8ps9RkgHMKgw==", + "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==", + "license": "Apache-2.0", "dependencies": { "@adobe/micromark-extension-gridtables": "^2.0.0", - "mdast-util-from-markdown": "2.0.0", + "mdast-util-from-markdown": "2.0.1", "mdast-util-to-hast": "13.1.0", "mdast-util-to-markdown": "2.1.0", "unist-util-visit": "5.0.0" @@ -4402,9 +4403,10 @@ } }, "node_modules/mdast-util-from-markdown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz", - "integrity": "sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz", + "integrity": "sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==", + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", diff --git a/package.json b/package.json index d5d266e..a120ff5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "dependencies": { - "@adobe/mdast-util-gridtables": "4.0.4", + "@adobe/mdast-util-gridtables": "4.0.5", "@adobe/micromark-extension-gridtables": "2.0.2" }, "devDependencies": {