From 6afd1caa1cb997eee0217a003666bfc8203212e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 03:56:56 +0000 Subject: [PATCH] npm: bump eslint-plugin-unicorn from 45.0.2 to 46.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 45.0.2 to 46.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v45.0.2...v46.0.1) --- 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 0a48067..9b07f95 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "eslint-config-prettier": "8.6.0", "eslint-plugin-jest": "27.2.1", "eslint-plugin-prettier": "4.2.1", - "eslint-plugin-unicorn": "45.0.2", + "eslint-plugin-unicorn": "46.0.1", "generate-changelog": "1.8.0", "husky": "8.0.3", "jest": "29.3.1",