Skip to content

Commit d79f2b7

Browse files
renovate-botalan-agius4
authored andcommitted
build: update dependency minimatch to v5
1 parent 65be45b commit d79f2b7

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"loader-utils": "3.2.0",
171171
"magic-string": "0.25.7",
172172
"mini-css-extract-plugin": "2.5.3",
173-
"minimatch": "4.1.1",
173+
"minimatch": "5.0.0",
174174
"minimist": "^1.2.0",
175175
"ng-packagr": "14.0.0-next.1",
176176
"node-fetch": "^2.2.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"license-webpack-plugin": "4.0.2",
4242
"loader-utils": "3.2.0",
4343
"mini-css-extract-plugin": "2.5.3",
44-
"minimatch": "4.1.1",
44+
"minimatch": "5.0.0",
4545
"open": "8.4.0",
4646
"ora": "5.4.1",
4747
"parse5-html-rewriting-stream": "6.0.1",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3467,6 +3467,13 @@ brace-expansion@^1.1.7:
34673467
balanced-match "^1.0.0"
34683468
concat-map "0.0.1"
34693469

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+
34703477
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
34713478
version "3.0.2"
34723479
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -7808,12 +7815,12 @@ [email protected]:
78087815
dependencies:
78097816
brace-expansion "^1.1.7"
78107817

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==
78157822
dependencies:
7816-
brace-expansion "^1.1.7"
7823+
brace-expansion "^2.0.1"
78177824

78187825
minimatch@^4.0.0:
78197826
version "4.2.1"

0 commit comments

Comments
 (0)