From be4b4112342e0c8c5564b1a426c079c3fc087171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:11:10 +0000 Subject: [PATCH] chore(deps-dev): Bump tailwindcss from 4.3.2 to 4.3.3 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.3 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 797aef3..fad5809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "jest-environment-jsdom": "^30.2.0", "postcss": "^8.4.0", "prisma": "^7.2.0", - "tailwindcss": "^4.3.2", + "tailwindcss": "^4.3.3", "ts-node": "^10.9.2", "typescript": "^5.5.0", "typescript-eslint": "^8.52.0" @@ -13470,9 +13470,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", - "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.3.tgz", + "integrity": "sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 41dab2c..0c944e0 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "jest-environment-jsdom": "^30.2.0", "postcss": "^8.4.0", "prisma": "^7.2.0", - "tailwindcss": "^4.3.2", + "tailwindcss": "^4.3.3", "ts-node": "^10.9.2", "typescript": "^5.5.0", "typescript-eslint": "^8.52.0"