From b0a6f363eab9a945f144a30ac14117d17ac652be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:34:43 +0000 Subject: [PATCH] build(deps): bump hast-util-is-element from 2.1.3 to 3.0.0 Bumps [hast-util-is-element](https://github.com/syntax-tree/hast-util-is-element) from 2.1.3 to 3.0.0. - [Release notes](https://github.com/syntax-tree/hast-util-is-element/releases) - [Commits](https://github.com/syntax-tree/hast-util-is-element/compare/2.1.3...3.0.0) --- updated-dependencies: - dependency-name: hast-util-is-element dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 097ef2b7b9e..01e44d69140 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@mdx-js/react": "^1.6.22", "clsx": "^1.2.1", "docusaurus-plugin-sass": "^0.2.5", - "hast-util-is-element": "2.1.3", + "hast-util-is-element": "3.0.0", "mdx-mermaid": "^1.3.2", "mermaid": "^9.3.0", "prism-react-renderer": "^1.3.5", diff --git a/yarn.lock b/yarn.lock index 41bf22bfb0c..e97f5a51dcb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2346,6 +2346,13 @@ dependencies: "@types/unist" "*" +"@types/hast@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.0.tgz#47ebd2892a623fa7e517ba392834880ff288475e" + integrity sha512-SoytUJRuf68HXYqcXicQIhCrLQjqeYU2anikr4G3p3Iz+OZO5QDQpDj++gv+RenHsnUBwNZ2dumBArF8VLSk2Q== + dependencies: + "@types/unist" "*" + "@types/history@^4.7.11": version "4.7.11" resolved "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz" @@ -4859,12 +4866,12 @@ hast-util-from-parse5@^6.0.0: vfile-location "^3.2.0" web-namespaces "^1.0.0" -hast-util-is-element@2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz#cd3279cfefb70da6d45496068f020742256fc471" +hast-util-is-element@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz#6e31a6532c217e5b533848c7e52c9d9369ca0932" + integrity sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g== dependencies: - "@types/hast" "^2.0.0" - "@types/unist" "^2.0.0" + "@types/hast" "^3.0.0" hast-util-is-element@^1.0.0: version "1.1.0"