Skip to content

Commit 729590d

Browse files
fix(deps): bump @oclif/core from 2.2.1 to 2.3.1
Bumps [@oclif/core](https://github.com/oclif/core) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@2.2.1...2.3.1) --- 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 e9070a1 commit 729590d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"version": "oclif readme"
104104
},
105105
"dependencies": {
106-
"@oclif/core": "^2.0.7",
106+
"@oclif/core": "^2.3.1",
107107
"@salesforce/core": "^3.32.13",
108108
"@salesforce/kit": "^1.8.4",
109109
"@salesforce/sf-plugins-core": "^2.1.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -756,18 +756,18 @@
756756
is-wsl "^2.1.1"
757757
tslib "^2.5.0"
758758

759-
"@oclif/core@^2.0.3", "@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":
760-
version "2.2.1"
761-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.2.1.tgz#fc94d3543ed47ddd5393a719346997f2a250204c"
762-
integrity sha512-TxIFfccAwb8SiVADZWxIS/GG2bcw0yBDBBxzqBQl7jurfG0wQtdu6jLfHHdVGYaYyMKw1UVZTFFLtX8iwRTW/Q==
759+
"@oclif/core@^2.0.3", "@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.1":
760+
version "2.3.1"
761+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.1.tgz#82d977338c68b3faeda84f780c2f97a3dd322cb2"
762+
integrity sha512-18CkjjF16hwhBd/42z+0CHAwvZlBfpyCmdZxpasN/od8c/hdm0oDEJvVB33/xD0LDYg8glKoQ5zVNVvPM/uJ/Q==
763763
dependencies:
764764
"@types/cli-progress" "^3.11.0"
765765
ansi-escapes "^4.3.2"
766766
ansi-styles "^4.3.0"
767767
cardinal "^2.1.1"
768768
chalk "^4.1.2"
769769
clean-stack "^3.0.1"
770-
cli-progress "^3.11.2"
770+
cli-progress "^3.12.0"
771771
debug "^4.3.4"
772772
ejs "^3.1.8"
773773
fs-extra "^9.1.0"
@@ -2345,7 +2345,7 @@ cli-cursor@^3.1.0:
23452345
dependencies:
23462346
restore-cursor "^3.1.0"
23472347

2348-
cli-progress@^3.11.2, cli-progress@^3.4.0:
2348+
cli-progress@^3.12.0, cli-progress@^3.4.0:
23492349
version "3.12.0"
23502350
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.12.0.tgz#807ee14b66bcc086258e444ad0f19e7d42577942"
23512351
integrity sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==

0 commit comments

Comments
 (0)