diff --git a/package-lock.json b/package-lock.json index c4317aa8..1d4efe0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "postcss": "*", "prettier": "^3.5.2", "prettier-plugin-tailwindcss": "^0.6.11", - "tailwindcss": "^4.0.8", + "tailwindcss": "^4.0.9", "typescript": "*" }, "optionalDependencies": { @@ -3956,6 +3956,13 @@ "tailwindcss": "4.0.9" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz", + "integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.0.9", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.9.tgz", @@ -4179,6 +4186,13 @@ "tailwindcss": "4.0.9" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.8.tgz", + "integrity": "sha512-Me7N5CKR+D2A1xdWA5t5+kjjT7bwnxZOE6/yDI/ixJdJokszsn2n++mdU5yJwrsTpqFX2B9ZNMBJDwcqk9C9lw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/typography": { "version": "0.5.16", "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz", diff --git a/package.json b/package.json index 8df41af8..77b98195 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "postcss": "latest", "prettier": "^3.5.2", "prettier-plugin-tailwindcss": "^0.6.11", - "tailwindcss": "^4.0.8", + "tailwindcss": "^4.0.9", "typescript": "latest" }, "optionalDependencies": {