Skip to content

Commit 86fb42e

Browse files
chore(dev-deps): bump @oclif/core from 4.10.4 to 4.10.5
Bumps [@oclif/core](https://github.com/oclif/core) from 4.10.4 to 4.10.5. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.10.4...4.10.5) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.10.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d504676 commit 86fb42e

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@jsforce/jsforce-node": "^3.10.10",
14-
"@oclif/core": "^4.10.4",
14+
"@oclif/core": "^4.10.5",
1515
"@oclif/plugin-command-snapshot": "^5.3.14",
1616
"@salesforce/cli-plugins-testkit": "^5.3.52",
1717
"@salesforce/dev-scripts": "^11.0.4",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,10 +1403,10 @@
14031403
wordwrap "^1.0.0"
14041404
wrap-ansi "^7.0.0"
14051405

1406-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.4", "@oclif/core@^4.5.2":
1407-
version "4.10.4"
1408-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.4.tgz#39b594476320bea71f88e56ddd87589f843ce3bb"
1409-
integrity sha512-4aMd2BAhmGWjiASzJVmEAaPTZStxW0+VdylON5m+LwbxlG2HD7aTHZ7gWqeHBm/rXH5mi1WLb5LlQTCL+VdELQ==
1406+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.5", "@oclif/core@^4.5.2":
1407+
version "4.10.5"
1408+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
1409+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
14101410
dependencies:
14111411
ansi-escapes "^4.3.2"
14121412
ansis "^3.17.0"
@@ -1418,7 +1418,7 @@
14181418
indent-string "^4.0.0"
14191419
is-wsl "^2.2.0"
14201420
lilconfig "^3.1.3"
1421-
minimatch "^10.2.4"
1421+
minimatch "^10.2.5"
14221422
semver "^7.7.3"
14231423
string-width "^4.2.3"
14241424
supports-color "^8"
@@ -2868,7 +2868,7 @@ brace-expansion@^4.0.0:
28682868
dependencies:
28692869
balanced-match "^3.0.0"
28702870

2871-
brace-expansion@^5.0.2:
2871+
brace-expansion@^5.0.5:
28722872
version "5.0.5"
28732873
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
28742874
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
@@ -5719,12 +5719,12 @@ minimatch@9.0.3:
57195719
dependencies:
57205720
brace-expansion "^2.0.1"
57215721

5722-
minimatch@^10.2.4:
5723-
version "10.2.4"
5724-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
5725-
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
5722+
minimatch@^10.2.4, minimatch@^10.2.5:
5723+
version "10.2.5"
5724+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
5725+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
57265726
dependencies:
5727-
brace-expansion "^5.0.2"
5727+
brace-expansion "^5.0.5"
57285728

57295729
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
57305730
version "3.1.2"

0 commit comments

Comments
 (0)