From a98c9f85dc47d9feb8e53b2f3afe691ab103b2e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:14:29 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-unicorn from 64.0.0 to 72.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 64.0.0 to 72.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v64.0.0...v72.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 72.0.0 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 e4f62027..0efc734d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "bun-types": "latest", "eslint": "^10.0.3", "eslint-plugin-sonarjs": "^4.0.2", - "eslint-plugin-unicorn": "^64.0.0", + "eslint-plugin-unicorn": "^72.0.0", "lefthook": "^2.0.13", "typescript": "^6.0.3", "typescript-eslint": "^8.57.0"