From e94e7e3149ac2652c2992e98ef36a4c81ce7d378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:44:33 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb04f5c..e099dcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "autoprefixer": "^10.4.19", "postcss": "^8.4.39", "svelte": "^4.2.18", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.5", "terser": "^5.31.1", "vite": "^5.3.3", "vite-plugin-pwa": "^0.20.0" @@ -6325,9 +6325,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==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 2e3b49a..d1f6d7b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "autoprefixer": "^10.4.19", "postcss": "^8.4.39", "svelte": "^4.2.18", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.5", "terser": "^5.31.1", "vite": "^5.3.3", "vite-plugin-pwa": "^0.20.0"