diff --git a/package.json b/package.json index 7e93b1c7b..205fb44ea 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "clsx": "^2.0.0", "docusaurus-plugin-sass": "^0.2.5", "file-loader": "^6.2.0", - "hast-util-is-element": "2.1.3", + "hast-util-is-element": "3.0.0", "prism-react-renderer": "^2.0.6", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/yarn.lock b/yarn.lock index a763e3787..559ce4166 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2124,6 +2124,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.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64" @@ -4425,7 +4432,14 @@ hast-util-from-parse5@^7.0.0: vfile-location "^4.0.0" web-namespaces "^2.0.0" -hast-util-is-element@2.1.3, hast-util-is-element@^2.0.0: +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" "^3.0.0" + +hast-util-is-element@^2.0.0: version "2.1.3" resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz#cd3279cfefb70da6d45496068f020742256fc471" integrity sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==