104.diff (2228B)
1 diff --git a/package-lock.json b/package-lock.json 2 index ab14b19..1b316cb 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -39,7 +39,7 @@ 6 "eslint": "8.10.0", 7 "eslint-config-next": "12.1.0", 8 "eslint-plugin-jsx-a11y": "6.5.1", 9 - "eslint-plugin-unicorn": "41.0.0", 10 + "eslint-plugin-unicorn": "41.0.1", 11 "i18next-parser": "5.4.0", 12 "postcss": "8.4.8", 13 "tailwindcss": "3.0.23", 14 @@ -3375,9 +3375,9 @@ 15 } 16 }, 17 "node_modules/eslint-plugin-unicorn": { 18 - "version": "41.0.0", 19 - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz", 20 - "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==", 21 + "version": "41.0.1", 22 + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz", 23 + "integrity": "sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==", 24 "dev": true, 25 "dependencies": { 26 "@babel/helper-validator-identifier": "^7.15.7", 27 @@ -11666,9 +11666,9 @@ 28 "requires": {} 29 }, 30 "eslint-plugin-unicorn": { 31 - "version": "41.0.0", 32 - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz", 33 - "integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==", 34 + "version": "41.0.1", 35 + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz", 36 + "integrity": "sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==", 37 "dev": true, 38 "requires": { 39 "@babel/helper-validator-identifier": "^7.15.7", 40 diff --git a/package.json b/package.json 41 index aad0178..bb0327a 100644 42 --- a/package.json 43 +++ b/package.json 44 @@ -50,7 +50,7 @@ 45 "eslint": "8.10.0", 46 "eslint-config-next": "12.1.0", 47 "eslint-plugin-jsx-a11y": "6.5.1", 48 - "eslint-plugin-unicorn": "41.0.0", 49 + "eslint-plugin-unicorn": "41.0.1", 50 "i18next-parser": "5.4.0", 51 "postcss": "8.4.8", 52 "tailwindcss": "3.0.23",