From aa22d4963dd08f389a0c9f6192a1435521a3360c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:05:56 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-unicorn from 62.0.0 to 71.1.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 62.0.0 to 71.1.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v62.0.0...v71.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 71.1.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 ac5dea6..be17956 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-security": "^3.0.1", - "eslint-plugin-unicorn": "^62.0.0", + "eslint-plugin-unicorn": "^71.1.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", "markdownlint-cli": "^0.47.0",