From 43018ad9e46012726d733923a0df87488687097c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:38:45 +0000 Subject: [PATCH] chore(deps): 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 | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8c7205..c9be528 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "colord": "^2.9.3", "glob": "^10.3.12", "slug": "^9.0.0", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "yaml": "^2.4.2" }, "devDependencies": { @@ -25,8 +25,7 @@ "ts-node": "^10.9.2" }, "peerDependencies": { - "@types/slug": "^5.0.8", - "tailwindcss": ">=3.0.0 || insiders" + "@types/slug": "^5.0.8" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6990,9 +6989,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 95d7813..4e46111 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "colord": "^2.9.3", "glob": "^10.3.12", "slug": "^9.0.0", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "yaml": "^2.4.2" }, "devDependencies": {