Skip to content

Commit 2db166a

Browse files
chore(dev-deps): bump minimatch from 10.1.2 to 10.2.1
Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.1.2 to 10.2.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v10.1.2...v10.2.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d48e615 commit 2db166a

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@salesforce/dev-scripts": "^11.0.4",
2121
"@salesforce/plugin-command-reference": "^3.1.80",
2222
"eslint-plugin-sf-plugin": "^1.20.32",
23-
"minimatch": "^10.1.2",
23+
"minimatch": "^10.2.3",
2424
"oclif": "^4.22.77",
2525
"ts-node": "^10.9.2",
2626
"typescript": "^5.9.3"

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,18 +1235,6 @@
12351235
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.10.tgz#11ed564ec78432a200ea2601a212d24af8150d50"
12361236
integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==
12371237

1238-
"@isaacs/balanced-match@^4.0.1":
1239-
version "4.0.1"
1240-
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
1241-
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
1242-
1243-
"@isaacs/brace-expansion@^5.0.1":
1244-
version "5.0.1"
1245-
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz#0ef5a92d91f2fff2a37646ce54da9e5f599f6eff"
1246-
integrity sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==
1247-
dependencies:
1248-
"@isaacs/balanced-match" "^4.0.1"
1249-
12501238
"@isaacs/cliui@^8.0.2":
12511239
version "8.0.2"
12521240
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -2987,6 +2975,11 @@ balanced-match@^3.0.0:
29872975
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
29882976
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
29892977

2978+
balanced-match@^4.0.2:
2979+
version "4.0.4"
2980+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2981+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2982+
29902983
base64-js@^1.3.1:
29912984
version "1.5.1"
29922985
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -3039,6 +3032,13 @@ brace-expansion@^4.0.0:
30393032
dependencies:
30403033
balanced-match "^3.0.0"
30413034

3035+
brace-expansion@^5.0.2:
3036+
version "5.0.4"
3037+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
3038+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
3039+
dependencies:
3040+
balanced-match "^4.0.2"
3041+
30423042
braces@^3.0.3, braces@~3.0.2:
30433043
version "3.0.3"
30443044
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -6265,12 +6265,12 @@ minimatch@9.0.3:
62656265
dependencies:
62666266
brace-expansion "^2.0.1"
62676267

6268-
minimatch@^10.1.1, minimatch@^10.1.2:
6269-
version "10.1.2"
6270-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.2.tgz#6c3f289f9de66d628fa3feb1842804396a43d81c"
6271-
integrity sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==
6268+
minimatch@^10.1.1, minimatch@^10.2.3:
6269+
version "10.2.3"
6270+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.3.tgz#c0ef582f21071b0123a5bbf275252ebda921fbf6"
6271+
integrity sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==
62726272
dependencies:
6273-
"@isaacs/brace-expansion" "^5.0.1"
6273+
brace-expansion "^5.0.2"
62746274

62756275
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
62766276
version "3.1.2"

0 commit comments

Comments
 (0)