From 3296d874dce9546cb33f5d8a3dbed936f7571589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:21:06 +0000 Subject: [PATCH] deps(deps-dev): bump eslint-plugin-unicorn from 43.0.2 to 61.0.2 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 43.0.2 to 61.0.2. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v43.0.2...v61.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 61.0.2 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 72dda04fc..e84ce2846 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-sonarjs": "^0.25.1", - "eslint-plugin-unicorn": "^43.0.2", + "eslint-plugin-unicorn": "^61.0.2", "http-server": "^14.1.1", "jsdom": "^26.1.0", "lodash": "^4.17.21",