Skip to content

Commit 25dba85

Browse files
committed
Address dependabot issues
1 parent 0dc8f91 commit 25dba85

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"devDependencies": {
3-
"vuepress": "^1.8.2"
3+
"vuepress": "^1.8.2",
4+
"glob-parent": "^5.1.2",
5+
"normalize-url": "^4.5.1"
46
},
57
"scripts": {
68
"docs:dev": "vuepress dev docs",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -3642,7 +3642,7 @@ glob-parent@^3.1.0:
36423642
is-glob "^3.1.0"
36433643
path-dirname "^1.0.0"
36443644

3645-
glob-parent@~5.1.0:
3645+
glob-parent@^5.1.2, glob-parent@~5.1.0:
36463646
version "5.1.2"
36473647
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
36483648
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -5254,6 +5254,11 @@ normalize-url@^4.1.0:
52545254
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
52555255
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
52565256

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+
52575262
npm-run-path@^2.0.0:
52585263
version "2.0.2"
52595264
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"

0 commit comments

Comments
 (0)