diff --git a/ui/package-lock.json b/ui/package-lock.json index 2e63752..593f360 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -22,7 +22,7 @@ "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "postcss": "^8", - "tailwindcss": "^3.3.0", + "tailwindcss": "^3.4.3", "typescript": "^5" } }, @@ -1475,10 +1475,11 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "dev": true, + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -1488,7 +1489,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/ui/package.json b/ui/package.json index ae0bdb7..dade110 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "react-dom": "^18.3.1", "next": "^14.2.4", "react-toastify": "^9.1.3", - "tailwindcss": "^3.3.0" + "tailwindcss": "^3.4.3" }, "devDependencies": { "@types/js-cookie": "^3.0.6", @@ -23,7 +23,7 @@ "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "postcss": "^8", - "tailwindcss": "^3.3.0", + "tailwindcss": "^3.4.3", "typescript": "^5" } }