diff --git a/client/package-lock.json b/client/package-lock.json index 88e06ef..6c923bb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "prettier-plugin-svelte": "^2.10.1", "prettier-plugin-tailwindcss": "^0.2.6", "svelte": "^3.59.2", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.1", "vite": "^3.2.3" } }, @@ -2463,9 +2463,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", + "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -4268,9 +4268,9 @@ "requires": {} }, "tailwindcss": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", - "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", + "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", "dev": true, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/client/package.json b/client/package.json index 259f564..9792cb5 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "prettier-plugin-svelte": "^2.10.1", "prettier-plugin-tailwindcss": "^0.2.6", "svelte": "^3.59.2", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.1", "vite": "^3.2.3" } }