Skip to content

Commit cd21029

Browse files
authored
Merge pull request #623 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.26.5
fix(deps): bump @oclif/core from 3.26.4 to 3.26.5
2 parents 733dd9e + 99d3eae commit cd21029

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.4",
9+
"@oclif/core": "^3.26.5",
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
@@ -1591,10 +1591,10 @@
15911591
"@nodelib/fs.scandir" "2.1.5"
15921592
fastq "^1.6.0"
15931593

1594-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
1595-
version "3.26.4"
1596-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1597-
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
1594+
"@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":
1595+
version "3.26.5"
1596+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1597+
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
15981598
dependencies:
15991599
"@types/cli-progress" "^3.11.5"
16001600
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)