From 78bfeeff7f6728f25fad5ffdb88ac5618f3a9626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 05:08:53 +0000 Subject: [PATCH] Bump @babel/eslint-plugin from 7.12.1 to 7.12.13 Bumps [@babel/eslint-plugin](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-plugin) from 7.12.1 to 7.12.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.13/eslint/babel-eslint-plugin) 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 ebd9fa8f25..03ae10cc83 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "@babel/core": "^7.12.10", "@babel/eslint-parser": "^7.12.1", - "@babel/eslint-plugin": "^7.12.1", + "@babel/eslint-plugin": "^7.12.13", "@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-proposal-private-methods": "^7.12.1", "@babel/plugin-transform-modules-umd": "^7.12.1", diff --git a/yarn.lock b/yarn.lock index 78fbd26418..9013c723b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -44,10 +44,10 @@ eslint-visitor-keys "^1.3.0" semver "^6.3.0" -"@babel/eslint-plugin@^7.12.1": - version "7.12.1" - resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.12.1.tgz#67626a16312dfe7c5dd7685a1a8af7b03c43985b" - integrity sha512-rOjrD5yupTYCO4x0kEbQmi/NsaD+VGOD/9Cvso64WMVPY2y6o5Nvw2sqFWdeSEBdR1Dsa07YjplBs067x5YbXg== +"@babel/eslint-plugin@^7.12.13": + version "7.12.13" + resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.12.13.tgz#92be33fd8ce7d9729ad19599ba4f13a165ed4069" + integrity sha512-f2gA5zhmNdSEqFzdn4LHMrm0+cy7Ev+Ky2wbojNIItnLZKQlujJnBsnjlYZlkKQlTODHkEFcrCV6JeEc0/lktg== dependencies: eslint-rule-composer "^0.3.0"