From 71fa8cd8ad8d503bc514611fa13f7e075c80475d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:08:53 +0000 Subject: [PATCH] chore(dev-deps): update oclif requirement from ^4.1.3 to ^4.4.12 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.1.3...4.4.12) --- 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 f3c619c..828015e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsdoc": "^48.0.2", "mocha": "^10", - "oclif": "^4.1.3", + "oclif": "^4.4.12", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5"