mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 15:36:23 +08:00
build: update dependency minimatch to v4
This commit is contained in:
parent
3b7eec7717
commit
fea9984d8a
@ -170,7 +170,7 @@
|
|||||||
"loader-utils": "3.2.0",
|
"loader-utils": "3.2.0",
|
||||||
"magic-string": "0.25.7",
|
"magic-string": "0.25.7",
|
||||||
"mini-css-extract-plugin": "2.5.3",
|
"mini-css-extract-plugin": "2.5.3",
|
||||||
"minimatch": "3.0.5",
|
"minimatch": "4.1.1",
|
||||||
"minimist": "^1.2.0",
|
"minimist": "^1.2.0",
|
||||||
"ng-packagr": "14.0.0-next.1",
|
"ng-packagr": "14.0.0-next.1",
|
||||||
"node-fetch": "^2.2.0",
|
"node-fetch": "^2.2.0",
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
"license-webpack-plugin": "4.0.2",
|
"license-webpack-plugin": "4.0.2",
|
||||||
"loader-utils": "3.2.0",
|
"loader-utils": "3.2.0",
|
||||||
"mini-css-extract-plugin": "2.5.3",
|
"mini-css-extract-plugin": "2.5.3",
|
||||||
"minimatch": "3.0.5",
|
"minimatch": "4.1.1",
|
||||||
"open": "8.4.0",
|
"open": "8.4.0",
|
||||||
"ora": "5.4.1",
|
"ora": "5.4.1",
|
||||||
"parse5-html-rewriting-stream": "6.0.1",
|
"parse5-html-rewriting-stream": "6.0.1",
|
||||||
|
@ -7712,6 +7712,13 @@ minimatch@3.0.4:
|
|||||||
dependencies:
|
dependencies:
|
||||||
brace-expansion "^1.1.7"
|
brace-expansion "^1.1.7"
|
||||||
|
|
||||||
|
minimatch@4.1.1:
|
||||||
|
version "4.1.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.1.1.tgz#88d8172f2e1babcc3e249538b1a46970dfea1300"
|
||||||
|
integrity sha512-9ObkVPP8aM2KWHw1RMAaOoEzHjcqzE1dmEQHAOq9ySRhvVMru1VKqniUs/g6Us4KSwXKk0+uLko6caynDcWEWQ==
|
||||||
|
dependencies:
|
||||||
|
brace-expansion "^1.1.7"
|
||||||
|
|
||||||
minimist-options@4.1.0:
|
minimist-options@4.1.0:
|
||||||
version "4.1.0"
|
version "4.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user