From 7aebdba8bd9704975c141708506f6f4b5811fb70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:36:59 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.3 to 3.4.4 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 347c9e1..871b641 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "preline": "^2.3.0", "sharp": "^0.33.4", "sharp-ico": "^0.1.5", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.4" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", @@ -8436,9 +8436,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 7b68063..22f3780 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "preline": "^2.3.0", "sharp": "^0.33.4", "sharp-ico": "^0.1.5", - "tailwindcss": "^3.4.3" + "tailwindcss": "^3.4.4" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7",