From e796246c0c26cf7562199610b4aad5a4f0339cbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:03:46 +0000 Subject: [PATCH] Update dependency @tailwindcss/forms to v0.5.11 --- visualizer/package-lock.json | 10 +++++----- visualizer/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/visualizer/package-lock.json b/visualizer/package-lock.json index 4f93c4d..e51234c 100644 --- a/visualizer/package-lock.json +++ b/visualizer/package-lock.json @@ -22,7 +22,7 @@ "@sveltejs/adapter-node": "^5.2.9", "@sveltejs/kit": "^2.7.4", "@sveltejs/vite-plugin-svelte": "^4.0.0", - "@tailwindcss/forms": "0.5.9", + "@tailwindcss/forms": "0.5.11", "@tailwindcss/typography": "0.5.15", "@types/eslint": "^9.6.1", "@types/lodash": "^4.17.13", @@ -1291,16 +1291,16 @@ } }, "node_modules/@tailwindcss/forms": { - "version": "0.5.9", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.9.tgz", - "integrity": "sha512-tM4XVr2+UVTxXJzey9Twx48c1gcxFStqn1pQz0tRsX8o3DvxhN5oY5pvyAbUx7VTaZxpej4Zzvc6h+1RJBzpIg==", + "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": { "mini-svg-data-uri": "^1.2.3" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20" + "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1" } }, "node_modules/@tailwindcss/typography": { diff --git a/visualizer/package.json b/visualizer/package.json index 92ba9f9..153e6f3 100644 --- a/visualizer/package.json +++ b/visualizer/package.json @@ -19,7 +19,7 @@ "@sveltejs/adapter-node": "^5.2.9", "@sveltejs/kit": "^2.7.4", "@sveltejs/vite-plugin-svelte": "^4.0.0", - "@tailwindcss/forms": "0.5.9", + "@tailwindcss/forms": "0.5.11", "@tailwindcss/typography": "0.5.15", "@types/eslint": "^9.6.1", "@types/lodash": "^4.17.13",