Skip to content

Commit b55dddb

Browse files
authored
Merge pull request #63 from salesforcecli/dependabot-npm_and_yarn-oclif-core-2.4.0
fix(deps): bump @oclif/core from 2.3.1 to 2.4.0
2 parents 2889b63 + 303c959 commit b55dddb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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/apex-node": "^1.6.0",
1111
"@salesforce/core": "^3.33.5",
1212
"@salesforce/sf-plugins-core": "^2.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,10 @@
677677
supports-color "^8.1.1"
678678
tslib "^2"
679679

680-
"@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":
681-
version "2.3.1"
682-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.1.tgz#82d977338c68b3faeda84f780c2f97a3dd322cb2"
683-
integrity sha512-18CkjjF16hwhBd/42z+0CHAwvZlBfpyCmdZxpasN/od8c/hdm0oDEJvVB33/xD0LDYg8glKoQ5zVNVvPM/uJ/Q==
680+
"@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":
681+
version "2.4.0"
682+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.4.0.tgz#8e5983dd0d50a3c0c170a844fe8925cb639f0a9f"
683+
integrity sha512-wWUnOOfQQty0k1Cstm/iWW6pbG0mHzU7rcUtab2Sni9kjBPCcy6ENTgpsWbb/WdITopqtXmvpYII2fgcjKdzUA==
684684
dependencies:
685685
"@types/cli-progress" "^3.11.0"
686686
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)