Skip to content

Commit cab2e69

Browse files
fix(deps): bump @oclif/core from 3.26.4 to 3.26.6 (#1180)
Bumps [@oclif/core](https://github.com/oclif/core) from 3.26.4 to 3.26.6. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.26.4...3.26.6) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 487e57e commit cab2e69

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.26.2",
8+
"@oclif/core": "^3.26.6",
99
"@salesforce/apex-node": "^6.0.0",
1010
"@salesforce/core": "^7.3.5",
1111
"@salesforce/kit": "^3.1.0",

yarn.lock

+35-1
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@
16531653
"@nodelib/fs.scandir" "2.1.5"
16541654
fastq "^1.6.0"
16551655

1656-
"@oclif/[email protected]", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
1656+
16571657
version "3.26.4"
16581658
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
16591659
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
@@ -1687,6 +1687,40 @@
16871687
wordwrap "^1.0.0"
16881688
wrap-ansi "^7.0.0"
16891689

1690+
"@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.6":
1691+
version "3.26.6"
1692+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
1693+
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
1694+
dependencies:
1695+
"@types/cli-progress" "^3.11.5"
1696+
ansi-escapes "^4.3.2"
1697+
ansi-styles "^4.3.0"
1698+
cardinal "^2.1.1"
1699+
chalk "^4.1.2"
1700+
clean-stack "^3.0.1"
1701+
cli-progress "^3.12.0"
1702+
color "^4.2.3"
1703+
debug "^4.3.4"
1704+
ejs "^3.1.10"
1705+
get-package-type "^0.1.0"
1706+
globby "^11.1.0"
1707+
hyperlinker "^1.0.0"
1708+
indent-string "^4.0.0"
1709+
is-wsl "^2.2.0"
1710+
js-yaml "^3.14.1"
1711+
minimatch "^9.0.4"
1712+
natural-orderby "^2.0.3"
1713+
object-treeify "^1.1.33"
1714+
password-prompt "^1.1.3"
1715+
slice-ansi "^4.0.0"
1716+
string-width "^4.2.3"
1717+
strip-ansi "^6.0.1"
1718+
supports-color "^8.1.1"
1719+
supports-hyperlinks "^2.2.0"
1720+
widest-line "^3.1.0"
1721+
wordwrap "^1.0.0"
1722+
wrap-ansi "^7.0.0"
1723+
16901724
"@oclif/plugin-command-snapshot@^5.1.7":
16911725
version "5.1.7"
16921726
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"

0 commit comments

Comments
 (0)