From 59b7c882ed10f2f5f7e2e9f9409612f64f6045b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 01:49:27 -0700 Subject: [PATCH] chore(dev-deps): bump eslint-config-oclif from 5.2.1 to 5.2.2 (#537) Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 5.2.1 to 5.2.2. - [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.2.1...5.2.2) --- updated-dependencies: - dependency-name: eslint-config-oclif dependency-type: direct:development update-type: version-update:semver-patch ... 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 b370851..d4dcd63 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "chai": "^4.5.0", "commitlint": "^17.8.1", "eslint": "^8.57.1", - "eslint-config-oclif": "^5.2.1", + "eslint-config-oclif": "^5.2.2", "eslint-config-oclif-typescript": "^3.1.12", "eslint-config-prettier": "^9.1.0", "globby": "^11.1.0", diff --git a/yarn.lock b/yarn.lock index 4d296f7..b783b7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4424,10 +4424,10 @@ eslint-config-oclif-typescript@^3.1.12: eslint-plugin-n "^15" eslint-plugin-perfectionist "^2.11.0" -eslint-config-oclif@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-5.2.1.tgz#1d1537958979e06e115d627d20e7f318e453a31d" - integrity sha512-f0I7oB3lkbEnTqH+F18tKNmZG78aDjiCWz7co0Zbz6s12k655jUvb6FtzHniCmATqaHfcVVdrOldBT6P3bKpxA== +eslint-config-oclif@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-5.2.2.tgz#31e895f6880b23e1148fb006f91698e7ff41b941" + integrity sha512-NNTyyolSmKJicgxtoWZ/hoy2Rw56WIoWCFxgnBkXqDgi9qPKMwZs2Nx2b6SHLJvCiWWhZhWr5V46CFPo3PSPag== dependencies: eslint-config-xo-space "^0.35.0" eslint-plugin-mocha "^10.5.0"