From 26f5aba77f8fbef2c6cae94c8bf104f48da2e07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:14:20 +0000 Subject: [PATCH] chore(deps): bump @oclif/plugin-update from 4.7.18 to 4.7.32 Bumps [@oclif/plugin-update](https://github.com/oclif/plugin-update) from 4.7.18 to 4.7.32. - [Release notes](https://github.com/oclif/plugin-update/releases) - [Changelog](https://github.com/oclif/plugin-update/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-update/compare/4.7.18...4.7.32) --- updated-dependencies: - dependency-name: "@oclif/plugin-update" dependency-version: 4.7.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a00eba7..dde074ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@inquirer/prompts": "^8.0.2", "@oclif/core": "^4.8.0", "@oclif/plugin-help": "^6.2.32", - "@oclif/plugin-update": "^4.7.16", + "@oclif/plugin-update": "^4.7.32", "@oclif/table": "^0.5.1", "cli-progress": "^3.12.0", "conf": "^15.1.0", @@ -3489,20 +3489,20 @@ } }, "node_modules/@oclif/plugin-update": { - "version": "4.7.18", - "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.18.tgz", - "integrity": "sha512-2XxWBBhrk7qKz2nAC2QjNOz8UoTmNJITrnn6hQ8Lntr6wfDXsAGOYakZ6j6DoRIHbcUcRM4CYUsvewMp0MUG6Q==", + "version": "4.7.32", + "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.32.tgz", + "integrity": "sha512-XKb6tkaro4Ci5X/hTMlBmf2m1OvVKz+OajGMFn137V2TAUKRAbf2pz9LMZgJZNz9k4Jibsh3K7BNfgkdNIhkrg==", "license": "MIT", "dependencies": { "@inquirer/select": "^2.5.0", "@oclif/core": "^4", - "@oclif/table": "^0.5.2", + "@oclif/table": "^0.5.4", "ansis": "^3.17.0", "debug": "^4.4.1", "filesize": "^6.1.0", "got": "^13", "proxy-agent": "^6.5.0", - "semver": "^7.7.3", + "semver": "^7.7.4", "tar-fs": "^2.1.4" }, "engines": { @@ -3810,9 +3810,9 @@ } }, "node_modules/@oclif/table": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.2.tgz", - "integrity": "sha512-7QnG9tqVEDqRbCZGvCU1uueoLWdiSVqFmslOfEpEW++XkqLi8hKu3TX6J22yqrvgCwx9CnNeAkaOD2UZ9NoWKw==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.4.tgz", + "integrity": "sha512-tIW7JTfO/t19cfOZofxEi16GAV12osvuSwdDHQ6ltIYtNeDyT8vJqdqo5NmyKNNwUy6V1DoGsVhJtPTFabR4hg==", "license": "MIT", "dependencies": { "@types/react": "^18.3.12", diff --git a/package.json b/package.json index 63195e19..74dca623 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@inquirer/prompts": "^8.0.2", "@oclif/core": "^4.8.0", "@oclif/plugin-help": "^6.2.32", - "@oclif/plugin-update": "^4.7.16", + "@oclif/plugin-update": "^4.7.32", "@oclif/table": "^0.5.1", "cli-progress": "^3.12.0", "conf": "^15.1.0",