From b468f19c13f385e7c0b9c62b5fa7b2bfeda5d03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 04:13:37 +0000 Subject: [PATCH] fix(deps): bump @oclif/plugin-autocomplete from 3.2.47 to 3.2.49 Bumps [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) from 3.2.47 to 3.2.49. - [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.47...3.2.49) --- updated-dependencies: - dependency-name: "@oclif/plugin-autocomplete" dependency-version: 3.2.49 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 91aeda84..06395745 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@internxt/lib": "1.4.2", "@internxt/sdk": "1.16.2", "@oclif/core": "4.11.1", - "@oclif/plugin-autocomplete": "3.2.47", + "@oclif/plugin-autocomplete": "3.2.49", "axios": "1.16.0", "better-sqlite3": "12.9.0", "bip39": "3.1.0", diff --git a/yarn.lock b/yarn.lock index b014b866..f84d6756 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1535,10 +1535,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/plugin-autocomplete@3.2.47": - version "3.2.47" - resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.47.tgz#a89f901505825880c8c0c387aa305dc20f492f3c" - integrity sha512-Rm8xvKj18T4MBbFdd5HLCQNqojYOcOvwtZxWZ7FE8mPFMjPgj1WKDHeDm8RyWGS3PxV6mdRPUKE5DXsZK9nPoA== +"@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== dependencies: "@oclif/core" "^4" ansis "^3.16.0"