From 47c65663077759a8312b45d6206b96efac416727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 19:29:20 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 4.3.2 to 4.3.3 in /dashboard 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] --- dashboard/package-lock.json | 22 ++++++++++++++++++---- dashboard/package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 5c203c06..9b38e215 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -41,7 +41,7 @@ "@vitejs/plugin-react": "^6.0.3", "axe-playwright": "^2.2.2", "jsdom": "^29.1.1", - "tailwindcss": "^4.3.2", + "tailwindcss": "^4.3.3", "typescript": "^6.0.2", "vite": "^8.0.16", "vitest": "^4.1.9" @@ -777,6 +777,13 @@ "tailwindcss": "4.3.2" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", + "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.2.tgz", @@ -1111,6 +1118,13 @@ "vite": "^5.2.0 || ^6 || ^7 || ^8" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", + "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", + "dev": true, + "license": "MIT" + }, "node_modules/@tanstack/react-virtual": { "version": "3.14.5", "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.14.5.tgz", @@ -2610,9 +2624,9 @@ "license": "MIT" }, "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/dashboard/package.json b/dashboard/package.json index b2c137e0..36bc0883 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -51,7 +51,7 @@ "@vitejs/plugin-react": "^6.0.3", "axe-playwright": "^2.2.2", "jsdom": "^29.1.1", - "tailwindcss": "^4.3.2", + "tailwindcss": "^4.3.3", "typescript": "^6.0.2", "vite": "^8.0.16", "vitest": "^4.1.9"