Skip to content

Commit dd20027

Browse files
fix(deps): bump @oclif/core from 3.26.4 to 3.26.5
Bumps [@oclif/core](https://github.com/oclif/core) from 3.26.4 to 3.26.5. - [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.5) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cbb035 commit dd20027

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.5",
99
"@salesforce/core": "^7.0.1",
1010
"@salesforce/sf-plugins-core": "^9.0.5",
1111
"fast-levenshtein": "^3.0.0"

yarn.lock

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@
15491549
"@nodelib/fs.scandir" "2.1.5"
15501550
fastq "^1.6.0"
15511551

1552-
"@oclif/core@3.26.4", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
1552+
"@oclif/core@3.26.4":
15531553
version "3.26.4"
15541554
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
15551555
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
@@ -1583,6 +1583,40 @@
15831583
wordwrap "^1.0.0"
15841584
wrap-ansi "^7.0.0"
15851585

1586+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
1587+
version "3.26.5"
1588+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1589+
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
1590+
dependencies:
1591+
"@types/cli-progress" "^3.11.5"
1592+
ansi-escapes "^4.3.2"
1593+
ansi-styles "^4.3.0"
1594+
cardinal "^2.1.1"
1595+
chalk "^4.1.2"
1596+
clean-stack "^3.0.1"
1597+
cli-progress "^3.12.0"
1598+
color "^4.2.3"
1599+
debug "^4.3.4"
1600+
ejs "^3.1.10"
1601+
get-package-type "^0.1.0"
1602+
globby "^11.1.0"
1603+
hyperlinker "^1.0.0"
1604+
indent-string "^4.0.0"
1605+
is-wsl "^2.2.0"
1606+
js-yaml "^3.14.1"
1607+
minimatch "^9.0.4"
1608+
natural-orderby "^2.0.3"
1609+
object-treeify "^1.1.33"
1610+
password-prompt "^1.1.3"
1611+
slice-ansi "^4.0.0"
1612+
string-width "^4.2.3"
1613+
strip-ansi "^6.0.1"
1614+
supports-color "^8.1.1"
1615+
supports-hyperlinks "^2.2.0"
1616+
widest-line "^3.1.0"
1617+
wordwrap "^1.0.0"
1618+
wrap-ansi "^7.0.0"
1619+
15861620
"@oclif/plugin-command-snapshot@^5.1.7":
15871621
version "5.1.7"
15881622
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"

0 commit comments

Comments
 (0)