From bfde9e6e5c0fe8425b07500c5800896fc0f1fd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 00:26:48 -0500 Subject: [PATCH] chore(dev-deps): bump eslint-config-oclif from 5.1.3 to 5.2.0 (#376) 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> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7af09e7..9a0bff2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "chai": "^4.4.1", "chalk": "^4.1.0", "eslint": "^8.57.0", - "eslint-config-oclif": "^5.1.3", + "eslint-config-oclif": "^5.2.0", "eslint-config-oclif-typescript": "^3.1.7", "http-call": "^5.2.3", "markdown-toc": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index bee0173..a1f7d48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1127,10 +1127,10 @@ eslint-config-oclif-typescript@^3.1.7: eslint-plugin-n "^15" eslint-plugin-perfectionist "^2.10.0" -eslint-config-oclif@^5.1.3: - version "5.1.3" - resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-5.1.3.tgz#4d569c80c1b7fb8af5cad77e60acd9b53ac96ab4" - integrity sha512-Yf4VYDoaebYaBYZdYmEXP0xDIzppMvkG1cPtkum6rFtUhY9qdvsOGS3ijW6Q4ao5ochQLdvTEgXYGPkAQo7Fug== +eslint-config-oclif@^5.2.0: + 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"