Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit a3b1d19

Browse files
renovate-botdominics
authored andcommitted
fix(deps): update dependency minimatch to v5
1 parent f9ad9f7 commit a3b1d19

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"js-yaml": "4.1.0",
8080
"lodash": "4.17.21",
8181
"log-update": "4.0.0",
82-
"minimatch": "3.1.2",
82+
"minimatch": "5.0.1",
8383
"mkdirp": "1.0.4",
8484
"pretty-bytes": "5.6.0",
8585
"rimraf": "3.0.2",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3606,6 +3606,13 @@ brace-expansion@^1.1.7:
36063606
balanced-match "^1.0.0"
36073607
concat-map "0.0.1"
36083608

3609+
brace-expansion@^2.0.1:
3610+
version "2.0.1"
3611+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
3612+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
3613+
dependencies:
3614+
balanced-match "^1.0.0"
3615+
36093616
braces@^2.3.1:
36103617
version "2.3.2"
36113618
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -8263,12 +8270,12 @@ min-indent@^1.0.0:
82638270
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
82648271
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
82658272

8266-
minimatch@3.1.2:
8267-
version "3.1.2"
8268-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
8269-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
8273+
minimatch@5.0.1:
8274+
version "5.0.1"
8275+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
8276+
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
82708277
dependencies:
8271-
brace-expansion "^1.1.7"
8278+
brace-expansion "^2.0.1"
82728279

82738280
minimatch@^3.0.4:
82748281
version "3.0.4"

0 commit comments

Comments
 (0)