Skip to content

Commit ed1d4bf

Browse files
fix(deps): bump @oclif/core from 1.16.1 to 1.16.3
Bumps [@oclif/core](https://github.com/oclif/core) from 1.16.1 to 1.16.3. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@v1.16.1...v1.16.3) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5f7dd2 commit ed1d4bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
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": "^1.16.1",
9+
"@oclif/core": "^1.16.3",
1010
"@salesforce/command": "^5.2.7",
1111
"@salesforce/core": "^3.30.0",
1212
"@salesforce/kit": "^1.5.17",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -716,10 +716,10 @@
716716
is-wsl "^2.1.1"
717717
tslib "^2.3.1"
718718

719-
"@oclif/core@^1.0.8", "@oclif/core@^1.14.1", "@oclif/core@^1.16.1", "@oclif/core@^1.2.1", "@oclif/core@^1.3.1", "@oclif/core@^1.3.4", "@oclif/core@^1.3.6", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4", "@oclif/core@^1.7.0", "@oclif/core@^1.9.0":
720-
version "1.16.1"
721-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.16.1.tgz#39663c903f859f8e37b375d7466b92b4394e1c8d"
722-
integrity sha512-MfzgqcWzWymndd934pd52JAwy0RIgWWYnC0Ed7bxUVYWF4HFb3KmsE7x9/QBP9392Q14vxXi2GNLHboM/5vaDA==
719+
"@oclif/core@^1.0.8", "@oclif/core@^1.14.1", "@oclif/core@^1.16.3", "@oclif/core@^1.2.1", "@oclif/core@^1.3.1", "@oclif/core@^1.3.4", "@oclif/core@^1.3.6", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4", "@oclif/core@^1.7.0", "@oclif/core@^1.9.0":
720+
version "1.16.3"
721+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.16.3.tgz#03683f685b790a2d37868013f382f57a70ba4110"
722+
integrity sha512-SWrU/eGgN5kLyuZ+TqtKz2z2HTSrgaNEwkawNj4B31VXDrPv7aULS3ntVCboAKRldX/6J+Af+70BV07Rr5c5oA==
723723
dependencies:
724724
"@oclif/linewrap" "^1.0.0"
725725
"@oclif/screen" "^3.0.2"

0 commit comments

Comments
 (0)