diff --git a/package-lock.json b/package-lock.json index ad840446..bb9e8ac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "postcss": "^8.4.35", "prettier": "^2.8.8", "pretty-quick": "^3.3.1", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.14", "typescript": "^5.6.2" }, "engines": { @@ -6086,9 +6086,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.6.tgz", - "integrity": "sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -6099,7 +6099,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index 5dab74ca..8855eb86 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "postcss": "^8.4.35", "prettier": "^2.8.8", "pretty-quick": "^3.3.1", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.14", "typescript": "^5.6.2" } }