From 620e2b6097f92d38f0b8f914438d03f3ab83b534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:01:41 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.5.0 to 3.9.1 Bumps [@oclif/core](https://github.com/oclif/core) from 3.5.0 to 3.9.1. - [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.5.0...3.9.1) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... 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 afc18525..7a1ff42b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": { - "@oclif/core": "^3.5.0", + "@oclif/core": "^3.9.1", "chalk": "^5", "cross-spawn": "^7.0.3", "debug": "^4.3.1", diff --git a/yarn.lock b/yarn.lock index fda1e666..04e5c3d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -507,10 +507,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.5.0": - version "3.5.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.5.0.tgz#ce12e264f6eab051391489bf4df0340a133fc3fb" - integrity sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g== +"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.9.1": + version "3.9.1" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.9.1.tgz#056cf2e5b0962eac371a31d12963b188ca314716" + integrity sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw== dependencies: ansi-escapes "^4.3.2" ansi-styles "^4.3.0"