From feee9a174d7961c564cd1406d4070915a9c42b1e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 09:43:15 +0000 Subject: [PATCH] Bump eslint-plugin-eslint-comments from 3.1.2 to 3.2.0 Bumps [eslint-plugin-eslint-comments](https://github.com/mysticatea/eslint-plugin-eslint-comments) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/mysticatea/eslint-plugin-eslint-comments/releases) - [Commits](https://github.com/mysticatea/eslint-plugin-eslint-comments/compare/v3.1.2...v3.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a06fad3aea..39d32f5431 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "del": "^5.1.0", "eslint": "^6.8.0", "eslint-plugin-compat": "^3.5.1", - "eslint-plugin-eslint-comments": "^3.1.2", + "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-promise": "^4.2.1", "file-loader": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index ac827f401c..3139458275 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3896,10 +3896,10 @@ eslint-plugin-compat@^3.5.1: mdn-browser-compat-data "^1.0.21" semver "7.3.2" -eslint-plugin-eslint-comments@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.1.2.tgz#4ef6c488dbe06aa1627fea107b3e5d059fc8a395" - integrity sha512-QexaqrNeteFfRTad96W+Vi4Zj1KFbkHHNMMaHZEYcovKav6gdomyGzaxSDSL3GoIyUOo078wRAdYlu1caiauIQ== +eslint-plugin-eslint-comments@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#9e1cd7b4413526abb313933071d7aba05ca12ffa" + integrity sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ== dependencies: escape-string-regexp "^1.0.5" ignore "^5.0.5"