Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
0612060c
Unverified
Commit
0612060c
authored
3 years ago
by
Luiz Aoqui
Browse files
Options
Download
Email Patches
Plain Diff
ui: upgrade glob 4.5.3 -> 7.2.0
parent
dbfeefb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ui/package.json
+1
-1
ui/package.json
ui/yarn.lock
+2
-19
ui/yarn.lock
with
3 additions
and
20 deletions
+3
-20
ui/package.json
+
1
-
1
View file @
0612060c
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
"faker"
:
"^4.1.0"
,
"faker"
:
"^4.1.0"
,
"flat"
:
"^5.0.2"
,
"flat"
:
"^5.0.2"
,
"fuse.js"
:
"^3.4.4"
,
"fuse.js"
:
"^3.4.4"
,
"glob"
:
"^
4.0.5
"
,
"glob"
:
"^
7.2.0
"
,
"http-proxy"
:
"^1.1.6"
,
"http-proxy"
:
"^1.1.6"
,
"husky"
:
"^4.2.5"
,
"husky"
:
"^4.2.5"
,
"is-ip"
:
"^3.1.0"
,
"is-ip"
:
"^3.1.0"
,
...
...
This diff is collapsed.
Click to expand it.
ui/yarn.lock
+
2
-
19
View file @
0612060c
...
@@ -5637,7 +5637,7 @@ boxen@^4.2.0:
...
@@ -5637,7 +5637,7 @@ boxen@^4.2.0:
type-fest "^0.8.1"
type-fest "^0.8.1"
widest-line "^3.1.0"
widest-line "^3.1.0"
brace-expansion@^1.0.0,
brace-expansion@^1.1.7:
brace-expansion@^1.1.7:
version "1.1.11"
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
...
@@ -11050,16 +11050,6 @@ glob-to-regexp@^0.3.0:
...
@@ -11050,16 +11050,6 @@ glob-to-regexp@^0.3.0:
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
glob@^4.0.5:
version "4.5.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-4.5.3.tgz#c6cb73d3226c1efef04de3c56d012f03377ee15f"
integrity sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=
dependencies:
inflight "^1.0.4"
inherits "2"
minimatch "^2.0.1"
once "^1.3.0"
glob@^5.0.10:
glob@^5.0.10:
version "5.0.15"
version "5.0.15"
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
...
@@ -11083,7 +11073,7 @@ glob@^7.0.4, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
...
@@ -11083,7 +11073,7 @@ glob@^7.0.4, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
once "^1.3.0"
once "^1.3.0"
path-is-absolute "^1.0.0"
path-is-absolute "^1.0.0"
glob@^7.1.6:
glob@^7.1.6
, glob@^7.2.0
:
version "7.2.0"
version "7.2.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
...
@@ -13762,13 +13752,6 @@ minimalistic-crypto-utils@^1.0.1:
...
@@ -13762,13 +13752,6 @@ minimalistic-crypto-utils@^1.0.1:
dependencies:
dependencies:
brace-expansion "^1.1.7"
brace-expansion "^1.1.7"
minimatch@^2.0.1:
version "2.0.10"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-2.0.10.tgz#8d087c39c6b38c001b97fca7ce6d0e1e80afbac7"
integrity sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=
dependencies:
brace-expansion "^1.0.0"
minimist@^0.2.1:
minimist@^0.2.1:
version "0.2.1"
version "0.2.1"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.1.tgz#827ba4e7593464e7c221e8c5bed930904ee2c455"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.1.tgz#827ba4e7593464e7c221e8c5bed930904ee2c455"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment