From 0b51d5ab093de5b45bdac036bf794116e609b7c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 05:23:48 +0000 Subject: [PATCH] Bump @tailwindcss/forms from 0.5.7 to 0.5.11 in /_dev Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.7 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.7...v0.5.11) --- updated-dependencies: - dependency-name: "@tailwindcss/forms" dependency-version: 0.5.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- _dev/package-lock.json | 11 ++++++----- _dev/package.json | 2 +- _dev/yarn.lock | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/_dev/package-lock.json b/_dev/package-lock.json index 60aa16a1..62f0757c 100644 --- a/_dev/package-lock.json +++ b/_dev/package-lock.json @@ -11,7 +11,7 @@ "@headlessui/vue": "^1.7.19", "@heroicons/vue": "^2.1.1", "@meforma/vue-toaster": "^1.3.0", - "@tailwindcss/forms": "^0.5.7", + "@tailwindcss/forms": "^0.5.11", "@tinymce/tinymce-vue": "^5.1.1", "@vitejs/plugin-vue": "^5.0.4", "@vueform/multiselect": "^2.6.6", @@ -762,14 +762,15 @@ "integrity": "sha512-wpCQMhf5p5GhNg2MmGKXzUNwxe7zRiCsmqYsamez2beP7mKPCSiu+BjZcdN95yYSzO857kr0VfQewmGpS77nqA==" }, "node_modules/@tailwindcss/forms": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.7.tgz", - "integrity": "sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==", + "version": "0.5.11", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.11.tgz", + "integrity": "sha512-h9wegbZDPurxG22xZSoWtdzc41/OlNEUQERNqI/0fOwa2aVlWGu7C35E/x6LDyD3lgtztFSSjKZyuVM0hxhbgA==", + "license": "MIT", "dependencies": { "mini-svg-data-uri": "^1.2.3" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1" + "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1" } }, "node_modules/@tanstack/virtual-core": { diff --git a/_dev/package.json b/_dev/package.json index 684a9742..b13e5948 100644 --- a/_dev/package.json +++ b/_dev/package.json @@ -14,7 +14,7 @@ "@headlessui/vue": "^1.7.19", "@heroicons/vue": "^2.1.1", "@meforma/vue-toaster": "^1.3.0", - "@tailwindcss/forms": "^0.5.7", + "@tailwindcss/forms": "^0.5.11", "@tinymce/tinymce-vue": "^5.1.1", "@vitejs/plugin-vue": "^5.0.4", "@vueform/multiselect": "^2.6.6", diff --git a/_dev/yarn.lock b/_dev/yarn.lock index 3da1fe8b..6a462e23 100644 --- a/_dev/yarn.lock +++ b/_dev/yarn.lock @@ -327,10 +327,10 @@ resolved "https://registry.npmjs.org/@swc/helpers/-/helpers-0.2.14.tgz" integrity sha512-wpCQMhf5p5GhNg2MmGKXzUNwxe7zRiCsmqYsamez2beP7mKPCSiu+BjZcdN95yYSzO857kr0VfQewmGpS77nqA== -"@tailwindcss/forms@^0.5.7": - version "0.5.7" - resolved "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.7.tgz" - integrity sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw== +"@tailwindcss/forms@^0.5.11": + version "0.5.11" + resolved "https://registry.yarnpkg.com/@tailwindcss/forms/-/forms-0.5.11.tgz#e77039e96fa7b87c3d001a991f77f9418e666700" + integrity sha512-h9wegbZDPurxG22xZSoWtdzc41/OlNEUQERNqI/0fOwa2aVlWGu7C35E/x6LDyD3lgtztFSSjKZyuVM0hxhbgA== dependencies: mini-svg-data-uri "^1.2.3"