From 80c80e143316c9f6641d83377bbfd70a64b11b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:16:32 +0000 Subject: [PATCH] Update @oclif/plugin-update requirement from ^3.1.16 to ^3.2.4 Updates the requirements on [@oclif/plugin-update](https://github.com/oclif/plugin-update) to permit the latest version. - [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/3.1.16...3.2.4) --- updated-dependencies: - dependency-name: "@oclif/plugin-update" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b894106..a1d94d7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@oclif/core": "^1", "@oclif/plugin-help": "^5.2.15", "@oclif/plugin-not-found": "^2.3.34", - "@oclif/plugin-update": "^3.1.16", + "@oclif/plugin-update": "^3.2.4", "@oclif/plugin-warn-if-update-available": "^2.0.46", "axios": "^0.27.2", "chalk": "^4.1.2",