From 126e3f3b7688d9bcc929d40a41115635382f2795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 04:13:24 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-autocomplete from 3.2.41 to 3.2.43 Bumps [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) from 3.2.41 to 3.2.43. - [Release notes](https://github.com/oclif/plugin-autocomplete/releases) - [Changelog](https://github.com/oclif/plugin-autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-autocomplete/compare/3.2.41...3.2.43) --- updated-dependencies: - dependency-name: "@oclif/plugin-autocomplete" dependency-version: 3.2.43 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 89454386..fb243aae 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@internxt/lib": "1.4.1", "@internxt/sdk": "1.15.7", "@oclif/core": "4.10.1", - "@oclif/plugin-autocomplete": "3.2.41", + "@oclif/plugin-autocomplete": "3.2.43", "axios": "1.14.0", "better-sqlite3": "12.8.0", "bip39": "3.1.0", diff --git a/yarn.lock b/yarn.lock index b86a73ca..043450be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1826,10 +1826,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-autocomplete@3.2.41": - version "3.2.41" - resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.41.tgz#8048d306b6660011217b3dce1b95a5103eb89470" - integrity sha512-s8IcxohWtnbYCOA1nC6cUGWFGLBG3MjNWfCBTTa5pUyh4tGsjC5ihLeLCs8WJgGnFkPhVVQ+CfmKOIVmVGYMvA== +"@oclif/plugin-autocomplete@3.2.43": + version "3.2.43" + resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.43.tgz#936dc36f8d51c31a6173617ea4902c25bc4b480b" + integrity sha512-Gz+z85f6PbnG9aphBe2IDD/IhYWRN9aOPIpiKG1bhJV3lKLiFHo26ZEWmB9+7Or+JCqcMMoi/4hEX/HaidMpSg== dependencies: "@oclif/core" "^4" ansis "^3.16.0"