From b22ab64eb2635ed74a2c0b9091b31d638b218119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 23:04:44 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 37.0.1 to 40.1.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 37.0.1 to 40.1.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v37.0.1...v40.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 950864d..ead9665 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.26.1", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-unicorn": "^37.0.1" + "eslint-plugin-unicorn": "^40.1.0" }, "devDependencies": { "@babel/core": "^7.16.0",