From e7727ee5ab4203b974cb8a12984bfcc34a79bf21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:17:23 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-oclif from 4.0.0 to 5.0.0 Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 4.0.0 to 5.0.0. - [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/v4.0.0...5.0.0) --- 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 14e1dac..4799bd2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@adobe/eslint-config-aio-lib-config": "^2.0.1", "chalk": "^4.0.0", "eslint": "^8.46.0", - "eslint-config-oclif": "^4.0.0", + "eslint-config-oclif": "^5.0.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jest": "^27.2.3",