From c46e09197ef000b983da15541eed1009bf5fcd90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 16:02:13 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-babel to v5 --- package.json | 2 +- yarn.lock | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b02d68e..86e0b3f 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "babel-eslint": "7.2.3", "eslint": "3.19.0", "eslint-config-xo": "0.43.1", - "eslint-plugin-babel": "4.1.1", + "eslint-plugin-babel": "5.3.1", "eslint-plugin-no-empty-blocks": "0.0.2", "eslint-plugin-no-use-extend-native": "0.5.0", "eslint-plugin-react": "6.10.3", diff --git a/yarn.lock b/yarn.lock index 37ebfea..5b61cc3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1073,9 +1073,12 @@ eslint-plugin-ava@^14.0.0: pkg-dir "^5.0.0" resolve-from "^5.0.0" -eslint-plugin-babel@4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.1.tgz#ef285c87039b67beb3bbd227f5b0eed4fb376b87" +eslint-plugin-babel@5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.3.1.tgz#75a2413ffbf17e7be57458301c60291f2cfbf560" + integrity sha512-VsQEr6NH3dj664+EyxJwO4FCYm/00JhYb3Sk3ft8o+fpKuIfQ9TaW6uVUfvwMXHcf/lsnRIoyFPsLMyiWCSL/g== + dependencies: + eslint-rule-composer "^0.3.0" eslint-plugin-es@^4.1.0: version "4.1.0" @@ -1180,6 +1183,11 @@ eslint-plugin-unicorn@^46.0.0: semver "^7.3.8" strip-indent "^3.0.0" +eslint-rule-composer@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9" + integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg== + eslint-rule-docs@^1.1.235: version "1.1.235" resolved "https://registry.yarnpkg.com/eslint-rule-docs/-/eslint-rule-docs-1.1.235.tgz#be6ef1fc3525f17b3c859ae2997fedadc89bfb9b"