diff --git a/package-lock.json b/package-lock.json index 36c4420..3d08e3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "prettier-plugin-svelte": "^3.3.2", "publint": "^0.3.5", "svelte-check": "^4.1.1", - "tailwindcss": "^4.0.1", + "tailwindcss": "^4.0.15", "tslib": "^2.4.1", "typescript": "^5.7.2", "typescript-eslint": "^8.19.1", @@ -2030,6 +2030,12 @@ "tailwindcss": "4.0.6" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.6.tgz", + "integrity": "sha512-mysewHYJKaXgNOW6pp5xon/emCsfAMnO8WMaGKZZ35fomnR/T5gYnRg2/yRTTrtXiEl1tiVkeRt0eMO6HxEZqw==", + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.6.tgz", @@ -2243,6 +2249,12 @@ "vite": "^5.2.0 || ^6" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.6.tgz", + "integrity": "sha512-mysewHYJKaXgNOW6pp5xon/emCsfAMnO8WMaGKZZ35fomnR/T5gYnRg2/yRTTrtXiEl1tiVkeRt0eMO6HxEZqw==", + "license": "MIT" + }, "node_modules/@testing-library/dom": { "version": "10.4.0", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", @@ -6603,9 +6615,10 @@ "license": "MIT" }, "node_modules/tailwindcss": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.6.tgz", - "integrity": "sha512-mysewHYJKaXgNOW6pp5xon/emCsfAMnO8WMaGKZZ35fomnR/T5gYnRg2/yRTTrtXiEl1tiVkeRt0eMO6HxEZqw==", + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.15.tgz", + "integrity": "sha512-6ZMg+hHdMJpjpeCCFasX7K+U615U9D+7k5/cDK/iRwl6GptF24+I/AbKgOnXhVKePzrEyIXutLv36n4cRsq3Sg==", + "dev": true, "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index 1cf19be..4c7c6f7 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "prettier-plugin-svelte": "^3.3.2", "publint": "^0.3.5", "svelte-check": "^4.1.1", - "tailwindcss": "^4.0.1", + "tailwindcss": "^4.0.15", "tslib": "^2.4.1", "typescript": "^5.7.2", "typescript-eslint": "^8.19.1",