Skip to content

Commit 22e4074

Browse files
chore(deps): bump minimatch to ^5.0.0 (#808)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d59462c commit 22e4074

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"jest-junit": "^13.0.0",
6464
"js-yaml": "^4.1.0",
6565
"jsdom": "^19.0.0",
66-
"minimatch": "^3.0.4",
66+
"minimatch": "^5.0.0",
6767
"mocha": "^9.0.0",
6868
"mocha-sugar-free": "^1.4.0",
6969
"prettier": "^2.3.0",

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,6 +2129,13 @@ brace-expansion@^1.1.7:
21292129
balanced-match "^1.0.0"
21302130
concat-map "0.0.1"
21312131

2132+
brace-expansion@^2.0.1:
2133+
version "2.0.1"
2134+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2135+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2136+
dependencies:
2137+
balanced-match "^1.0.0"
2138+
21322139
braces@^3.0.2, braces@~3.0.2:
21332140
version "3.0.2"
21342141
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -4707,6 +4714,13 @@ [email protected], minimatch@^3.0.4:
47074714
dependencies:
47084715
brace-expansion "^1.1.7"
47094716

4717+
minimatch@^5.0.0:
4718+
version "5.0.1"
4719+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
4720+
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
4721+
dependencies:
4722+
brace-expansion "^2.0.1"
4723+
47104724
minimist-options@^4.0.2:
47114725
version "4.1.0"
47124726
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)