From 7b1ba5b626f3c84ef67701880147dc58d89c969d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:10:24 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.4 to 3.4.5 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.4 to 3.4.5. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.5/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.5) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6996938..b859b3e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "autoprefixer": "10.4.19", "eslint": "8.57.0", "postcss": "8.4.39", - "tailwindcss": "3.4.4", + "tailwindcss": "3.4.5", "tsc-alias": "1.8.10", "typescript": "5.5.3", "vite": "5.3.3", @@ -6777,9 +6777,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", - "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "version": "3.4.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.5.tgz", + "integrity": "sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -12239,9 +12239,9 @@ } }, "tailwindcss": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", - "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "version": "3.4.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.5.tgz", + "integrity": "sha512-DlTxttYcogpDfx3tf/8jfnma1nfAYi2cBUYV2YNoPPecwmO3YGiFlOX9D8tGAu+EDF38ryBzvrDKU/BLMsUwbw==", "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 7e2b656b..6635a12f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "autoprefixer": "10.4.19", "eslint": "8.57.0", "postcss": "8.4.39", - "tailwindcss": "3.4.4", + "tailwindcss": "3.4.5", "tsc-alias": "1.8.10", "typescript": "5.5.3", "vite": "5.3.3",