From 7b0afa5b53564792a6c9f79c7620c8b2452ee911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 00:27:17 +0000 Subject: [PATCH] chore(dev-deps): update oclif requirement from ^3.16.0 to ^3.17.2 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.2) --- 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 97d42c0..705670d 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.2", "shx": "^0.3.3", "ts-node": "^10.9.1", "tslib": "^2.6.2",