diff --git a/package-lock.json b/package-lock.json index e32facf..b11b468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@vueuse/core": "^9.13.0", "autoprefixer": "^10.4.16", "postcss": "^8.4.33", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.1", "vue": "^3.4.5" }, "devDependencies": { @@ -1520,9 +1520,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", - "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", + "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 5a4de41..35ad4a1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@vueuse/core": "^9.13.0", "autoprefixer": "^10.4.16", "postcss": "^8.4.33", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.1", "vue": "^3.4.5" }, "devDependencies": {