diff --git a/package-lock.json b/package-lock.json index 6a2fb87..6cb0108 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2513,9 +2513,9 @@ } }, "eslint-plugin-unicorn": { - "version": "41.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz", - "integrity": "sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==", + "version": "42.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz", + "integrity": "sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.15.7", diff --git a/package.json b/package.json index e51e432..6af7971 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-jest": "^26.1.3", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-test-id": "^2.1.0", - "eslint-plugin-unicorn": "^41.0.1", + "eslint-plugin-unicorn": "^42.0.0", "eslint-plugin-vue": "^8.5.0", "eslint-plugin-vuejs-accessibility": "^1.1.1", "is-plain-obj": "^3.0.0",