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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-17 11:07:38 -07:00
committed by David Anson
parent 0f39a4ab17
commit 2eb1971112
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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": {
+1 -1
View File
@@ -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"
}
}