From 316b3c44df5447ba46b727cd6b9fc265794ca6b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 06:07:01 +0000 Subject: [PATCH] fix(deps): update @oclif/plugin-update requirement from ^4.1.7 to ^4.1.8 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/4.1.7...4.1.8) --- 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 613357b..4e65dd0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@oclif/plugin-help": "^5", "@oclif/plugin-not-found": "^3.0.8", "@oclif/plugin-plugins": "^4", - "@oclif/plugin-update": "^4.1.7", + "@oclif/plugin-update": "^4.1.8", "@oclif/plugin-warn-if-update-available": "^3.0.9", "adm-zip": "^0.5.10", "axios": "^1.6.5",