File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "vuepress" : " ^1.8.2"
3
+ "vuepress" : " ^1.8.2" ,
4
+ "glob-parent" : " ^5.1.2" ,
5
+ "normalize-url" : " ^4.5.1"
4
6
},
5
7
"scripts" : {
6
8
"docs:dev" : " vuepress dev docs" ,
Original file line number Diff line number Diff line change @@ -3642,7 +3642,7 @@ glob-parent@^3.1.0:
3642
3642
is-glob "^3.1.0"
3643
3643
path-dirname "^1.0.0"
3644
3644
3645
- glob-parent@~5.1.0 :
3645
+ glob-parent@^5.1.2, glob-parent@ ~5.1.0 :
3646
3646
version "5.1.2"
3647
3647
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
3648
3648
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -5254,6 +5254,11 @@ normalize-url@^4.1.0:
5254
5254
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
5255
5255
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
5256
5256
5257
+ normalize-url@^4.5.1 :
5258
+ version "4.5.1"
5259
+ resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a"
5260
+ integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
5261
+
5257
5262
npm-run-path@^2.0.0 :
5258
5263
version "2.0.2"
5259
5264
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
You can’t perform that action at this time.
0 commit comments