From 4933643e72181de78c2511b8b41aecab944fcb5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 21:49:58 -0500 Subject: [PATCH] fix(deps): bump eslint-plugin-perfectionist from 2.1.0 to 2.2.0 (#73) Bumps [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) from 2.1.0 to 2.2.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.1.0...v2.2.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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a33f92d..05a312f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "eslint-plugin-import": "^2.28.1", "eslint-plugin-mocha": "^10.2.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-perfectionist": "^2.1.0" + "eslint-plugin-perfectionist": "^2.2.0" }, "devDependencies": { "@oclif/prettier-config": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 2c258f8..c8d2d31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -168,7 +168,7 @@ semver "^7.5.4" ts-api-utils "^1.0.1" -"@typescript-eslint/utils@6.7.5", "@typescript-eslint/utils@^6.6.0": +"@typescript-eslint/utils@6.7.5", "@typescript-eslint/utils@^6.7.5": version "6.7.5" resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.5.tgz#ab847b53d6b65e029314b8247c2336843dba81ab" integrity sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA== @@ -611,12 +611,12 @@ eslint-plugin-node@^11.1.0: resolve "^1.10.1" semver "^6.1.0" -eslint-plugin-perfectionist@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.1.0.tgz#08809661661d98010cd69de3b6a1e19c8a977cce" - integrity sha512-KVA7H6J/qfmZH/WopNKFgYbKoX+ozKAOIeQvo/+jibn6k9e71Et+giIHEHrMICZ043CeGpRKrCRRhlmD7pjeRg== +eslint-plugin-perfectionist@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.2.0.tgz#a1b1f1407ce9bc20a4f0e2b8113fb84e5b9dfb9f" + integrity sha512-/nG2Uurd6AY7CI6zlgjHPOoiPY8B7EYMUWdNb5w+EzyauYiQjjD5lQwAI1FlkBbCCFFZw/CdZIPQhXumYoiyaw== dependencies: - "@typescript-eslint/utils" "^6.6.0" + "@typescript-eslint/utils" "^6.7.5" minimatch "^9.0.3" natural-compare-lite "^1.4.0"