diff --git a/package-lock.json b/package-lock.json index a4ebbbc..0ee9987 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/tailwind": "^5.1.0", "astro": "^4.5.12", "sharp": "^0.33.2", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.4", "typescript": "^5.4.5" }, "devDependencies": { @@ -8738,9 +8738,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", - "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", + "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -8750,7 +8750,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index 07d34c7..46c7190 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@astrojs/tailwind": "^5.1.0", "astro": "^4.5.12", "sharp": "^0.33.2", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.4", "typescript": "^5.4.5" }, "devDependencies": {