From bb70c4d607b1fba74c6f2e0ad92b9fa2f14d17cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 12:33:30 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-config-oclif from 5.2.0 to 5.2.1 Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 5.2.0 to 5.2.1. - [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.0...5.2.1) --- updated-dependencies: - dependency-name: eslint-config-oclif dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e4f09e3e..034c48f6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chai": "^4.5.0", "commitlint": "^19", "eslint": "^8.57.0", - "eslint-config-oclif": "^5.2.0", + "eslint-config-oclif": "^5.2.1", "eslint-config-oclif-typescript": "^3.1.8", "eslint-config-prettier": "^9.1.0", "husky": "^9.1.4", diff --git a/yarn.lock b/yarn.lock index 63c902ed..1e01604f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3434,13 +3434,13 @@ eslint-config-oclif-typescript@^3.1.8: eslint-plugin-n "^15" eslint-plugin-perfectionist "^2.11.0" -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== +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== dependencies: eslint-config-xo-space "^0.35.0" - eslint-plugin-mocha "^10.4.3" + eslint-plugin-mocha "^10.5.0" eslint-plugin-n "^15.1.0" eslint-plugin-unicorn "^48.0.1" @@ -3523,10 +3523,10 @@ eslint-plugin-import@^2.29.1: semver "^6.3.1" tsconfig-paths "^3.15.0" -eslint-plugin-mocha@^10.4.3: - version "10.4.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.3.tgz#bf641379d9f1c7d6a84646a3fc1a0baa50da8bfd" - integrity sha512-emc4TVjq5Ht0/upR+psftuz6IBG5q279p+1dSRDeHf+NS9aaerBi3lXKo1SEzwC29hFIW21gO89CEWSvRsi8IQ== +eslint-plugin-mocha@^10.4.3, eslint-plugin-mocha@^10.5.0: + version "10.5.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.5.0.tgz#0aca8d709e7cddef566e0dc252f6b02e307a2b7e" + integrity sha512-F2ALmQVPT1GoP27O1JTZGrV9Pqg8k79OeIuvw63UxMtQKREZtmkK1NFgkZQ2TW7L2JSSFKHFPTtHu5z8R9QNRw== dependencies: eslint-utils "^3.0.0" globals "^13.24.0"