Skip to content

Commit 7c16df2

Browse files
fix(deps): bump @oclif/core from 2.6.3 to 2.6.4
Bumps [@oclif/core](https://github.com/oclif/core) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.6.3...2.6.4) --- 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 95c61e3 commit 7c16df2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"@oclif/core": "^2.6.3",
9+
"@oclif/core": "^2.6.4",
1010
"@salesforce/core": "^3.34.1",
1111
"@salesforce/kit": "^1.9.2",
1212
"@salesforce/sf-plugins-core": "^2.2.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -729,10 +729,10 @@
729729
widest-line "^3.1.0"
730730
wrap-ansi "^7.0.0"
731731

732-
"@oclif/core@^2.0.7", "@oclif/core@^2.1.2", "@oclif/core@^2.1.7", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.6.3":
733-
version "2.6.3"
734-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.3.tgz#2f02e4510eb76d694d00c488b3ea957436289f51"
735-
integrity sha512-kLwg+lmeZt4vfUlYN1XI8bPkcNBozfPOqciFOJMzHkPnq18lmoMu3+Xnm4wL1A9dXEyzoa5jidFhdyP/kZMBCw==
732+
"@oclif/core@^2.0.7", "@oclif/core@^2.1.2", "@oclif/core@^2.1.7", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.6.4":
733+
version "2.6.4"
734+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.4.tgz#40a35355fece01cdedecaf8d8d523d92d47a408b"
735+
integrity sha512-QkmPEdMsC8z/9d02bQvYZuviJhvK92YD/GJ5LlUk7cc8hEZ1JOLSwFg3i2EjlLNXn8OtOQHoe+EeOEaRWROuVA==
736736
dependencies:
737737
"@types/cli-progress" "^3.11.0"
738738
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)