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",