diff --git a/package-lock.json b/package-lock.json index 8a59ee8..57aaac1 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.5", "typescript": "~5.8.2" } }, @@ -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.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.5.tgz", + "integrity": "sha512-nYtSPfWGDiWgCkwQG/m+aX83XCwf62sBgg3bIlNiiOcggnS1x3uVRDAuyelBFL+vJdOPPCGElxv9DjHJjRHiVA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 15c6c43..702a52e 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.5", "typescript": "~5.8.2" } }