From d732ba579bd5a87ec531474535aac5e4a99925ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 11:44:31 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-config-oclif from 5.1.3 to 5.2.0 Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 5.1.3 to 5.2.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/5.1.3...5.2.0) --- updated-dependencies: - dependency-name: eslint-config-oclif dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 419f523..6d1dbf7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3587,9 +3587,9 @@ eslint-config-oclif-typescript@^3: eslint-plugin-perfectionist "^2.10.0" eslint-config-oclif@^5: - version "5.1.3" - resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-5.1.3.tgz#4d569c80c1b7fb8af5cad77e60acd9b53ac96ab4" - integrity sha512-Yf4VYDoaebYaBYZdYmEXP0xDIzppMvkG1cPtkum6rFtUhY9qdvsOGS3ijW6Q4ao5ochQLdvTEgXYGPkAQo7Fug== + version "5.2.0" + resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-5.2.0.tgz#3f6eaa468ee69a4b2c3dcd2dea983579ae2cfd4d" + integrity sha512-fd2rFmm1x5YvTHNklSigbKj8ymo/uAU/PKBic/Yc+9yCRHgOAQos01mBLYVw9oeoyVLx+d79YVidkqgPoyx6RQ== dependencies: eslint-config-xo-space "^0.35.0" eslint-plugin-mocha "^10.4.3"