From 254afa9cb2973a10f51cefea6c887a4a99134b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 11:43:56 +0000 Subject: [PATCH] chore(dev-deps): update oclif requirement from ^4.8.8 to ^4.14.19 Updates the requirements on [oclif](https://github.com/oclif/oclif) to permit the latest version. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/oclif/compare/4.8.8...4.14.19) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development ... 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..ac1b3ba 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/node": "^18", "chai": "^5", "mocha": "^10", - "oclif": "^4.8.8", + "oclif": "^4.14.19", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5"