diff --git a/package-lock.json b/package-lock.json index d3b677a..de322f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "pusher-js": "^8.4.0", "react": "^19.2.4", "react-dom": "^19.2.4", - "tailwindcss": "^4.2.0", + "tailwindcss": "^4.2.2", "typescript": "^5.0.2", "typescript-eslint": "^8.56.1", "vite": "^7.0.7" @@ -1652,6 +1652,13 @@ "tailwindcss": "4.2.1" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz", + "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.1.tgz", @@ -1972,6 +1979,13 @@ "vite": "^5.2.0 || ^6 || ^7" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz", + "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tanstack/react-virtual": { "version": "3.13.18", "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.18.tgz", @@ -6143,9 +6157,9 @@ "license": "MIT" }, "node_modules/tailwindcss": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz", - "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz", + "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 79d6171..c6e5716 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "pusher-js": "^8.4.0", "react": "^19.2.4", "react-dom": "^19.2.4", - "tailwindcss": "^4.2.0", + "tailwindcss": "^4.2.2", "typescript": "^5.0.2", "typescript-eslint": "^8.56.1", "vite": "^7.0.7"