diff --git a/package-lock.json b/package-lock.json index 5446aa6..f36a9d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "geist": "~1.3.1", "postcss": "~8.5.3", "serve": "~14.2.4", - "tailwindcss": "^4.1.1", + "tailwindcss": "^4.1.8", "typescript": "~5.8.3" } }, @@ -1420,6 +1420,13 @@ "tailwindcss": "4.1.1" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.1.tgz", + "integrity": "sha512-QNbdmeS979Efzim2g/bEvfuh+fTcIdp1y7gA+sb6OYSW74rt7Cr7M78AKdf6HqWT3d5AiTb7SwTT3sLQxr4/qw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.1.tgz", @@ -1644,6 +1651,13 @@ "tailwindcss": "4.1.1" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.1.tgz", + "integrity": "sha512-QNbdmeS979Efzim2g/bEvfuh+fTcIdp1y7gA+sb6OYSW74rt7Cr7M78AKdf6HqWT3d5AiTb7SwTT3sLQxr4/qw==", + "dev": true, + "license": "MIT" + }, "node_modules/@testing-library/dom": { "version": "10.4.0", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", @@ -5051,9 +5065,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.1.tgz", - "integrity": "sha512-QNbdmeS979Efzim2g/bEvfuh+fTcIdp1y7gA+sb6OYSW74rt7Cr7M78AKdf6HqWT3d5AiTb7SwTT3sLQxr4/qw==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.8.tgz", + "integrity": "sha512-kjeW8gjdxasbmFKpVGrGd5T4i40mV5J2Rasw48QARfYeQ8YS9x02ON9SFWax3Qf616rt4Cp3nVNIj6Hd1mP3og==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 1423661..31af37b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "geist": "~1.3.1", "postcss": "~8.5.3", "serve": "~14.2.4", - "tailwindcss": "^4.1.1", + "tailwindcss": "^4.1.8", "typescript": "~5.8.3" } }