From fdd45749202d49d7f50d1cbe763077d11aca6514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 13:09:28 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 37.0.1 to 45.0.2 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 37.0.1 to 45.0.2. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v37.0.1...v45.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-type: direct:development 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 407d456..2f3f6e8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint": "^8.0.0", "eslint-plugin-eslint-plugin": "^4.0.0", "eslint-plugin-import": "^2.24.2", - "eslint-plugin-unicorn": "^37.0.1", + "eslint-plugin-unicorn": "^45.0.2", "husky": "^7.0.2", "mocha": "^9.0.3", "nyc": "^15.1.0",