From 367db83f421e5af7f98857d157d4cab99d5bc1e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 11:09:47 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-oclif from 5.2.2 to 6.0.114 Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 5.2.2 to 6.0.114. - [Release notes](https://github.com/oclif/eslint-config-oclif/releases) - [Changelog](https://github.com/oclif/eslint-config-oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/eslint-config-oclif/compare/5.2.2...6.0.114) --- updated-dependencies: - dependency-name: eslint-config-oclif dependency-version: 6.0.114 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abc8c4c..bb018bd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/sinon": "^17.0.4", "chai": "^4", "eslint": "^8", - "eslint-config-oclif": "^5", + "eslint-config-oclif": "^6", "eslint-config-oclif-typescript": "^3", "eslint-config-prettier": "^9", "mocha": "^10",