From f3291063dbee8a2b736040f030b92868a14482f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 11:44:15 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.27.0 to 4.0.19 Bumps [@oclif/core](https://github.com/oclif/core) from 3.27.0 to 4.0.19. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/3.27.0...4.0.19) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a3a8d1..23343b3 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "@inquirer/prompts": "^5.0.5", - "@oclif/core": "^3", + "@oclif/core": "^4", "@oclif/plugin-help": "^6", "@oclif/plugin-plugins": "^5", "@types/inquirer": "^9.0.7"