diff --git a/package-lock.json b/package-lock.json index 8870662f0..7b283dcf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-perfectionist": "^5.9.1", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-regexp": "^3.1.1", - "eslint-plugin-unicorn": "^68.0.0", + "eslint-plugin-unicorn": "^70.0.0", "globals": "^17.7.0", "gulp": "^5.0.1", "gulp-cli": "^3.1.0", @@ -6643,9 +6643,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "68.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-68.0.0.tgz", - "integrity": "sha512-mHYWvX948Q4H3bGc39bsNMxD/leOuNI+Iws9NVsoSz5VA7EGP86wnz7mZ/SPSvRhefT8L4hd8DHfDuGC+lIoCQ==", + "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 3b0b41f9b..06eef4865 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-perfectionist": "^5.9.1", "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-regexp": "^3.1.1", - "eslint-plugin-unicorn": "^68.0.0", + "eslint-plugin-unicorn": "^70.0.0", "globals": "^17.7.0", "gulp": "^5.0.1", "gulp-cli": "^3.1.0",