From 6c489b4ea88a5ac9f5f41b03a8275f62ecbbb172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 01:29:18 +0000 Subject: [PATCH] Update @oclif/core requirement from ^1.13.10 to ^1.14.2 Updates the requirements on [@oclif/core](https://github.com/oclif/core) to permit the latest version. - [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/v1.13.10...v1.14.2) --- updated-dependencies: - dependency-name: "@oclif/core" 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 85d1a61..18d56e9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "/oclif.manifest.json" ], "dependencies": { - "@oclif/core": "^1.13.10", + "@oclif/core": "^1.14.2", "@oclif/plugin-autocomplete": "^1.3.0", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^2.0.1",