Skip to content

Commit 2dc52bf

Browse files
authored
Merge pull request #1551 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 566879d + 8c78d1a commit 2dc52bf

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
99
"dependencies": {
1010
"@inquirer/prompts": "^7.8.3",
11-
"@oclif/core": "^4.10.3",
11+
"@oclif/core": "^4.10.5",
1212
"@oclif/multi-stage-output": "^0.8.34",
1313
"@salesforce/apex-node": "^8.4.22",
1414
"@salesforce/core": "^8.28.3",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,10 +1371,10 @@
13711371
wordwrap "^1.0.0"
13721372
wrap-ansi "^7.0.0"
13731373

1374-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.3", "@oclif/core@^4.5.2":
1375-
version "4.10.3"
1376-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
1377-
integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
1374+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.5", "@oclif/core@^4.5.2":
1375+
version "4.10.5"
1376+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
1377+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
13781378
dependencies:
13791379
ansi-escapes "^4.3.2"
13801380
ansis "^3.17.0"
@@ -1386,7 +1386,7 @@
13861386
indent-string "^4.0.0"
13871387
is-wsl "^2.2.0"
13881388
lilconfig "^3.1.3"
1389-
minimatch "^10.2.4"
1389+
minimatch "^10.2.5"
13901390
semver "^7.7.3"
13911391
string-width "^4.2.3"
13921392
supports-color "^8"
@@ -3146,10 +3146,10 @@ brace-expansion@^4.0.0:
31463146
dependencies:
31473147
balanced-match "^3.0.0"
31483148

3149-
brace-expansion@^5.0.2:
3150-
version "5.0.4"
3151-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
3152-
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
3149+
brace-expansion@^5.0.5:
3150+
version "5.0.5"
3151+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
3152+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
31533153
dependencies:
31543154
balanced-match "^4.0.2"
31553155

@@ -6490,12 +6490,12 @@ minimatch@9.0.3:
64906490
dependencies:
64916491
brace-expansion "^2.0.1"
64926492

6493-
minimatch@^10.2.4:
6494-
version "10.2.4"
6495-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
6496-
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
6493+
minimatch@^10.2.4, minimatch@^10.2.5:
6494+
version "10.2.5"
6495+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
6496+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
64976497
dependencies:
6498-
brace-expansion "^5.0.2"
6498+
brace-expansion "^5.0.5"
64996499

65006500
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
65016501
version "3.1.5"

0 commit comments

Comments
 (0)