File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
packages/angular_devkit/build_angular Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 170
170
"loader-utils" : " 3.2.0" ,
171
171
"magic-string" : " 0.25.7" ,
172
172
"mini-css-extract-plugin" : " 2.5.3" ,
173
- "minimatch" : " 4.1.1 " ,
173
+ "minimatch" : " 5.0.0 " ,
174
174
"minimist" : " ^1.2.0" ,
175
175
"ng-packagr" : " 14.0.0-next.1" ,
176
176
"node-fetch" : " ^2.2.0" ,
Original file line number Diff line number Diff line change 41
41
"license-webpack-plugin" : " 4.0.2" ,
42
42
"loader-utils" : " 3.2.0" ,
43
43
"mini-css-extract-plugin" : " 2.5.3" ,
44
- "minimatch" : " 4.1.1 " ,
44
+ "minimatch" : " 5.0.0 " ,
45
45
"open" : " 8.4.0" ,
46
46
"ora" : " 5.4.1" ,
47
47
"parse5-html-rewriting-stream" : " 6.0.1" ,
Original file line number Diff line number Diff line change @@ -3467,6 +3467,13 @@ brace-expansion@^1.1.7:
3467
3467
balanced-match "^1.0.0"
3468
3468
concat-map "0.0.1"
3469
3469
3470
+ brace-expansion@^2.0.1:
3471
+ version "2.0.1"
3472
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
3473
+ integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
3474
+ dependencies:
3475
+ balanced-match "^1.0.0"
3476
+
3470
3477
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
3471
3478
version "3.0.2"
3472
3479
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
7808
7815
dependencies:
7809
7816
brace-expansion "^1.1.7"
7810
7817
7811
- minimatch@4.1.1 :
7812
- version "4.1.1 "
7813
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.1.1 .tgz#88d8172f2e1babcc3e249538b1a46970dfea1300 "
7814
- integrity sha512-9ObkVPP8aM2KWHw1RMAaOoEzHjcqzE1dmEQHAOq9ySRhvVMru1VKqniUs/g6Us4KSwXKk0+uLko6caynDcWEWQ ==
7818
+ minimatch@5.0.0 :
7819
+ version "5.0.0 "
7820
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.0 .tgz#281d8402aaaeed18a9e8406ad99c46a19206c6ef "
7821
+ integrity sha512-EU+GCVjXD00yOUf1TwAHVP7v3fBD3A8RkkPYsWWKGWesxM/572sL53wJQnHxquHlRhYUV36wHkqrN8cdikKc2g ==
7815
7822
dependencies:
7816
- brace-expansion "^1.1.7 "
7823
+ brace-expansion "^2.0.1 "
7817
7824
7818
7825
minimatch@^4.0.0:
7819
7826
version "4.2.1"
You can’t perform that action at this time.
0 commit comments