Skip to content

Commit 984f6a2

Browse files
fix(deps): bump @oclif/core from 2.3.1 to 2.4.0
Bumps [@oclif/core](https://github.com/oclif/core) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.3.1...2.4.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7ed196 commit 984f6a2

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.3.1",
9+
"@oclif/core": "^2.4.0",
1010
"@salesforce/core": "^3.33.5",
1111
"@salesforce/kit": "^1.9.0",
1212
"@salesforce/sf-plugins-core": "^2.2.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -712,10 +712,10 @@
712712
widest-line "^3.1.0"
713713
wrap-ansi "^7.0.0"
714714

715-
"@oclif/core@^2.0.7", "@oclif/core@^2.1.2", "@oclif/core@^2.1.6", "@oclif/core@^2.1.7", "@oclif/core@^2.2.1", "@oclif/core@^2.3.0", "@oclif/core@^2.3.1":
716-
version "2.3.1"
717-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.1.tgz#82d977338c68b3faeda84f780c2f97a3dd322cb2"
718-
integrity sha512-18CkjjF16hwhBd/42z+0CHAwvZlBfpyCmdZxpasN/od8c/hdm0oDEJvVB33/xD0LDYg8glKoQ5zVNVvPM/uJ/Q==
715+
"@oclif/core@^2.0.7", "@oclif/core@^2.1.2", "@oclif/core@^2.1.6", "@oclif/core@^2.1.7", "@oclif/core@^2.2.1", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0":
716+
version "2.4.0"
717+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.4.0.tgz#8e5983dd0d50a3c0c170a844fe8925cb639f0a9f"
718+
integrity sha512-wWUnOOfQQty0k1Cstm/iWW6pbG0mHzU7rcUtab2Sni9kjBPCcy6ENTgpsWbb/WdITopqtXmvpYII2fgcjKdzUA==
719719
dependencies:
720720
"@types/cli-progress" "^3.11.0"
721721
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)