From b1f5aa2f88af511ff0da935f21eb4b22e29840d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:23:09 +0000 Subject: [PATCH] chore(dev-deps): update oclif requirement from ^3.16.0 to ^3.17.1 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/3.16.0...3.17.1) --- 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 66ec26b..418d1cc 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-config-oclif": "^4", "eslint-config-oclif-typescript": "^1.0.3", "mocha": "^9", - "oclif": "^3.16.0", + "oclif": "^3.17.1", "shx": "^0.3.3", "ts-node": "^10.9.1", "tslib": "^2.6.2",