From 41b43d2e7c0ba0f1fa0a4703a6c700b0e3fc7824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 04:13:23 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-autocomplete from 3.2.49 to 3.2.50 Bumps [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) from 3.2.49 to 3.2.50. - [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.49...3.2.50) --- updated-dependencies: - dependency-name: "@oclif/plugin-autocomplete" dependency-version: 3.2.50 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 463a2662..112d6a70 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@internxt/lib": "1.4.2", "@internxt/sdk": "1.17.0", "@oclif/core": "4.11.3", - "@oclif/plugin-autocomplete": "3.2.49", + "@oclif/plugin-autocomplete": "3.2.50", "axios": "1.16.1", "better-sqlite3": "12.10.0", "bip39": "3.1.0", diff --git a/yarn.lock b/yarn.lock index ef661957..2835302f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1281,10 +1281,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-autocomplete@3.2.49": - version "3.2.49" - resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.49.tgz#f9c2a5135b20fbeeef150244f1cc56ad1ea5716d" - integrity sha512-+rrAZ468bW/B9uVrn6sEnFYepy3M1N/BWht8mHzhFIFCIduPSoE+8MweROxZLOGBZrXGWt0iavuPQmy0eaXRfQ== +"@oclif/plugin-autocomplete@3.2.50": + version "3.2.50" + resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.50.tgz#540657df5dfea04f3908008d40554ed00be2e850" + integrity sha512-SQRIJSYue/1tIn7X55W/97gTb8UkSoHeFAcBng2r2YMJyWj8uB1DtFl28D8BDXPQXPTiPK89hQGejoT7RdkR2w== dependencies: "@oclif/core" "^4" ansis "^3.16.0"