From ec3a5595f4a64e682f81a5aa61e33b78bad69453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:43:06 +0200 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-unicorn from 41.0.1 to 42.0.0 (#8184) Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 41.0.1 to 42.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v41.0.1...v42.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c100a03ce8d..f6aad4335e8 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "eslint-plugin-import": "2.25.4", "eslint-plugin-mocha": "10.0.3", "eslint-plugin-prettier": "4.0.0", - "eslint-plugin-unicorn": "41.0.1", + "eslint-plugin-unicorn": "42.0.0", "esprima": "4.0.1", "expect": "25.2.7", "husky": "7.0.4",