From a45581cbb98a433107c0ce915450cb659c797559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 22:51:56 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.10.1 to 3.10.8 Bumps [@oclif/core](https://github.com/oclif/core) from 3.10.1 to 3.10.8. - [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.10.1...3.10.8) --- 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 3b09896a..0b78375c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/test/issues", "dependencies": { - "@oclif/core": "^3.10.1", + "@oclif/core": "^3.10.8", "chai": "^4.3.10", "fancy-test": "^3.0.1" }, diff --git a/yarn.lock b/yarn.lock index 25810c4e..b11d1d55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -284,10 +284,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.1.tgz#c8e6c7a557983de1c55990177c16c78d26e10083" - integrity sha512-zBjujYmLyEu7T6PBlaPqmsum/Cc5KMwc6XmcKzUC/PUQspENGd4z0n4eBlNlKjfO/1sLdts99xUlSoIYXoFimg== +"@oclif/core@^3.10.8": + version "3.10.8" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713" + integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw== dependencies: ansi-escapes "^4.3.2" ansi-styles "^4.3.0"