Skip to content

Commit 3e7d65e

Browse files
authored
Merge pull request #433 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.26.4
fix(deps): bump @oclif/core from 3.26.3 to 3.26.4
2 parents b0fce69 + 91ad44a commit 3e7d65e

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.3",
8+
"@oclif/core": "^3.26.4",
99
"@salesforce/apex-node": "^6.0.0",
1010
"@salesforce/core": "^7.3.1",
1111
"@salesforce/kit": "^3.1.0",

yarn.lock

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@
15331533
"@nodelib/fs.scandir" "2.1.5"
15341534
fastq "^1.6.0"
15351535

1536-
"@oclif/[email protected]", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
1536+
15371537
version "3.26.3"
15381538
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
15391539
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
@@ -1567,6 +1567,40 @@
15671567
wordwrap "^1.0.0"
15681568
wrap-ansi "^7.0.0"
15691569

1570+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
1571+
version "3.26.4"
1572+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1573+
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
1574+
dependencies:
1575+
"@types/cli-progress" "^3.11.5"
1576+
ansi-escapes "^4.3.2"
1577+
ansi-styles "^4.3.0"
1578+
cardinal "^2.1.1"
1579+
chalk "^4.1.2"
1580+
clean-stack "^3.0.1"
1581+
cli-progress "^3.12.0"
1582+
color "^4.2.3"
1583+
debug "^4.3.4"
1584+
ejs "^3.1.10"
1585+
get-package-type "^0.1.0"
1586+
globby "^11.1.0"
1587+
hyperlinker "^1.0.0"
1588+
indent-string "^4.0.0"
1589+
is-wsl "^2.2.0"
1590+
js-yaml "^3.14.1"
1591+
minimatch "^9.0.4"
1592+
natural-orderby "^2.0.3"
1593+
object-treeify "^1.1.33"
1594+
password-prompt "^1.1.3"
1595+
slice-ansi "^4.0.0"
1596+
string-width "^4.2.3"
1597+
strip-ansi "^6.0.1"
1598+
supports-color "^8.1.1"
1599+
supports-hyperlinks "^2.2.0"
1600+
widest-line "^3.1.0"
1601+
wordwrap "^1.0.0"
1602+
wrap-ansi "^7.0.0"
1603+
15701604
"@oclif/plugin-command-snapshot@^5.1.6":
15711605
version "5.1.6"
15721606
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz#7bf028cbbaac1dcb1b979b7e34cf6de75cedd104"

0 commit comments

Comments
 (0)