Skip to content

Commit 89c1587

Browse files
authored
Merge pull request #484 from ocaml-gospel/dependabot/npm_and_yarn/docs/hast-util-is-element-3.0.0
Bump hast-util-is-element from 2.1.3 to 3.0.0 in /docs
2 parents 5310e35 + 2b52876 commit 89c1587

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@svgr/webpack": "^6.5.1",
2121
"clsx": "^1.2.1",
2222
"file-loader": "^6.2.0",
23-
"hast-util-is-element": "2.1.3",
23+
"hast-util-is-element": "3.0.0",
2424
"prism-react-renderer": "^1.3.5",
2525
"react": "^17.0.1",
2626
"react-dom": "^17.0.1",

docs/yarn.lock

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,6 +1934,13 @@
19341934
dependencies:
19351935
"@types/unist" "^2"
19361936

1937+
"@types/hast@^3.0.0":
1938+
version "3.0.4"
1939+
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
1940+
integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
1941+
dependencies:
1942+
"@types/unist" "*"
1943+
19371944
"@types/history@^4.7.11":
19381945
version "4.7.11"
19391946
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
@@ -2123,6 +2130,11 @@
21232130
dependencies:
21242131
"@types/node" "*"
21252132

2133+
"@types/unist@*":
2134+
version "3.0.3"
2135+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
2136+
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
2137+
21262138
"@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
21272139
version "2.0.11"
21282140
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
@@ -4246,13 +4258,12 @@ hast-util-from-parse5@^6.0.0:
42464258
vfile-location "^3.2.0"
42474259
web-namespaces "^1.0.0"
42484260

4249-
hast-util-is-element@2.1.3:
4250-
version "2.1.3"
4251-
resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz#cd3279cfefb70da6d45496068f020742256fc471"
4252-
integrity sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==
4261+
hast-util-is-element@3.0.0:
4262+
version "3.0.0"
4263+
resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz#6e31a6532c217e5b533848c7e52c9d9369ca0932"
4264+
integrity sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==
42534265
dependencies:
4254-
"@types/hast" "^2.0.0"
4255-
"@types/unist" "^2.0.0"
4266+
"@types/hast" "^3.0.0"
42564267

42574268
hast-util-is-element@^1.0.0:
42584269
version "1.1.0"

0 commit comments

Comments
 (0)