diff --git a/package.json b/package.json index 501aa91d..c827d6a8 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "electron-rebuild": "1.10.1", "eslint": "6.8.0", "eslint-config-prettier": "6.11.0", - "eslint-plugin-eslint-comments": "^3.1.2", + "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-prettier": "3.1.3", "eslint-plugin-react": "7.19.0", "husky": "4.2.5", diff --git a/yarn.lock b/yarn.lock index 200c211c..f6f0b841 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3371,10 +3371,10 @@ eslint-config-prettier@6.11.0: dependencies: get-stdin "^6.0.0" -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"