diff --git a/package-lock.json b/package-lock.json index 60d9f1d..639e2af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.1", "prettier": "^3.9.1", "prettier-plugin-astro": "^0.14.1", - "tailwindcss": "^4.3.1" + "tailwindcss": "^4.3.2" } }, "node_modules/@alloc/quick-lru": { @@ -2467,6 +2467,13 @@ "node": ">=10.13.0" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.1.tgz", + "integrity": "sha512-hk+TB1m+K8CYNrP6rjQaq/Y+4Zylwpa87mLYBKCunwnnQ9p+fHb7kmSfGqyEJoxF/O6CDyABWVFEafNSYKll+Q==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/debug": { "version": "4.1.13", "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz", @@ -7174,9 +7181,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.1.tgz", - "integrity": "sha512-hk+TB1m+K8CYNrP6rjQaq/Y+4Zylwpa87mLYBKCunwnnQ9p+fHb7kmSfGqyEJoxF/O6CDyABWVFEafNSYKll+Q==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", + "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index 2439b8b..e51aaa0 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "@tailwindcss/vite": "^4.3.1", "prettier": "^3.9.1", "prettier-plugin-astro": "^0.14.1", - "tailwindcss": "^4.3.1" + "tailwindcss": "^4.3.2" } }