From 49df65d1aa8ac2075b42164ad4eed34511d86f30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:57:50 +0000 Subject: [PATCH] chore(deps): update dependency tailwindcss to v3.4.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9761bc9..84aa72d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "prettier": "3.2.5", "prettier-plugin-astro": "0.13.0", "prettier-plugin-tailwindcss": "0.5.14", - "tailwindcss": "3.4.3", + "tailwindcss": "3.4.4", "typescript": "5.4.5", "typescript-eslint": "7.1.0", "yaml-eslint-parser": "1.2.2" @@ -15852,9 +15852,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==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index cb63409..cce16a1 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "prettier": "3.2.5", "prettier-plugin-astro": "0.13.0", "prettier-plugin-tailwindcss": "0.5.14", - "tailwindcss": "3.4.3", + "tailwindcss": "3.4.4", "typescript": "5.4.5", "typescript-eslint": "7.1.0", "yaml-eslint-parser": "1.2.2"