From 9199e28b7f8b0b7060a765880759ba529b4c6c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 04:13:06 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-autocomplete from 3.2.45 to 3.2.46 Bumps [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) from 3.2.45 to 3.2.46. - [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.45...3.2.46) --- updated-dependencies: - dependency-name: "@oclif/plugin-autocomplete" dependency-version: 3.2.46 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 cbc1e832..76bf4e74 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.4", - "@oclif/plugin-autocomplete": "3.2.45", + "@oclif/plugin-autocomplete": "3.2.46", "axios": "1.15.2", "better-sqlite3": "12.9.0", "bip39": "3.1.0", diff --git a/yarn.lock b/yarn.lock index c0cfd867..05cdc5ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1812,10 +1812,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-autocomplete@3.2.45": - version "3.2.45" - resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.45.tgz#e799dd57599187065996cea5ae82ab6105b50b16" - integrity sha512-ENrUg8rbVCjh40uvi3MC9kGbiUoEf11nyqE59RBzegeeLpRXNo/Zp27L9j1tUmPEqGgfS2/wvHPihNzkpK1FDw== +"@oclif/plugin-autocomplete@3.2.46": + version "3.2.46" + resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.46.tgz#f49f6e0b5c7021abe46185595c09e0e3a920472c" + integrity sha512-TFvuD6JlmqEVsEvMqunyj3cyCz/l2Q4MqCjp/XtlSLS9x3xTlam7PGlqWi4WAhxl/K8CtpYqVlMYFEnlLTHspw== dependencies: "@oclif/core" "^4" ansis "^3.16.0"