diff --git a/package-lock.json b/package-lock.json index 2350da2..efeb07f 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.17", "tslib": "^2.4.1", "typescript": "^5.7.2", "typescript-eslint": "^8.19.1", @@ -2055,6 +2055,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", @@ -2268,6 +2274,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", @@ -6629,9 +6641,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.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.17.tgz", + "integrity": "sha512-OErSiGzRa6rLiOvaipsDZvLMSpsBZ4ysB4f0VKGXUrjw2jfkJRd6kjRKV2+ZmTCNvwtvgdDam5D7w6WXsdLJZw==", + "dev": true, "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index 7075b3f..1f8d869 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.17", "tslib": "^2.4.1", "typescript": "^5.7.2", "typescript-eslint": "^8.19.1",