From 7035bc1136d95cb21c2124da526a473d894c7dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:06:19 +0000 Subject: [PATCH] Bump @tailwindcss/forms from 0.5.10 to 0.5.11 Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.10...v0.5.11) --- updated-dependencies: - dependency-name: "@tailwindcss/forms" dependency-version: 0.5.11 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 975f247b..4b8dfa26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "lucide-static": "^0.561.0" }, "devDependencies": { - "@tailwindcss/forms": "^0.5.10", + "@tailwindcss/forms": "^0.5.11", "@tailwindcss/postcss": "^4.1.18", "@tailwindcss/typography": "^0.5.19", "axios": "^1.13.2", @@ -834,9 +834,9 @@ "license": "MIT" }, "node_modules/@tailwindcss/forms": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.10.tgz", - "integrity": "sha512-utI1ONF6uf/pPNO68kmN1b8rEwNXv3czukalo8VtJH8ksIkZXr3Q3VYudZLkCsDd4Wku120uF02hYK25XGPorw==", + "version": "0.5.11", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.11.tgz", + "integrity": "sha512-h9wegbZDPurxG22xZSoWtdzc41/OlNEUQERNqI/0fOwa2aVlWGu7C35E/x6LDyD3lgtztFSSjKZyuVM0hxhbgA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a73ab09f..d944c473 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dev": "vite" }, "devDependencies": { - "@tailwindcss/forms": "^0.5.10", + "@tailwindcss/forms": "^0.5.11", "@tailwindcss/postcss": "^4.1.18", "@tailwindcss/typography": "^0.5.19", "axios": "^1.13.2",