From d530510e9368cfeedaea2cb578de29bcbf3cd97a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Nov 2018 12:39:08 -0500 Subject: [PATCH] Bump eslint-plugin-babel from 5.2.1 to 5.3.0 (#1145) [ci skip] Bumps [eslint-plugin-babel](https://github.com/babel/eslint-plugin-babel) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/babel/eslint-plugin-babel/releases) - [Commits](https://github.com/babel/eslint-plugin-babel/compare/v5.2.1...v5.3.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0d76a2fe2..02799595c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-config-airbnb": "^17.1.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^3.3.0", - "eslint-plugin-babel": "^5.2.1", + "eslint-plugin-babel": "^5.3.0", "eslint-plugin-ignore-erb": "^0.1.1", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", diff --git a/yarn.lock b/yarn.lock index 4c16faf12..45b11dae2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3816,10 +3816,10 @@ eslint-module-utils@^2.2.0: debug "^2.6.8" pkg-dir "^1.0.0" -eslint-plugin-babel@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.2.1.tgz#95cccad9a70908ab1d21276e7e33cc9701a18293" - integrity sha512-2bYHrP9TOT3Bq2Ay12xo2FZg76dMZesZMcRzoHZiC4v+Q4CMUA/F0G3hGYseOpwXaaGqxaPXoJyqAyIa3eBF1Q== +eslint-plugin-babel@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.3.0.tgz#2e7f251ccc249326da760c1a4c948a91c32d0023" + integrity sha512-HPuNzSPE75O+SnxHIafbW5QB45r2w78fxqwK3HmjqIUoPfPzVrq6rD+CINU3yzoDSzEhUkX07VUphbF73Lth/w== dependencies: eslint-rule-composer "^0.3.0"