File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 71
71
"acorn" : " ^6.4.1" ,
72
72
"axios" : " ^0.24.0" ,
73
73
"elliptic" : " ^6.5.4" ,
74
+ "glob-parent" : " ^6.0.2" ,
74
75
"js-yaml" : " ^3.13.1" ,
75
76
"kind-of" : " ^6.0.3" ,
76
77
"lodash" : " 4.17.21" ,
77
78
"lodash.template" : " ^4.5.0" ,
78
- "minimatch" : " ^3.0.2 " ,
79
+ "minimatch" : " ^3.0.4 " ,
79
80
"mixin-deep" : " ^1.3.2" ,
80
81
"moment" : " 2.24.0" ,
81
82
"node" : " ^14.16.1" ,
Original file line number Diff line number Diff line change @@ -5527,6 +5527,13 @@ glob-parent@^5.0.0:
5527
5527
dependencies:
5528
5528
is-glob "^4.0.1"
5529
5529
5530
+ glob-parent@^6.0.2:
5531
+ version "6.0.2"
5532
+ resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
5533
+ integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
5534
+ dependencies:
5535
+ is-glob "^4.0.3"
5536
+
5530
5537
glob-stream@^6.1.0:
5531
5538
version "6.1.0"
5532
5539
resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-6.1.0.tgz#7045c99413b3eb94888d83ab46d0b404cc7bdde4"
7995
8002
lru-cache "2"
7996
8003
sigmund "~1.0.0"
7997
8004
7998
- [email protected] , minimatch@^3.0.
2, minimatch@^3.0. 4:
8005
+ [email protected] , minimatch@^3.0.4:
7999
8006
version "3.0.4"
8000
8007
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
8001
8008
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
You can’t perform that action at this time.
0 commit comments