Skip to content

Commit 844fc3e

Browse files
authored
Merge pull request #608 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 6666ccb + 890dc7c commit 844fc3e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"type": "module",
88
"dependencies": {
9-
"@oclif/core": "^3.26.3",
9+
"@oclif/core": "^3.26.4",
1010
"@salesforce/core": "^7.3.1",
1111
"@salesforce/kit": "^3.1.1",
1212
"@salesforce/sf-plugins-core": "^9.0.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,10 +1583,10 @@
15831583
"@nodelib/fs.scandir" "2.1.5"
15841584
fastq "^1.6.0"
15851585

1586-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
1587-
version "3.26.3"
1588-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
1589-
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
1586+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
1587+
version "3.26.4"
1588+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1589+
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
15901590
dependencies:
15911591
"@types/cli-progress" "^3.11.5"
15921592
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)