diff --git a/package-lock.json b/package-lock.json index 0f82ae04..ca330bf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "jsonc-eslint-parser": "^3.1.0", "lint-staged": "^16.4.0", "prettier": "^3.8.3", - "tailwindcss": "^4.2.4", + "tailwindcss": "^4.3.0", "typescript": "^5.2.0", "vite": "^8.0.10", "vitest": "^4.1.5" @@ -2460,13 +2460,6 @@ "dev": true, "license": "MIT" }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true, - "license": "MIT" - }, "node_modules/baseline-browser-mapping": { "version": "2.9.14", "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.14.tgz", @@ -4795,9 +4788,9 @@ "license": "MIT" }, "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 05de492e..b76b3668 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jsonc-eslint-parser": "^3.1.0", "lint-staged": "^16.4.0", "prettier": "^3.8.3", - "tailwindcss": "^4.2.4", + "tailwindcss": "^4.3.0", "typescript": "^5.2.0", "vite": "^8.0.10", "vitest": "^4.1.5"