72.diff (2510B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 17e1fb1..60984a7 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -39,7 +39,7 @@ 6 "eslint": "8.9.0", 7 "eslint-config-next": "12.1.0", 8 "eslint-plugin-jsx-a11y": "6.5.1", 9 - "eslint-plugin-unicorn": "40.1.0", 10 + "eslint-plugin-unicorn": "41.0.0", 11 "i18next-parser": "5.4.0", 12 "postcss": "8.4.6", 13 "tailwindcss": "3.0.22", 14 @@ -3375,9 +3375,9 @@ 15 } 16 }, 17 "node_modules/eslint-plugin-unicorn": { 18 - "version": "40.1.0", 19 - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.1.0.tgz", 20 - "integrity": "sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==", 21 + "version": "41.0.0", 22 + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz", 23 + "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==", 24 "dev": true, 25 "dependencies": { 26 "@babel/helper-validator-identifier": "^7.15.7", 27 @@ -3402,7 +3402,7 @@ 28 "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1" 29 }, 30 "peerDependencies": { 31 - "eslint": ">=7.32.0" 32 + "eslint": ">=8.8.0" 33 } 34 }, 35 "node_modules/eslint-plugin-unicorn/node_modules/semver": { 36 @@ -11665,9 +11665,9 @@ 37 "requires": {} 38 }, 39 "eslint-plugin-unicorn": { 40 - "version": "40.1.0", 41 - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.1.0.tgz", 42 - "integrity": "sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==", 43 + "version": "41.0.0", 44 + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz", 45 + "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==", 46 "dev": true, 47 "requires": { 48 "@babel/helper-validator-identifier": "^7.15.7", 49 diff --git a/package.json b/package.json 50 index 8dd4766..1c45858 100644 51 --- a/package.json 52 +++ b/package.json 53 @@ -50,7 +50,7 @@ 54 "eslint": "8.9.0", 55 "eslint-config-next": "12.1.0", 56 "eslint-plugin-jsx-a11y": "6.5.1", 57 - "eslint-plugin-unicorn": "40.1.0", 58 + "eslint-plugin-unicorn": "41.0.0", 59 "i18next-parser": "5.4.0", 60 "postcss": "8.4.6", 61 "tailwindcss": "3.0.22",