From a5ea01654316c3dda8353c7e85586025a10a668d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 06:04:42 +0000 Subject: [PATCH] chore(dev-deps): update oclif requirement from ^4.0.3 to ^4.4.0 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.0.3...4.4.0) --- 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 9245534..b8bc3b6 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-config-oclif-typescript": "^3", "eslint-config-prettier": "^9.0.0", "mocha": "^10", - "oclif": "^4.0.3", + "oclif": "^4.4.0", "shx": "^0.3.4", "ts-node": "^10.9.1", "typescript": "^5"