Skip to content

Commit 7e1f1ea

Browse files
authored
Merge pull request #149 from salesforcecli/dependabot-npm_and_yarn-oclif-core-1.22.0
fix(deps): bump @oclif/core from 1.20.4 to 1.22.0
2 parents a9be2e2 + 231e762 commit 7e1f1ea

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.20.4",
8+
"@oclif/core": "^1.22.0",
99
"@salesforce/core": "^3.32.1",
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.19.0", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.6.3":
741-
version "1.20.4"
742-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.4.tgz#7378b52e1f1b502e383ffb07f95dffc9fd8588ff"
743-
integrity sha512-giug32M4YhSYNYKQwE1L57/+k5gp1+Bq3/0vKNQmzAY1tizFGhvBJc6GIRZasHjU+xtZLutQvrVrJo7chX3hxg==
740+
"@oclif/core@^1.19.0", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.22.0", "@oclif/core@^1.6.3":
741+
version "1.22.0"
742+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.22.0.tgz#dfdd76db6435cc1be2de7bbe25c23302332b9297"
743+
integrity sha512-Bvyi6uFbmpkFl9XUATsGMlqEDGfqMKWL0Mu5VQTuPg7/NIyfygYkaburn11uGkOp0a8yG6fPpyVBfGmztjNPGA==
744744
dependencies:
745745
"@oclif/linewrap" "^1.0.0"
746746
"@oclif/screen" "^3.0.3"

0 commit comments

Comments
 (0)