Skip to content

Commit

Permalink
build(deps): bump hast-util-is-element from 2.1.3 to 3.0.0
Browse files Browse the repository at this point in the history
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](syntax-tree/hast-util-is-element@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent c4239e2 commit 6102519
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"docusaurus-plugin-sass": "^0.2.3",
"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",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -4858,12 +4865,12 @@ hast-util-from-parse5@^6.0.0:
vfile-location "^3.2.0"
web-namespaces "^1.0.0"

[email protected]:
version "2.1.3"
resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz#cd3279cfefb70da6d45496068f020742256fc471"
[email protected]:
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"
Expand Down

0 comments on commit 6102519

Please sign in to comment.