Skip to content

Commit dcdb010

Browse files
authored
Merge pull request #97 from salesforcecli/dependabot-npm_and_yarn-oclif-core-1.19.1
fix(deps): bump @oclif/core from 1.19.0 to 1.19.1
2 parents e70085c + ef72d53 commit dcdb010

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
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^1.19.0",
8+
"@oclif/core": "^1.19.1",
99
"@salesforce/core": "^3.31.16",
1010
"@salesforce/sf-plugins-core": "^1.17.0",
1111
"tslib": "^2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -737,10 +737,10 @@
737737
is-wsl "^2.1.1"
738738
tslib "^2.3.1"
739739

740-
"@oclif/core@^1.16.5", "@oclif/core@^1.18.0", "@oclif/core@^1.19.0", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4":
741-
version "1.19.0"
742-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.19.0.tgz#b2e5260c2344e5905312efd7538daacaedb75cbf"
743-
integrity sha512-4R087E3TAG6Q9cvr+4wnlryHbciioXkZmUF/Qmc08dReoFus1BIfwtR5kUa/thNmQBw5oeGnrxnl9yA/TaxAmA==
740+
"@oclif/core@^1.16.5", "@oclif/core@^1.18.0", "@oclif/core@^1.19.0", "@oclif/core@^1.19.1", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4":
741+
version "1.19.1"
742+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.19.1.tgz#6dba92cfb7f1412e43068db3e9716215786f85a3"
743+
integrity sha512-+LtMYQNzfLoYUcBTsWSFQ/4mqiA70XRU6tP+lDNmQQTrB5FHzDoBbyYvdjvMeS42izg78gjlN++rLUaAUCloNw==
744744
dependencies:
745745
"@oclif/linewrap" "^1.0.0"
746746
"@oclif/screen" "^3.0.2"

0 commit comments

Comments
 (0)