From d4f9635cdbabd6a37d792b10c27423a9863d8853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 00:48:20 -0500 Subject: [PATCH] chore(dev-deps): bump eslint-config-oclif from 5.1.3 to 5.2.0 (#153) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 829455f..facd90d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2269,9 +2269,9 @@ eslint-config-oclif-typescript@^2.0.1: eslint-plugin-node "^11.1.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"