diff --git a/advanced/package.json b/advanced/package.json index bfd3cb6e8..c76ecc086 100644 --- a/advanced/package.json +++ b/advanced/package.json @@ -23,7 +23,7 @@ "apollo-utilities": "1.3.4", "babel-cli": "6.26.0", "eslint-config-prettier": "2.10.0", - "eslint-plugin-babel": "4.1.2", + "eslint-plugin-babel": "5.3.1", "eslint-plugin-prettier": "2.7.0", "graphql": "14.6.0", "graphql-tag": "2.10.3", diff --git a/advanced/yarn.lock b/advanced/yarn.lock index 8ed612d19..1a37ee2aa 100644 --- a/advanced/yarn.lock +++ b/advanced/yarn.lock @@ -4166,10 +4166,12 @@ eslint-module-utils@^2.6.0: debug "^2.6.9" pkg-dir "^2.0.0" -eslint-plugin-babel@4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e" - integrity sha1-eSAqDjV1fdkngJGbIzbx+i/lPB4= +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-flowtype@2.50.1: version "2.50.1" @@ -4285,6 +4287,11 @@ eslint-plugin-react@7.20.2: resolve "^1.17.0" string.prototype.matchall "^4.0.2" +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-scope@3.7.1, eslint-scope@^3.7.1: version "3.7.1" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"