From a56aceb0059ee2d2cf81f8ec769dee5f70e65dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 19:24:33 +0000 Subject: [PATCH] Bump mdast-util-from-markdown from 1.0.4 to 1.1.1 Bumps [mdast-util-from-markdown](https://github.com/syntax-tree/mdast-util-from-markdown) from 1.0.4 to 1.1.1. - [Release notes](https://github.com/syntax-tree/mdast-util-from-markdown/releases) - [Commits](https://github.com/syntax-tree/mdast-util-from-markdown/compare/1.0.4...1.1.1) --- updated-dependencies: - dependency-name: mdast-util-from-markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01e1bb86e4d8..803feddac804 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "lodash-es": "^4.17.21", "lunr": "^2.3.9", "lunr-languages": "^1.9.0", - "mdast-util-from-markdown": "^1.0.4", + "mdast-util-from-markdown": "^1.1.1", "mdast-util-to-string": "^3.1.0", "morgan": "^1.10.0", "next": "^11.1.2", @@ -15804,9 +15804,9 @@ } }, "node_modules/mdast-util-from-markdown": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.0.4.tgz", - "integrity": "sha512-BlL42o885QO+6o43ceoc6KBdp/bi9oYyamj0hUbeu730yhP1WDC7m2XYSBfmQkOb0TdoHSAJ3de3SMqse69u+g==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.1.1.tgz", + "integrity": "sha512-vbyjZgUlmRv8AaggCkgXF2zuRRoRtLYJt6G1tALZCW4q5VFedSgAe2QXeNTkoPBhvc5MZk6j93fcoCQqgxL4Hg==", "dependencies": { "@types/mdast": "^3.0.0", "@types/unist": "^2.0.0", @@ -37713,9 +37713,9 @@ } }, "mdast-util-from-markdown": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.0.4.tgz", - "integrity": "sha512-BlL42o885QO+6o43ceoc6KBdp/bi9oYyamj0hUbeu730yhP1WDC7m2XYSBfmQkOb0TdoHSAJ3de3SMqse69u+g==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.1.1.tgz", + "integrity": "sha512-vbyjZgUlmRv8AaggCkgXF2zuRRoRtLYJt6G1tALZCW4q5VFedSgAe2QXeNTkoPBhvc5MZk6j93fcoCQqgxL4Hg==", "requires": { "@types/mdast": "^3.0.0", "@types/unist": "^2.0.0", diff --git a/package.json b/package.json index ea47e2348ba7..c363f3f8d3ca 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "lodash-es": "^4.17.21", "lunr": "^2.3.9", "lunr-languages": "^1.9.0", - "mdast-util-from-markdown": "^1.0.4", + "mdast-util-from-markdown": "^1.1.1", "mdast-util-to-string": "^3.1.0", "morgan": "^1.10.0", "next": "^11.1.2",