From 65b377ae79c7c882fb2e7b2de662eefb4aafcbc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 18:36:41 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-oclif from 3.1.0 to 4.0.0 Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/oclif/eslint-config-oclif/releases) - [Changelog](https://github.com/oclif/eslint-config-oclif/blob/v4.0.0/CHANGELOG.md) - [Commits](https://github.com/oclif/eslint-config-oclif/compare/v3.1.0...v4.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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e991bfa0..77e57b12 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "chai": "^4.2.0", "conventional-changelog-cli": "^2.0.17", "eslint": "^7.3.1", - "eslint-config-oclif": "^3.1.0", + "eslint-config-oclif": "^4.0.0", "eslint-config-oclif-typescript": "^0.2.0", "globby": "^11.0.1", "mocha": "^8.2.1", diff --git a/yarn.lock b/yarn.lock index fd84404a..1efbc068 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1422,10 +1422,10 @@ eslint-config-oclif-typescript@^0.2.0: eslint-plugin-node "^7.0.1" eslint-plugin-unicorn "^6.0.1" -eslint-config-oclif@^3.1.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-3.1.2.tgz#d68bdcc3c3a7f548572ccc3582f7f345abef609d" - integrity sha512-66i2mWHb4luJHqJSUO5o9bTYQyH4yuItEikBghUixQB1tFpe/j3mKoRMncxGm2LDGcVIbgK7iLXWO9Ta7buIpg== +eslint-config-oclif@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-4.0.0.tgz#90a07587f7be7c92ae3ce750ae11cf1e864239eb" + integrity sha512-5tkUQeC33rHAhJxaGeBGYIflDLumeV2qD/4XLBdXhB/6F/+Jnwdce9wYHSvkx0JUqUQShpQv8JEVkBp/zzD7hg== dependencies: eslint-config-xo-space "^0.27.0" eslint-plugin-mocha "^9.0.0"