Skip to content

Commit 65fdfad

Browse files
authored
Merge pull request #1630 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 0c99a29 + 0de4c4a commit 65fdfad

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"enableO11y": true,
88
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
99
"dependencies": {
10-
"@oclif/core": "^4.10.3",
10+
"@oclif/core": "^4.10.5",
1111
"@oclif/multi-stage-output": "^0.8.30",
1212
"@salesforce/core": "^8.28.1",
1313
"@salesforce/kit": "^3.2.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,10 +1361,10 @@
13611361
wordwrap "^1.0.0"
13621362
wrap-ansi "^7.0.0"
13631363

1364-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.3", "@oclif/core@^4.5.2":
1365-
version "4.10.3"
1366-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
1367-
integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
1364+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.3", "@oclif/core@^4.10.5", "@oclif/core@^4.5.2":
1365+
version "4.10.5"
1366+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
1367+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
13681368
dependencies:
13691369
ansi-escapes "^4.3.2"
13701370
ansis "^3.17.0"
@@ -1376,7 +1376,7 @@
13761376
indent-string "^4.0.0"
13771377
is-wsl "^2.2.0"
13781378
lilconfig "^3.1.3"
1379-
minimatch "^10.2.4"
1379+
minimatch "^10.2.5"
13801380
semver "^7.7.3"
13811381
string-width "^4.2.3"
13821382
supports-color "^8"
@@ -6278,7 +6278,7 @@ minimatch@9.0.3:
62786278
dependencies:
62796279
brace-expansion "^2.0.1"
62806280

6281-
minimatch@^10.2.4:
6281+
minimatch@^10.2.4, minimatch@^10.2.5:
62826282
version "10.2.5"
62836283
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
62846284
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==

0 commit comments

Comments
 (0)