diff --git a/assets/package-lock.json b/assets/package-lock.json index f3ceb3d..de09de3 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -13,7 +13,7 @@ "esbuild": "^0.22.0", "esbuild-plugin-elm": "^0.0.12", "prettier": "^3.2.5", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.4" } }, "node_modules/@alloc/quick-lru": { @@ -1862,9 +1862,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/assets/package.json b/assets/package.json index df5ecc8..fc5c381 100644 --- a/assets/package.json +++ b/assets/package.json @@ -15,6 +15,6 @@ "esbuild": "^0.22.0", "esbuild-plugin-elm": "^0.0.12", "prettier": "^3.2.5", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.4" } }