Skip to content

Commit 7558b7b

Browse files
Merge pull request #902 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.0.0-rc.20
chore(deps-dev): bump vitepress from 1.0.0-rc.15 to 1.0.0-rc.20
2 parents a82287a + aabe455 commit 7558b7b

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ts-jest": "^29.0.3",
5555
"ts-node": "^10.3.0",
5656
"typescript": "^5.0.2",
57-
"vitepress": "1.0.0-rc.15"
57+
"vitepress": "1.0.0-rc.20"
5858
},
5959
"eslintConfig": {
6060
"env": {

Diff for: yarn.lock

+23-4
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,24 @@
11401140
dependencies:
11411141
"@types/node" "*"
11421142

1143+
"@types/linkify-it@*":
1144+
version "3.0.3"
1145+
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.3.tgz#15a0712296c5041733c79efe233ba17ae5a7587b"
1146+
integrity sha512-pTjcqY9E4nOI55Wgpz7eiI8+LzdYnw3qxXCfHyBDdPbYvbyLgWLJGh8EdPvqawwMK1Uo1794AUkkR38Fr0g+2g==
1147+
1148+
"@types/markdown-it@^13.0.1":
1149+
version "13.0.1"
1150+
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-13.0.1.tgz#2f45bd54315f5db2d9bd909ec7fd4d994cf75df4"
1151+
integrity sha512-SUEb8Frsxs3D5Gg9xek6i6EG6XQ5s+O+ZdQzIPESZVZw3Pv3CPQfjCJBI+RgqZd1IBeu18S0Rn600qpPnEK37w==
1152+
dependencies:
1153+
"@types/linkify-it" "*"
1154+
"@types/mdurl" "*"
1155+
1156+
"@types/mdurl@*":
1157+
version "1.0.2"
1158+
resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.2.tgz#e2ce9d83a613bacf284c7be7d491945e39e1f8e9"
1159+
integrity sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==
1160+
11431161
"@types/minimatch@^3.0.3":
11441162
version "3.0.5"
11451163
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
@@ -5606,13 +5624,14 @@ vite@^4.4.9:
56065624
optionalDependencies:
56075625
fsevents "~2.3.2"
56085626

5609-
5610-
version "1.0.0-rc.15"
5611-
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0-rc.15.tgz#a0810e91ed2bb6000ea78c084a7263d7519840de"
5612-
integrity sha512-5criiHoEibkT/du7t6wQ2xQVsuTNuirQZbMAi0M9Hp0YzJoJvEX68Ej9p2PtNC84bYb/CxAh5QkMtMutk03lHw==
5627+
5628+
version "1.0.0-rc.20"
5629+
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0-rc.20.tgz#a5570f929c52cef010da26039cf9122c11e160a1"
5630+
integrity sha512-CykMUJ8JLxLcGWek0ew3wln4RYbsOd1+0YzXITTpajggpynm2S331TNkJVOkHrMRc6GYe3y4pS40GfgcW0ZwAw==
56135631
dependencies:
56145632
"@docsearch/css" "^3.5.2"
56155633
"@docsearch/js" "^3.5.2"
5634+
"@types/markdown-it" "^13.0.1"
56165635
"@vue/devtools-api" "^6.5.0"
56175636
"@vueuse/core" "^10.4.1"
56185637
"@vueuse/integrations" "^10.4.1"

0 commit comments

Comments
 (0)