Skip to content

Commit 96e1943

Browse files
fix(deps): bump @oclif/core from 2.3.0 to 2.4.0 (#627)
Bumps [@oclif/core](https://github.com/oclif/core) from 2.3.0 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.0...2.4.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8267430 commit 96e1943

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@heroku/function-toml": "^0.0.3",
1515
"@heroku/functions-core": "^0.7.0",
1616
"@heroku/project-descriptor": "0.0.6",
17-
"@oclif/core": "^2.1.6",
17+
"@oclif/core": "^2.4.0",
1818
"@salesforce/core": "^3.33.4",
1919
"@salesforce/sf-plugins-core": "^2.0.1",
2020
"@salesforce/ts-types": "^1.7.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -820,18 +820,18 @@
820820
widest-line "^3.1.0"
821821
wrap-ansi "^7.0.0"
822822

823-
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.6", "@oclif/core@^2.1.7":
824-
version "2.3.0"
825-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.0.tgz#f63071a8116118ae02e457ac1d28a7649904aecf"
826-
integrity sha512-xA53NIZDqz9nuxyCMA5Pz5b1RSgyTNWbtOdwbUJeZa/ajtVrVO9yA8k/4vJRsffUuLyP8tNbh4cH3DDZKwIFnw==
823+
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.7", "@oclif/core@^2.4.0":
824+
version "2.4.0"
825+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.4.0.tgz#8e5983dd0d50a3c0c170a844fe8925cb639f0a9f"
826+
integrity sha512-wWUnOOfQQty0k1Cstm/iWW6pbG0mHzU7rcUtab2Sni9kjBPCcy6ENTgpsWbb/WdITopqtXmvpYII2fgcjKdzUA==
827827
dependencies:
828828
"@types/cli-progress" "^3.11.0"
829829
ansi-escapes "^4.3.2"
830830
ansi-styles "^4.3.0"
831831
cardinal "^2.1.1"
832832
chalk "^4.1.2"
833833
clean-stack "^3.0.1"
834-
cli-progress "^3.11.2"
834+
cli-progress "^3.12.0"
835835
debug "^4.3.4"
836836
ejs "^3.1.8"
837837
fs-extra "^9.1.0"
@@ -2590,10 +2590,10 @@ cli-cursor@^3.1.0:
25902590
dependencies:
25912591
restore-cursor "^3.1.0"
25922592

2593-
cli-progress@^3.10.0, cli-progress@^3.11.2, cli-progress@^3.4.0:
2594-
version "3.11.2"
2595-
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.11.2.tgz#f8c89bd157e74f3f2c43bcfb3505670b4d48fc77"
2596-
integrity sha512-lCPoS6ncgX4+rJu5bS3F/iCz17kZ9MPZ6dpuTtI0KXKABkhyXIdYB3Inby1OpaGti3YlI3EeEkM9AuWpelJrVA==
2593+
cli-progress@^3.10.0, cli-progress@^3.12.0, cli-progress@^3.4.0:
2594+
version "3.12.0"
2595+
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.12.0.tgz#807ee14b66bcc086258e444ad0f19e7d42577942"
2596+
integrity sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==
25972597
dependencies:
25982598
string-width "^4.2.3"
25992599

0 commit comments

Comments
 (0)