Skip to content

Commit 5ec62c9

Browse files
authored
Merge pull request #1229 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.10.5
fix(deps): bump @oclif/core from 4.10.3 to 4.10.5
2 parents 78b135e + b7a5616 commit 5ec62c9

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,9 +1687,9 @@
16871687
wrap-ansi "^7.0.0"
16881688

16891689
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2":
1690-
version "4.10.3"
1691-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
1692-
integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
1690+
version "4.10.5"
1691+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
1692+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
16931693
dependencies:
16941694
ansi-escapes "^4.3.2"
16951695
ansis "^3.17.0"
@@ -1701,7 +1701,7 @@
17011701
indent-string "^4.0.0"
17021702
is-wsl "^2.2.0"
17031703
lilconfig "^3.1.3"
1704-
minimatch "^10.2.4"
1704+
minimatch "^10.2.5"
17051705
semver "^7.7.3"
17061706
string-width "^4.2.3"
17071707
supports-color "^8"
@@ -3173,10 +3173,10 @@ brace-expansion@^4.0.0:
31733173
dependencies:
31743174
balanced-match "^3.0.0"
31753175

3176-
brace-expansion@^5.0.2:
3177-
version "5.0.4"
3178-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
3179-
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
3176+
brace-expansion@^5.0.5:
3177+
version "5.0.5"
3178+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
3179+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
31803180
dependencies:
31813181
balanced-match "^4.0.2"
31823182

@@ -5936,12 +5936,12 @@ minimatch@9.0.3:
59365936
dependencies:
59375937
brace-expansion "^2.0.1"
59385938

5939-
minimatch@^10.2.4:
5940-
version "10.2.4"
5941-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
5942-
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
5939+
minimatch@^10.2.4, minimatch@^10.2.5:
5940+
version "10.2.5"
5941+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
5942+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
59435943
dependencies:
5944-
brace-expansion "^5.0.2"
5944+
brace-expansion "^5.0.5"
59455945

59465946
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
59475947
version "3.1.2"

0 commit comments

Comments
 (0)