234.diff (9170B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 7e2b502..849965f 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -42,7 +42,7 @@ 6 "eslint-plugin-unicorn": "42.0.0", 7 "i18next-parser": "6.4.0", 8 "postcss": "8.4.14", 9 - "tailwindcss": "3.0.24", 10 + "tailwindcss": "3.1.2", 11 "typescript": "4.7.2" 12 }, 13 "engines": { 14 @@ -2241,7 +2241,7 @@ 15 "node_modules/defined": { 16 "version": "1.0.0", 17 "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", 18 - "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=", 19 + "integrity": "sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ==", 20 "dev": true 21 }, 22 "node_modules/delegates": { 23 @@ -2267,14 +2267,14 @@ 24 } 25 }, 26 "node_modules/detective": { 27 - "version": "5.2.0", 28 - "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz", 29 - "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==", 30 + "version": "5.2.1", 31 + "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", 32 + "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==", 33 "dev": true, 34 "dependencies": { 35 - "acorn-node": "^1.6.1", 36 + "acorn-node": "^1.8.2", 37 "defined": "^1.0.0", 38 - "minimist": "^1.1.1" 39 + "minimist": "^1.2.6" 40 }, 41 "bin": { 42 "detective": "bin/detective.js" 43 @@ -5596,6 +5596,15 @@ 44 "url": "https://github.com/sponsors/jonschlinkert" 45 } 46 }, 47 + "node_modules/pify": { 48 + "version": "2.3.0", 49 + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", 50 + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", 51 + "dev": true, 52 + "engines": { 53 + "node": ">=0.10.0" 54 + } 55 + }, 56 "node_modules/playwright-core": { 57 "version": "1.22.2", 58 "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.22.2.tgz", 59 @@ -5649,6 +5658,23 @@ 60 "node": "^10 || ^12 || >=14" 61 } 62 }, 63 + "node_modules/postcss-import": { 64 + "version": "14.1.0", 65 + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", 66 + "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", 67 + "dev": true, 68 + "dependencies": { 69 + "postcss-value-parser": "^4.0.0", 70 + "read-cache": "^1.0.0", 71 + "resolve": "^1.1.7" 72 + }, 73 + "engines": { 74 + "node": ">=10.0.0" 75 + }, 76 + "peerDependencies": { 77 + "postcss": "^8.0.0" 78 + } 79 + }, 80 "node_modules/postcss-js": { 81 "version": "4.0.0", 82 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz", 83 @@ -5960,6 +5986,15 @@ 84 "react-dom": ">=16" 85 } 86 }, 87 + "node_modules/read-cache": { 88 + "version": "1.0.0", 89 + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", 90 + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", 91 + "dev": true, 92 + "dependencies": { 93 + "pify": "^2.3.0" 94 + } 95 + }, 96 "node_modules/read-pkg": { 97 "version": "5.2.0", 98 "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", 99 @@ -6853,15 +6888,15 @@ 100 "dev": true 101 }, 102 "node_modules/tailwindcss": { 103 - "version": "3.0.24", 104 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz", 105 - "integrity": "sha512-H3uMmZNWzG6aqmg9q07ZIRNIawoiEcNFKDfL+YzOPuPsXuDXxJxB9icqzLgdzKNwjG3SAro2h9SYav8ewXNgig==", 106 + "version": "3.1.2", 107 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.2.tgz", 108 + "integrity": "sha512-yJ6L5s1U5AeS5g7HHy212zdQfjwD426FBfm59pet/JsyneuZuD4C2W7PpJEg4ppisiB21uLqtNagv8KXury3+Q==", 109 "dev": true, 110 "dependencies": { 111 "arg": "^5.0.1", 112 "chokidar": "^3.5.3", 113 "color-name": "^1.1.4", 114 - "detective": "^5.2.0", 115 + "detective": "^5.2.1", 116 "didyoumean": "^1.2.2", 117 "dlv": "^1.1.3", 118 "fast-glob": "^3.2.11", 119 @@ -6871,7 +6906,8 @@ 120 "normalize-path": "^3.0.0", 121 "object-hash": "^3.0.0", 122 "picocolors": "^1.0.0", 123 - "postcss": "^8.4.12", 124 + "postcss": "^8.4.14", 125 + "postcss-import": "^14.1.0", 126 "postcss-js": "^4.0.0", 127 "postcss-load-config": "^3.1.4", 128 "postcss-nested": "5.0.6", 129 @@ -9126,7 +9162,7 @@ 130 "defined": { 131 "version": "1.0.0", 132 "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", 133 - "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=", 134 + "integrity": "sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ==", 135 "dev": true 136 }, 137 "delegates": { 138 @@ -9146,14 +9182,14 @@ 139 "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==" 140 }, 141 "detective": { 142 - "version": "5.2.0", 143 - "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz", 144 - "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==", 145 + "version": "5.2.1", 146 + "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", 147 + "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==", 148 "dev": true, 149 "requires": { 150 - "acorn-node": "^1.6.1", 151 + "acorn-node": "^1.8.2", 152 "defined": "^1.0.0", 153 - "minimist": "^1.1.1" 154 + "minimist": "^1.2.6" 155 } 156 }, 157 "didyoumean": { 158 @@ -11729,6 +11765,12 @@ 159 "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 160 "dev": true 161 }, 162 + "pify": { 163 + "version": "2.3.0", 164 + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", 165 + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", 166 + "dev": true 167 + }, 168 "playwright-core": { 169 "version": "1.22.2", 170 "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.22.2.tgz", 171 @@ -11760,6 +11802,17 @@ 172 "source-map-js": "^1.0.2" 173 } 174 }, 175 + "postcss-import": { 176 + "version": "14.1.0", 177 + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", 178 + "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", 179 + "dev": true, 180 + "requires": { 181 + "postcss-value-parser": "^4.0.0", 182 + "read-cache": "^1.0.0", 183 + "resolve": "^1.1.7" 184 + } 185 + }, 186 "postcss-js": { 187 "version": "4.0.0", 188 "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz", 189 @@ -11967,6 +12020,15 @@ 190 "clsx": "^1.1.1" 191 } 192 }, 193 + "read-cache": { 194 + "version": "1.0.0", 195 + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", 196 + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", 197 + "dev": true, 198 + "requires": { 199 + "pify": "^2.3.0" 200 + } 201 + }, 202 "read-pkg": { 203 "version": "5.2.0", 204 "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", 205 @@ -12599,15 +12661,15 @@ 206 "dev": true 207 }, 208 "tailwindcss": { 209 - "version": "3.0.24", 210 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.24.tgz", 211 - "integrity": "sha512-H3uMmZNWzG6aqmg9q07ZIRNIawoiEcNFKDfL+YzOPuPsXuDXxJxB9icqzLgdzKNwjG3SAro2h9SYav8ewXNgig==", 212 + "version": "3.1.2", 213 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.1.2.tgz", 214 + "integrity": "sha512-yJ6L5s1U5AeS5g7HHy212zdQfjwD426FBfm59pet/JsyneuZuD4C2W7PpJEg4ppisiB21uLqtNagv8KXury3+Q==", 215 "dev": true, 216 "requires": { 217 "arg": "^5.0.1", 218 "chokidar": "^3.5.3", 219 "color-name": "^1.1.4", 220 - "detective": "^5.2.0", 221 + "detective": "^5.2.1", 222 "didyoumean": "^1.2.2", 223 "dlv": "^1.1.3", 224 "fast-glob": "^3.2.11", 225 @@ -12617,7 +12679,8 @@ 226 "normalize-path": "^3.0.0", 227 "object-hash": "^3.0.0", 228 "picocolors": "^1.0.0", 229 - "postcss": "^8.4.12", 230 + "postcss": "^8.4.14", 231 + "postcss-import": "^14.1.0", 232 "postcss-js": "^4.0.0", 233 "postcss-load-config": "^3.1.4", 234 "postcss-nested": "5.0.6", 235 diff --git a/package.json b/package.json 236 index 6b04e7d..212705b 100644 237 --- a/package.json 238 +++ b/package.json 239 @@ -53,7 +53,7 @@ 240 "eslint-plugin-unicorn": "42.0.0", 241 "i18next-parser": "6.4.0", 242 "postcss": "8.4.14", 243 - "tailwindcss": "3.0.24", 244 + "tailwindcss": "3.1.2", 245 "typescript": "4.7.2" 246 }, 247 "optionalDependencies": {