15.diff (2216B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 9a42226..2c5855e 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -30,7 +30,7 @@ 6 "eslint": "8.6.0", 7 "eslint-config-next": "12.0.7", 8 "eslint-plugin-jsx-a11y": "6.5.1", 9 - "eslint-plugin-unicorn": "40.0.0", 10 + "eslint-plugin-unicorn": "40.1.0", 11 "postcss": "8.4.5", 12 "tailwindcss": "3.0.11", 13 "typescript": "4.5.4" 14 @@ -3988,9 +3988,9 @@ 15 } 16 }, 17 "node_modules/eslint-plugin-unicorn": { 18 - "version": "40.0.0", 19 - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.0.0.tgz", 20 - "integrity": "sha512-5GRXISfBk8jMmYk1eeNDw8zSRnWTxBjWkzx2Prre6E2/yLu2twozZ3EomLWCBu9nWms/ZE361BItyMQwfnG1qA==", 21 + "version": "40.1.0", 22 + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.1.0.tgz", 23 + "integrity": "sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==", 24 "dev": true, 25 "dependencies": { 26 "@babel/helper-validator-identifier": "^7.15.7", 27 @@ -11750,9 +11750,9 @@ 28 "requires": {} 29 }, 30 "eslint-plugin-unicorn": { 31 - "version": "40.0.0", 32 - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.0.0.tgz", 33 - "integrity": "sha512-5GRXISfBk8jMmYk1eeNDw8zSRnWTxBjWkzx2Prre6E2/yLu2twozZ3EomLWCBu9nWms/ZE361BItyMQwfnG1qA==", 34 + "version": "40.1.0", 35 + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.1.0.tgz", 36 + "integrity": "sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==", 37 "dev": true, 38 "requires": { 39 "@babel/helper-validator-identifier": "^7.15.7", 40 diff --git a/package.json b/package.json 41 index 4875489..7585a7d 100644 42 --- a/package.json 43 +++ b/package.json 44 @@ -40,7 +40,7 @@ 45 "eslint": "8.6.0", 46 "eslint-config-next": "12.0.7", 47 "eslint-plugin-jsx-a11y": "6.5.1", 48 - "eslint-plugin-unicorn": "40.0.0", 49 + "eslint-plugin-unicorn": "40.1.0", 50 "postcss": "8.4.5", 51 "tailwindcss": "3.0.11", 52 "typescript": "4.5.4"