build: update dependency minimatch to v4

This commit is contained in:
Renovate Bot 2022-02-13 06:12:32 +00:00 committed by Alan Agius
parent 3b7eec7717
commit fea9984d8a
3 changed files with 9 additions and 2 deletions

View File

@ -170,7 +170,7 @@
"loader-utils": "3.2.0",
"magic-string": "0.25.7",
"mini-css-extract-plugin": "2.5.3",
"minimatch": "3.0.5",
"minimatch": "4.1.1",
"minimist": "^1.2.0",
"ng-packagr": "14.0.0-next.1",
"node-fetch": "^2.2.0",

View File

@ -41,7 +41,7 @@
"license-webpack-plugin": "4.0.2",
"loader-utils": "3.2.0",
"mini-css-extract-plugin": "2.5.3",
"minimatch": "3.0.5",
"minimatch": "4.1.1",
"open": "8.4.0",
"ora": "5.4.1",
"parse5-html-rewriting-stream": "6.0.1",

View File

@ -7712,6 +7712,13 @@ minimatch@3.0.4:
dependencies:
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:
version "4.1.0"
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"