diff --git a/package-lock.json b/package-lock.json index 35743856..26cc2606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "eslint-config-next": "^15.2.2", "pg": "^8.13.1", "postcss": "^8.4.41", - "tailwindcss": "^4.0.8", + "tailwindcss": "^4.1.4", "ts-jest": "^29.3.0", "typescript": "^5.8.2" }, @@ -3607,6 +3607,13 @@ "jiti": "lib/jiti-cli.mjs" } }, + "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.8", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.8.tgz", @@ -3832,6 +3839,13 @@ "tailwindcss": "4.0.8" } }, + "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/@types/aws-lambda": { "version": "8.10.147", "resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.147.tgz", @@ -14459,9 +14473,9 @@ } }, "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==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.4.tgz", + "integrity": "sha512-1ZIUqtPITFbv/DxRmDr5/agPqJwF69d24m9qmM1939TJehgY539CtzeZRjbLt5G6fSy/7YqqYsfvoTEw9xUI2A==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 1d95bd86..fa93a7f1 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-config-next": "^15.2.2", "pg": "^8.13.1", "postcss": "^8.4.41", - "tailwindcss": "^4.0.8", + "tailwindcss": "^4.1.4", "ts-jest": "^29.3.0", "typescript": "^5.8.2" }