diff --git a/package-lock.json b/package-lock.json index d0060edc..6ac38ae3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "postcss": "^8.5.14", "prettier": "^3.8.3", "prettier-plugin-tailwindcss": "^0.6.14", - "tailwindcss": "^4.1.4", + "tailwindcss": "^4.3.0", "typescript": "~5.3" }, "engines": { @@ -8418,6 +8418,13 @@ "jiti": "lib/jiti-cli.mjs" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz", + "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.2.4", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.4.tgz", @@ -8737,6 +8744,13 @@ "tailwindcss": "4.2.4" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz", + "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==", + "dev": true, + "license": "MIT" + }, "node_modules/@trysound/sax": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", @@ -26282,9 +26296,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz", - "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", + "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 28b9bc8d..48264d6a 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "postcss": "^8.5.14", "prettier": "^3.8.3", "prettier-plugin-tailwindcss": "^0.6.14", - "tailwindcss": "^4.1.4", + "tailwindcss": "^4.3.0", "typescript": "~5.3" }, "browserslist": {