From bbeb29ff8f3b0141d853289e51af1881b30fbc05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:38:14 -0600 Subject: [PATCH] fix(deps): bump eslint-plugin-perfectionist from 2.8.0 to 2.9.0 (#131) Bumps [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases) - [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md) - [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: eslint-plugin-perfectionist dependency-type: direct:production 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 4f1b2d7..7fb92ff 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-mocha": "^10.4.2", "eslint-plugin-n": "^15", - "eslint-plugin-perfectionist": "^2.8.0" + "eslint-plugin-perfectionist": "^2.9.0" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 540210f..b80b51b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -627,10 +627,10 @@ eslint-plugin-n@^15: resolve "^1.22.1" semver "^7.3.8" -eslint-plugin-perfectionist@^2.8.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.8.0.tgz#4bcca444dae8144e4d8d7711907116c9f98c6bdc" - integrity sha512-XBjQ4ctU1rOzQ4bFJoUowe8XdsIIz42JqNrouFlae1TO78HjoyYBaRP8+gAHDDQCSdHY10pbChyzlJeBA6D51w== +eslint-plugin-perfectionist@^2.9.0: + version "2.9.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.9.0.tgz#f0f48ae37734d0c85f25f2ff117e548c89a30034" + integrity sha512-ipFtDrqtF99qVVo+FE1fo6aHyLLp7hg6PNGfzY5KxQjcl0XCbyEFvjtR1NfkHDTN9rdFeEDxg59LLOv3VOAHAw== dependencies: "@typescript-eslint/utils" "^6.13.0" minimatch "^9.0.3"