66.diff (2488B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 5a0d387..4b1ad8d 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -42,7 +42,7 @@ 6 "eslint-plugin-unicorn": "40.1.0", 7 "i18next-parser": "5.4.0", 8 "postcss": "8.4.6", 9 - "tailwindcss": "3.0.21", 10 + "tailwindcss": "3.0.22", 11 "typescript": "4.5.5" 12 }, 13 "engines": { 14 @@ -8228,9 +8228,9 @@ 15 "dev": true 16 }, 17 "node_modules/tailwindcss": { 18 - "version": "3.0.21", 19 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.21.tgz", 20 - "integrity": "sha512-PGTiaBu/K4QlzjKlLgtz6nVYlrmhy6INPMKYb6RHX18/VXwygFbRdAlJGl2NfXabTQOP62ttKwjQviWLKQuWrA==", 21 + "version": "3.0.22", 22 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz", 23 + "integrity": "sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==", 24 "dev": true, 25 "dependencies": { 26 "arg": "^5.0.1", 27 @@ -8246,6 +8246,7 @@ 28 "is-glob": "^4.0.3", 29 "normalize-path": "^3.0.0", 30 "object-hash": "^2.2.0", 31 + "postcss": "^8.4.6", 32 "postcss-js": "^4.0.0", 33 "postcss-load-config": "^3.1.0", 34 "postcss-nested": "5.0.6", 35 @@ -15200,9 +15201,9 @@ 36 "dev": true 37 }, 38 "tailwindcss": { 39 - "version": "3.0.21", 40 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.21.tgz", 41 - "integrity": "sha512-PGTiaBu/K4QlzjKlLgtz6nVYlrmhy6INPMKYb6RHX18/VXwygFbRdAlJGl2NfXabTQOP62ttKwjQviWLKQuWrA==", 42 + "version": "3.0.22", 43 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.22.tgz", 44 + "integrity": "sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==", 45 "dev": true, 46 "requires": { 47 "arg": "^5.0.1", 48 @@ -15218,6 +15219,7 @@ 49 "is-glob": "^4.0.3", 50 "normalize-path": "^3.0.0", 51 "object-hash": "^2.2.0", 52 + "postcss": "^8.4.6", 53 "postcss-js": "^4.0.0", 54 "postcss-load-config": "^3.1.0", 55 "postcss-nested": "5.0.6", 56 diff --git a/package.json b/package.json 57 index 70c4b3a..7b9666c 100644 58 --- a/package.json 59 +++ b/package.json 60 @@ -53,7 +53,7 @@ 61 "eslint-plugin-unicorn": "40.1.0", 62 "i18next-parser": "5.4.0", 63 "postcss": "8.4.6", 64 - "tailwindcss": "3.0.21", 65 + "tailwindcss": "3.0.22", 66 "typescript": "4.5.5" 67 }, 68 "optionalDependencies": {