Skip to content

Commit 205699e

Browse files
fix(deps): bump minimatch from 9.0.5 to 9.0.7 (#1694)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 9.0.7. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v9.0.5...v9.0.7) --- updated-dependencies: - dependency-name: minimatch dependency-version: 9.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 726c805 commit 205699e

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ignore": "^5.3.2",
3737
"jszip": "^3.10.1",
3838
"mime": "2.6.0",
39-
"minimatch": "^9.0.5",
39+
"minimatch": "^9.0.7",
4040
"proxy-agent": "^6.4.0",
4141
"yaml": "^2.8.1"
4242
},

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,11 @@ balanced-match@^3.0.0:
15261526
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
15271527
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
15281528

1529+
balanced-match@^4.0.2:
1530+
version "4.0.4"
1531+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1532+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1533+
15291534
base64-js@^1.3.1:
15301535
version "1.5.1"
15311536
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -1568,6 +1573,13 @@ brace-expansion@^4.0.0:
15681573
dependencies:
15691574
balanced-match "^3.0.0"
15701575

1576+
brace-expansion@^5.0.2:
1577+
version "5.0.5"
1578+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
1579+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
1580+
dependencies:
1581+
balanced-match "^4.0.2"
1582+
15711583
braces@^3.0.2, braces@~3.0.2:
15721584
version "3.0.3"
15731585
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -4331,12 +4343,12 @@ minimatch@^5.0.1, minimatch@^5.1.6:
43314343
dependencies:
43324344
brace-expansion "^2.0.1"
43334345

4334-
minimatch@^9.0.1, minimatch@^9.0.4, minimatch@^9.0.5:
4335-
version "9.0.5"
4336-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4337-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4346+
minimatch@^9.0.1, minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.7:
4347+
version "9.0.7"
4348+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.7.tgz#d76c4d0b3b527877016d6cc1b9922fc8e0ffe7b0"
4349+
integrity sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==
43384350
dependencies:
4339-
brace-expansion "^2.0.1"
4351+
brace-expansion "^5.0.2"
43404352

43414353
minimist-options@4.1.0:
43424354
version "4.1.0"

0 commit comments

Comments
 (0)