Skip to content

Commit 7312181

Browse files
authored
Merge pull request #311 from salesforcecli/dependabot-npm_and_yarn-oclif-core-1.20.0
fix(deps): bump @oclif/core from 1.19.1 to 1.20.0
2 parents 442d864 + c2f4474 commit 7312181

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
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",
88
"dependencies": {
9-
"@oclif/core": "^1.19.1",
9+
"@oclif/core": "^1.20.0",
1010
"@salesforce/command": "^5.2.11",
1111
"@salesforce/core": "^3.30.9",
1212
"tslib": "^2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -702,10 +702,10 @@
702702
is-wsl "^2.1.1"
703703
tslib "^2.3.1"
704704

705-
"@oclif/core@^1.0.8", "@oclif/core@^1.16.4", "@oclif/core@^1.19.1", "@oclif/core@^1.2.1", "@oclif/core@^1.3.6", "@oclif/core@^1.6.4":
706-
version "1.19.1"
707-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.19.1.tgz#6dba92cfb7f1412e43068db3e9716215786f85a3"
708-
integrity sha512-+LtMYQNzfLoYUcBTsWSFQ/4mqiA70XRU6tP+lDNmQQTrB5FHzDoBbyYvdjvMeS42izg78gjlN++rLUaAUCloNw==
705+
"@oclif/core@^1.0.8", "@oclif/core@^1.16.4", "@oclif/core@^1.19.1", "@oclif/core@^1.2.1", "@oclif/core@^1.20.0", "@oclif/core@^1.3.6", "@oclif/core@^1.6.4":
706+
version "1.20.0"
707+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.0.tgz#04a37b66cedeeb21630b91095466641bc499f706"
708+
integrity sha512-yByf6w5JOFsbIeyYEF8rSbvN4uCI/7O9lGNg0kY0N+HH6edtpCtGHe6p/4+5yPNEmGL6P8IEKi+9s0Ys774mgw==
709709
dependencies:
710710
"@oclif/linewrap" "^1.0.0"
711711
"@oclif/screen" "^3.0.2"

0 commit comments

Comments
 (0)