From 2eb1971112bbae6d6fc0403f6572d85002194d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 09:02:58 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 71.0.0 to 71.1.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 71.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/v71.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-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f948b9..2c6f0c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@vercel/ncc": "0.44.1", "eslint": "10.6.0", "eslint-plugin-n": "18.2.1", - "eslint-plugin-unicorn": "71.0.0" + "eslint-plugin-unicorn": "71.1.0" }, "funding": { "url": "https://github.com/sponsors/DavidAnson" @@ -933,9 +933,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "71.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-71.0.0.tgz", - "integrity": "sha512-9LAN/lIeEY8x1PsP10wOe1bFhNVJ4s3GWfy2FGiiZiKUd2JXVFKbjFaSVSWMKaVyKx1ulj3g5LMPKjWtvQntwg==", + "version": "71.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-71.1.0.tgz", + "integrity": "sha512-dn3YmR3qLLUeYyo/os3ubZ7UHQJ1WbBAgC9cIhnLTyMj9J6kivuc2U1fCmYetLexUlTDVYtBqhjSj/VaebTe6Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5e4cf8e..6dfea6b 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "@vercel/ncc": "0.44.1", "eslint": "10.6.0", "eslint-plugin-n": "18.2.1", - "eslint-plugin-unicorn": "71.0.0" + "eslint-plugin-unicorn": "71.1.0" } }