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" } }