Skip to content

Commit

Permalink
fix: bump oclif/core
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 8, 2021
1 parent c826c41 commit 1cd3df6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
},
"dependencies": {
"@oclif/core": "^0.5.33",
"@oclif/core": "^0.5.35",
"@salesforce/kit": "^1.5.8",
"@salesforce/ts-types": "^1.5.13",
"cli-ux": "^5.6.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/core@^0.5.33":
version "0.5.33"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.33.tgz#3d304436163653044dd37c173e2fc504cdf40040"
integrity sha512-4zaDkhDM319U4TsIlYx7GlGTfVRCUuOx3GXh/FpAGY7dPwrtRv5xKKiR87LWZIt1En1Q58E1cSGKeR1lQ3WNnQ==
"@oclif/core@^0.5.35":
version "0.5.35"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.35.tgz#20d6dd2be4c78449227c2912aa23e4d451d7add5"
integrity sha512-5nTd+lOcDh1QPa9mM74qFChmApp5oHnP3EqYGYwqhfA3ad4qIfyYEn8pKxf0MlrYoPA8j2PrmceuRZThstKssA==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
Expand Down

0 comments on commit 1cd3df6

Please sign in to comment.