From dc43e53cb2fccb8934c4778a4c7ddb7c0c7e2792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 08:59:11 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-oclif from 5.2.2 to 6.0.15 Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 5.2.2 to 6.0.15. - [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.15) --- 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 52ff6d1..337e481 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "acorn": "^8.7.0", "dedent": "^1.5.1", "eslint": "^8.57.1", - "eslint-config-oclif": "^5.2.2", + "eslint-config-oclif": "^6.0.15", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^27.9.0",