Skip to content

Commit 1c2731f

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

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
@@ -42,7 +42,7 @@
4242
],
4343
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
4444
"dependencies": {
45-
"@oclif/core": "^1.16.4",
45+
"@oclif/core": "^1.21.0",
4646
"@salesforce/command": "^5.1.2",
4747
"@salesforce/core": "^3.19.0",
4848
"@salesforce/ts-types": "^1.7.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -707,10 +707,10 @@
707707
is-wsl "^2.1.1"
708708
tslib "^2.0.0"
709709

710-
"@oclif/core@^1.16.4", "@oclif/core@^1.20.2", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.3.1", "@oclif/core@^1.7.0":
711-
version "1.20.4"
712-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.4.tgz#7378b52e1f1b502e383ffb07f95dffc9fd8588ff"
713-
integrity sha512-giug32M4YhSYNYKQwE1L57/+k5gp1+Bq3/0vKNQmzAY1tizFGhvBJc6GIRZasHjU+xtZLutQvrVrJo7chX3hxg==
710+
"@oclif/core@^1.20.2", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.21.0", "@oclif/core@^1.3.1", "@oclif/core@^1.7.0":
711+
version "1.21.0"
712+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.21.0.tgz#d91b2f40a4f446279ab6335c619fc1716fc23ab6"
713+
integrity sha512-B/AKYfHcNRAbb6Xz2kj0FlH9gWEi8aFS4iEr7EzguP3E2DpDk4wcf7eOMOfJYEmhuVd9sOpVWSnI2yP+FL/3Sg==
714714
dependencies:
715715
"@oclif/linewrap" "^1.0.0"
716716
"@oclif/screen" "^3.0.3"

0 commit comments

Comments
 (0)