Bump eslint-plugin-unicorn from 65.0.0 to 65.0.1

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 65.0.0 to 65.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v65.0.0...v65.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-version: 65.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-19 09:12:06 -07:00
committed by David Anson
co-authored by David Anson
parent 0ec86e944c
commit f4041f3b9c
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -18,7 +18,7 @@
"@vercel/ncc": "0.38.4",
"eslint": "10.4.1",
"eslint-plugin-n": "18.0.1",
"eslint-plugin-unicorn": "65.0.0"
"eslint-plugin-unicorn": "65.0.1"
},
"funding": {
"url": "https://github.com/sponsors/DavidAnson"
@@ -927,9 +927,9 @@
}
},
"node_modules/eslint-plugin-unicorn": {
"version": "65.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-65.0.0.tgz",
"integrity": "sha512-wE75x2QqMuPgZXcoc8LgTz7+gk5+SZK93Cxe6jkfouKp6+FwYwjMGrbYQTMRH8HK8X6jeTBhPPI2Cun923EMLQ==",
"version": "65.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-65.0.1.tgz",
"integrity": "sha512-daCrQrgxOoOz2uMPWB3Y3vvv/5q+ncwICI8IjoebiwtW87CaY4tAN5EEiRXTYVnf7qi1v1BGBdHOSnZLV0rx6A==",
"dev": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -30,6 +30,6 @@
"@vercel/ncc": "0.38.4",
"eslint": "10.4.1",
"eslint-plugin-n": "18.0.1",
"eslint-plugin-unicorn": "65.0.0"
"eslint-plugin-unicorn": "65.0.1"
}
}