40.diff (2620B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 5951d83..b0f5609 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -44,7 +44,7 @@ 6 "eslint-plugin-unicorn": "40.1.0", 7 "i18next-parser": "5.4.0", 8 "postcss": "8.4.5", 9 - "tailwindcss": "3.0.17", 10 + "tailwindcss": "3.0.18", 11 "typescript": "4.5.5" 12 }, 13 "engines": { 14 @@ -8292,9 +8292,9 @@ 15 "dev": true 16 }, 17 "node_modules/tailwindcss": { 18 - "version": "3.0.17", 19 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.17.tgz", 20 - "integrity": "sha512-OiHUsmOKQQEg/ocXaLIjk/kOz8EK2jF6iPuc1bQ4NsmhYl7sk70UDsGV02AJvBAAiJhinPCkDR8egT9qY+ulCw==", 21 + "version": "3.0.18", 22 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.18.tgz", 23 + "integrity": "sha512-ihPTpEyA5ANgZbwKlgrbfnzOp9R5vDHFWmqxB1PT8NwOGCOFVVMl+Ps1cQQ369acaqqf1BEF77roCwK0lvNmTw==", 24 "dev": true, 25 "dependencies": { 26 "arg": "^5.0.1", 27 @@ -8313,7 +8313,7 @@ 28 "postcss-js": "^4.0.0", 29 "postcss-load-config": "^3.1.0", 30 "postcss-nested": "5.0.6", 31 - "postcss-selector-parser": "^6.0.8", 32 + "postcss-selector-parser": "^6.0.9", 33 "postcss-value-parser": "^4.2.0", 34 "quick-lru": "^5.1.1", 35 "resolve": "^1.21.0" 36 @@ -15425,9 +15425,9 @@ 37 "dev": true 38 }, 39 "tailwindcss": { 40 - "version": "3.0.17", 41 - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.17.tgz", 42 - "integrity": "sha512-OiHUsmOKQQEg/ocXaLIjk/kOz8EK2jF6iPuc1bQ4NsmhYl7sk70UDsGV02AJvBAAiJhinPCkDR8egT9qY+ulCw==", 43 + "version": "3.0.18", 44 + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.18.tgz", 45 + "integrity": "sha512-ihPTpEyA5ANgZbwKlgrbfnzOp9R5vDHFWmqxB1PT8NwOGCOFVVMl+Ps1cQQ369acaqqf1BEF77roCwK0lvNmTw==", 46 "dev": true, 47 "requires": { 48 "arg": "^5.0.1", 49 @@ -15446,7 +15446,7 @@ 50 "postcss-js": "^4.0.0", 51 "postcss-load-config": "^3.1.0", 52 "postcss-nested": "5.0.6", 53 - "postcss-selector-parser": "^6.0.8", 54 + "postcss-selector-parser": "^6.0.9", 55 "postcss-value-parser": "^4.2.0", 56 "quick-lru": "^5.1.1", 57 "resolve": "^1.21.0" 58 diff --git a/package.json b/package.json 59 index face8c9..f9c2595 100644 60 --- a/package.json 61 +++ b/package.json 62 @@ -56,7 +56,7 @@ 63 "eslint-plugin-unicorn": "40.1.0", 64 "i18next-parser": "5.4.0", 65 "postcss": "8.4.5", 66 - "tailwindcss": "3.0.17", 67 + "tailwindcss": "3.0.18", 68 "typescript": "4.5.5" 69 }, 70 "optionalDependencies": {