168.diff (7643B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 3a42e08..87cd9d2 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -40,7 +40,7 @@ 6 "eslint-config-next": "12.1.6", 7 "eslint-plugin-jsx-a11y": "6.5.1", 8 "eslint-plugin-unicorn": "42.0.0", 9 - "i18next-parser": "5.4.0", 10 + "i18next-parser": "6.4.0", 11 "postcss": "8.4.14", 12 "tailwindcss": "3.0.24", 13 "typescript": "4.6.4" 14 @@ -2009,12 +2009,12 @@ 15 } 16 }, 17 "node_modules/commander": { 18 - "version": "8.3.0", 19 - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", 20 - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", 21 + "version": "9.1.0", 22 + "resolved": "https://registry.npmjs.org/commander/-/commander-9.1.0.tgz", 23 + "integrity": "sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==", 24 "dev": true, 25 "engines": { 26 - "node": ">= 12" 27 + "node": "^12.20.0 || >=14" 28 } 29 }, 30 "node_modules/concat-map": { 31 @@ -3967,16 +3967,16 @@ 32 "integrity": "sha512-/MfAGMP0jHonV966uFf9PkWWuDjPYLIcsipnSO3NxpNtAgRUKLTwvm85fEmsF6hGeu0zbZiCQ3W74jwO6K9uXA==" 33 }, 34 "node_modules/i18next-parser": { 35 - "version": "5.4.0", 36 - "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-5.4.0.tgz", 37 - "integrity": "sha512-AkMOy3NW09tnB+4CAVzHVWxhoab8q1L6E3aIugWeTZqbUVYTjb6dtW1AhiiUd4nLMOj29LaaVCkyqOhrTezp7Q==", 38 + "version": "6.4.0", 39 + "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-6.4.0.tgz", 40 + "integrity": "sha512-UjPs2AgjJSs6JEYr9MnWiPoq4CRx5L/9VhXVhtSsz+1qoaDVvK8zgrcc+Vv0itP//B6BWTnRZxw88FOy9frAvQ==", 41 "dev": true, 42 "dependencies": { 43 "@babel/runtime": "^7.15.4", 44 "broccoli-plugin": "^4.0.7", 45 "cheerio": "^1.0.0-rc.2", 46 "colors": "1.4.0", 47 - "commander": "~8.3.0", 48 + "commander": "~9.1.0", 49 "concat-stream": "~2.0.0", 50 "eol": "^0.9.1", 51 "fs-extra": "^10.0.0", 52 @@ -3984,7 +3984,7 @@ 53 "i18next": "^21.2.0", 54 "js-yaml": "4.1.0", 55 "rsvp": "^4.8.2", 56 - "sort-keys": "^4.2.0", 57 + "sort-keys": "^5.0.0", 58 "through2": "~4.0.2", 59 "typescript": "^4.2.4", 60 "vinyl": "~2.2.1", 61 @@ -3995,7 +3995,7 @@ 62 "i18next": "bin/cli.js" 63 }, 64 "engines": { 65 - "node": ">=12", 66 + "node": "^14.13.1 || >=16.0.0 || >=18.0.0", 67 "npm": ">=6", 68 "yarn": ">=1" 69 } 70 @@ -4305,12 +4305,15 @@ 71 } 72 }, 73 "node_modules/is-plain-obj": { 74 - "version": "2.1.0", 75 - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", 76 - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", 77 + "version": "4.0.0", 78 + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.0.0.tgz", 79 + "integrity": "sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==", 80 "dev": true, 81 "engines": { 82 - "node": ">=8" 83 + "node": ">=12" 84 + }, 85 + "funding": { 86 + "url": "https://github.com/sponsors/sindresorhus" 87 } 88 }, 89 "node_modules/is-regex": { 90 @@ -6557,15 +6560,15 @@ 91 } 92 }, 93 "node_modules/sort-keys": { 94 - "version": "4.2.0", 95 - "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-4.2.0.tgz", 96 - "integrity": "sha512-aUYIEU/UviqPgc8mHR6IW1EGxkAXpeRETYcrzg8cLAvUPZcpAlleSXHV2mY7G12GphSH6Gzv+4MMVSSkbdteHg==", 97 + "version": "5.0.0", 98 + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-5.0.0.tgz", 99 + "integrity": "sha512-Pdz01AvCAottHTPQGzndktFNdbRA75BgOfeT1hH+AMnJFv8lynkPi42rfeEhpx1saTEI3YNMWxfqu0sFD1G8pw==", 100 "dev": true, 101 "dependencies": { 102 - "is-plain-obj": "^2.0.0" 103 + "is-plain-obj": "^4.0.0" 104 }, 105 "engines": { 106 - "node": ">=8" 107 + "node": ">=12" 108 }, 109 "funding": { 110 "url": "https://github.com/sponsors/sindresorhus" 111 @@ -8952,9 +8955,9 @@ 112 "dev": true 113 }, 114 "commander": { 115 - "version": "8.3.0", 116 - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", 117 - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", 118 + "version": "9.1.0", 119 + "resolved": "https://registry.npmjs.org/commander/-/commander-9.1.0.tgz", 120 + "integrity": "sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==", 121 "dev": true 122 }, 123 "concat-map": { 124 @@ -10514,16 +10517,16 @@ 125 "integrity": "sha512-/MfAGMP0jHonV966uFf9PkWWuDjPYLIcsipnSO3NxpNtAgRUKLTwvm85fEmsF6hGeu0zbZiCQ3W74jwO6K9uXA==" 126 }, 127 "i18next-parser": { 128 - "version": "5.4.0", 129 - "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-5.4.0.tgz", 130 - "integrity": "sha512-AkMOy3NW09tnB+4CAVzHVWxhoab8q1L6E3aIugWeTZqbUVYTjb6dtW1AhiiUd4nLMOj29LaaVCkyqOhrTezp7Q==", 131 + "version": "6.4.0", 132 + "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-6.4.0.tgz", 133 + "integrity": "sha512-UjPs2AgjJSs6JEYr9MnWiPoq4CRx5L/9VhXVhtSsz+1qoaDVvK8zgrcc+Vv0itP//B6BWTnRZxw88FOy9frAvQ==", 134 "dev": true, 135 "requires": { 136 "@babel/runtime": "^7.15.4", 137 "broccoli-plugin": "^4.0.7", 138 "cheerio": "^1.0.0-rc.2", 139 "colors": "1.4.0", 140 - "commander": "~8.3.0", 141 + "commander": "~9.1.0", 142 "concat-stream": "~2.0.0", 143 "eol": "^0.9.1", 144 "fs-extra": "^10.0.0", 145 @@ -10531,7 +10534,7 @@ 146 "i18next": "^21.2.0", 147 "js-yaml": "4.1.0", 148 "rsvp": "^4.8.2", 149 - "sort-keys": "^4.2.0", 150 + "sort-keys": "^5.0.0", 151 "through2": "~4.0.2", 152 "typescript": "^4.2.4", 153 "vinyl": "~2.2.1", 154 @@ -10760,9 +10763,9 @@ 155 } 156 }, 157 "is-plain-obj": { 158 - "version": "2.1.0", 159 - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", 160 - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", 161 + "version": "4.0.0", 162 + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.0.0.tgz", 163 + "integrity": "sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==", 164 "dev": true 165 }, 166 "is-regex": { 167 @@ -12388,12 +12391,12 @@ 168 } 169 }, 170 "sort-keys": { 171 - "version": "4.2.0", 172 - "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-4.2.0.tgz", 173 - "integrity": "sha512-aUYIEU/UviqPgc8mHR6IW1EGxkAXpeRETYcrzg8cLAvUPZcpAlleSXHV2mY7G12GphSH6Gzv+4MMVSSkbdteHg==", 174 + "version": "5.0.0", 175 + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-5.0.0.tgz", 176 + "integrity": "sha512-Pdz01AvCAottHTPQGzndktFNdbRA75BgOfeT1hH+AMnJFv8lynkPi42rfeEhpx1saTEI3YNMWxfqu0sFD1G8pw==", 177 "dev": true, 178 "requires": { 179 - "is-plain-obj": "^2.0.0" 180 + "is-plain-obj": "^4.0.0" 181 } 182 }, 183 "source-map": { 184 diff --git a/package.json b/package.json 185 index ae3f3de..07855e9 100644 186 --- a/package.json 187 +++ b/package.json 188 @@ -51,7 +51,7 @@ 189 "eslint-config-next": "12.1.6", 190 "eslint-plugin-jsx-a11y": "6.5.1", 191 "eslint-plugin-unicorn": "42.0.0", 192 - "i18next-parser": "5.4.0", 193 + "i18next-parser": "6.4.0", 194 "postcss": "8.4.14", 195 "tailwindcss": "3.0.24", 196 "typescript": "4.6.4"