diff --git a/package.json b/package.json index 293e78fc..c8bc6d81 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-prettier": "3.1.2", "eslint-plugin-react": "7.19.0", - "eslint-plugin-unicorn": "17.0.1", + "eslint-plugin-unicorn": "17.1.0", "husky": "4.2.3", "jest": "25.1.0", "lint-staged": "10.0.8", diff --git a/yarn.lock b/yarn.lock index ca30f00c..36178ab0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2292,10 +2292,10 @@ eslint-plugin-react@7.19.0: string.prototype.matchall "^4.0.2" xregexp "^4.3.0" -eslint-plugin-unicorn@17.0.1: - version "17.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-17.0.1.tgz#4ac87b39abd5df19e970282c6d01a0406fd1cce8" - integrity sha512-50PXADghwZxRUJ3xOTfWFAsrbPkryrslludMABWExICGheRrYiBQMldeeZpFQU6u1d4pB87zY31cQA/Ut8GIRQ== +eslint-plugin-unicorn@17.1.0: + version "17.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-17.1.0.tgz#62124cba4afe0fa0ffe228f466bee77a9916f63c" + integrity sha512-yYNgXXSnFY73yvcaAB3z32SOY4km5NDzbY1mCSc6gVrKXgvGdU7K1IMJqQpoOrj2+QzdA1Mz0qLYn/ITGuNSFg== dependencies: ci-info "^2.0.0" clean-regexp "^1.0.0"