diff --git a/package-lock.json b/package-lock.json index 1cfb1ea..011b209 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": "69.0.0" + "eslint-plugin-unicorn": "70.0.0" }, "funding": { "url": "https://github.com/sponsors/DavidAnson" @@ -930,9 +930,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "69.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-69.0.0.tgz", - "integrity": "sha512-ZN/KtHr9hQ6AOByANSNJpsDbo/+Nn+EyQ6blK4w+dcmS/xpYkqLLfrUc+NA/wOK6vF5uEUvhn8my5B/3sruB9g==", + "version": "70.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-70.0.0.tgz", + "integrity": "sha512-uAF9xMcVvvhTfvusCgogJ1wh4To3q2KhVMw3i1Apf/ILTbxsCjscvraAZACsEurb7no2fdXblD3whcbVnjw5zg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c6af9d6..b3f4fd8 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": "69.0.0" + "eslint-plugin-unicorn": "70.0.0" } }