Skip to content

Commit 0b0d40d

Browse files
authoredMar 5, 2023
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 d54a524 commit 0b0d40d

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
77
"dependencies": {
8-
"@oclif/core": "^2.1.7",
8+
"@oclif/core": "^2.4.0",
99
"chalk": "^4.1.0",
1010
"debug": "^4.1.0",
1111
"fs-extra": "^9.0.1",

‎yarn.lock

+5-12
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@
281281
widest-line "^3.1.0"
282282
wrap-ansi "^7.0.0"
283283

284-
"@oclif/core@^2.0.3", "@oclif/core@^2.1.7", "@oclif/core@^2.3.0":
285-
version "2.3.1"
286-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.1.tgz#82d977338c68b3faeda84f780c2f97a3dd322cb2"
287-
integrity sha512-18CkjjF16hwhBd/42z+0CHAwvZlBfpyCmdZxpasN/od8c/hdm0oDEJvVB33/xD0LDYg8glKoQ5zVNVvPM/uJ/Q==
284+
"@oclif/core@^2.0.3", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0":
285+
version "2.4.0"
286+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.4.0.tgz#8e5983dd0d50a3c0c170a844fe8925cb639f0a9f"
287+
integrity sha512-wWUnOOfQQty0k1Cstm/iWW6pbG0mHzU7rcUtab2Sni9kjBPCcy6ENTgpsWbb/WdITopqtXmvpYII2fgcjKdzUA==
288288
dependencies:
289289
"@types/cli-progress" "^3.11.0"
290290
ansi-escapes "^4.3.2"
@@ -1171,14 +1171,7 @@ cli-cursor@^3.1.0:
11711171
dependencies:
11721172
restore-cursor "^3.1.0"
11731173

1174-
cli-progress@^3.10.0:
1175-
version "3.11.2"
1176-
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.11.2.tgz#f8c89bd157e74f3f2c43bcfb3505670b4d48fc77"
1177-
integrity sha512-lCPoS6ncgX4+rJu5bS3F/iCz17kZ9MPZ6dpuTtI0KXKABkhyXIdYB3Inby1OpaGti3YlI3EeEkM9AuWpelJrVA==
1178-
dependencies:
1179-
string-width "^4.2.3"
1180-
1181-
cli-progress@^3.12.0:
1174+
cli-progress@^3.10.0, cli-progress@^3.12.0:
11821175
version "3.12.0"
11831176
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.12.0.tgz#807ee14b66bcc086258e444ad0f19e7d42577942"
11841177
integrity sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==

0 commit comments

Comments
 (0)
Please sign in to comment.