From 27491c0adb4d2a8f1944980028ba247ed527aeec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 04:47:22 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.19.2 to 3.19.5 Bumps [@oclif/core](https://github.com/oclif/core) from 3.19.2 to 3.19.5. - [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/3.19.2...3.19.5) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 851be656..84c7e5b7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "bugs": "https://github.com/jayree/sfdx-plugin-source/issues", "dependencies": { "@jayree/changelog": "^1.1.9", - "@oclif/core": "^3.19.2", + "@oclif/core": "^3.19.5", "@salesforce/sf-plugins-core": "^7.1.9", "@salesforce/source-tracking": "^5.1.11", "debug": "^4.3.4", diff --git a/yarn.lock b/yarn.lock index 5820bd38..9d2d4f4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1773,10 +1773,10 @@ node-gyp "^8.2.0" read-package-json-fast "^2.0.1" -"@oclif/core@^3.16.0", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2": - version "3.19.2" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2.tgz#1672061e7309f0048f9f9991607b303a9e5082fc" - integrity sha512-/kUZZQZO92esToSTn+fnfMQdAj8uDJ/lsMNXBRBCiLQpwnIskHXy8JzYpynxxkzY2wbGREBceQhxCyDV0XpY4g== +"@oclif/core@^3.16.0", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.5": + version "3.19.5" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.5.tgz#6523684c1ca94e05479569532177121cef35be21" + integrity sha512-banrxfcaWo0/xEk9LfDLt+jV+4+tR7bUBFRFXPIA9AAjikRWGV+mpSN5M3UvoaZM6aj4q5mZN7bhegxTzQcDtQ== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2"