From 7e115b5cc3e6e16db57d5c48b877b8edc5bf30ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 09:01:57 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 17.0.1 to 17.1.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 17.0.1 to 17.1.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v17.0.1...v17.1.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 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"