Skip to content

Commit 1ddb604

Browse files
authored
Merge pull request #99 from salesforcecli/dependabot-npm_and_yarn-oclif-core-4.10.3
fix(deps): bump @oclif/core from 4.8.0 to 4.10.3
2 parents 791df76 + b300aff commit 1ddb604

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,9 +1391,9 @@
13911391
fastq "^1.6.0"
13921392

13931393
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
1394-
version "4.8.0"
1395-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785"
1396-
integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==
1394+
version "4.10.3"
1395+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
1396+
integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
13971397
dependencies:
13981398
ansi-escapes "^4.3.2"
13991399
ansis "^3.17.0"
@@ -1405,7 +1405,7 @@
14051405
indent-string "^4.0.0"
14061406
is-wsl "^2.2.0"
14071407
lilconfig "^3.1.3"
1408-
minimatch "^9.0.5"
1408+
minimatch "^10.2.4"
14091409
semver "^7.7.3"
14101410
string-width "^4.2.3"
14111411
supports-color "^8"
@@ -2897,6 +2897,11 @@ balanced-match@^3.0.0:
28972897
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
28982898
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
28992899

2900+
balanced-match@^4.0.2:
2901+
version "4.0.4"
2902+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2903+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2904+
29002905
base64-js@^1.3.1:
29012906
version "1.5.1"
29022907
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -2949,6 +2954,13 @@ brace-expansion@^4.0.0:
29492954
dependencies:
29502955
balanced-match "^3.0.0"
29512956

2957+
brace-expansion@^5.0.2:
2958+
version "5.0.5"
2959+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
2960+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
2961+
dependencies:
2962+
balanced-match "^4.0.2"
2963+
29522964
braces@^3.0.3, braces@~3.0.2:
29532965
version "3.0.3"
29542966
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -6051,6 +6063,13 @@ minimatch@9.0.3:
60516063
dependencies:
60526064
brace-expansion "^2.0.1"
60536065

6066+
minimatch@^10.2.4:
6067+
version "10.2.4"
6068+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
6069+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
6070+
dependencies:
6071+
brace-expansion "^5.0.2"
6072+
60546073
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
60556074
version "3.1.2"
60566075
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"

0 commit comments

Comments
 (0)