From cdf82b87c54c53d53c8915b00f8240baccb65807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 20:16:10 +0000 Subject: [PATCH] Bump tailwindcss from 4.1.2 to 4.1.12 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.2 to 4.1.12. - [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.1.12/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++++++---- package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eae81db..b615c58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "tauri-app", "version": "0.1.0", + "license": "MIT", "dependencies": { "@hookform/resolvers": "^5.0.1", "@radix-ui/react-dropdown-menu": "^2.1.6", @@ -22,7 +23,7 @@ "react-dom": "^19.1.0", "react-hook-form": "^7.55.0", "tailwind-merge": "^3.1.0", - "tailwindcss": "^4.1.2", + "tailwindcss": "^4.1.12", "tw-animate-css": "^1.2.5", "zod": "^3.24.2" }, @@ -1244,6 +1245,12 @@ "tailwindcss": "4.1.2" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.2.tgz", + "integrity": "sha512-VCsK+fitIbQF7JlxXaibFhxrPq4E2hDcG8apzHUdWFMCQWD8uLdlHg4iSkZ53cgLCCcZ+FZK7vG8VjvLcnBgKw==", + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.2.tgz", @@ -1296,6 +1303,12 @@ "vite": "^5.2.0 || ^6" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.2.tgz", + "integrity": "sha512-VCsK+fitIbQF7JlxXaibFhxrPq4E2hDcG8apzHUdWFMCQWD8uLdlHg4iSkZ53cgLCCcZ+FZK7vG8VjvLcnBgKw==", + "license": "MIT" + }, "node_modules/@tauri-apps/api": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.4.1.tgz", @@ -3738,9 +3751,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.2.tgz", - "integrity": "sha512-VCsK+fitIbQF7JlxXaibFhxrPq4E2hDcG8apzHUdWFMCQWD8uLdlHg4iSkZ53cgLCCcZ+FZK7vG8VjvLcnBgKw==", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz", + "integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==", "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index 2284d35..e3137d2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-dom": "^19.1.0", "react-hook-form": "^7.55.0", "tailwind-merge": "^3.1.0", - "tailwindcss": "^4.1.2", + "tailwindcss": "^4.1.12", "tw-animate-css": "^1.2.5", "zod": "^3.24.2" },