From e5ff81d6c43d6577f9d8263880d5e839e5dba7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:59:30 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.1.2 to 2.1.7 Bumps [@oclif/core](https://github.com/oclif/core) from 2.1.2 to 2.1.7. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/2.1.2...2.1.7) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6b1d6f3d..7948a2ad 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js", "dependencies": { - "@oclif/core": "^2.0.7", + "@oclif/core": "^2.1.7", "@salesforce/core": "^3.33.0", "@salesforce/kit": "^1.8.0", "@salesforce/sf-plugins-core": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index 6beab9b8..b4b95ccc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -782,10 +782,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.2.tgz#a3e47ed2274e47cb2b3dc1a16b5955cceae5d2d0" - integrity sha512-l7Kx+80zuDgi9o4gZe39XQeYvQuj6Hf+B31kXSUSntgXpfLdDbpFSZH/GP7tsldzG4icrpmSwnLDOz8MNB40Hg== +"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.1.7": + version "2.1.7" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.7.tgz#d51d8758a195bb0d813d19a89b286756ddb0b51b" + integrity sha512-6QZvUmKHLqrESIW4mu8azE0sQ7I9LVC3iM9O4ipp53Pqe5pQhIyxv8tB/zvagmPxJXXiCbfPsBazeqjCcM3/tg== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2" @@ -795,7 +795,7 @@ clean-stack "^3.0.1" cli-progress "^3.11.2" debug "^4.3.4" - ejs "^3.1.6" + ejs "^3.1.8" fs-extra "^9.1.0" get-package-type "^0.1.0" globby "^11.1.0"