From 65cfb51c2b48b8ee5adcf49307231b70693f6729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 00:47:49 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.26.4 to 3.26.5 Bumps [@oclif/core](https://github.com/oclif/core) from 3.26.4 to 3.26.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.26.4...3.26.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 561e328..2b4e82c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bundle": "./bin/run.mjs" }, "dependencies": { - "@oclif/core": "^3.26.4", + "@oclif/core": "^3.26.5", "@oclif/plugin-test-esm-1": "^0.7.14" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index fb2da1c..dacbfc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1411,10 +1411,10 @@ node-gyp "^10.0.0" which "^4.0.0" -"@oclif/core@^3", "@oclif/core@^3.10.2", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4": - version "3.26.4" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61" - integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w== +"@oclif/core@^3", "@oclif/core@^3.10.2", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5": + version "3.26.5" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4" + integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2"