From 8a4b8229579e7c4d03187ecc5092a3c2b601b006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:43:22 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-oclif from 3.1.2 to 6.0.39 Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 3.1.2 to 6.0.39. - [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/v3.1.2...6.0.39) --- updated-dependencies: - dependency-name: eslint-config-oclif 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 28c0ac3..4862b04 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "acorn": "^7", "chalk": "^4", "eslint": "^8.57.1", - "eslint-config-oclif": "^3.1.0", + "eslint-config-oclif": "^6.0.39", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^27.9.0",