From 90cfa43951fae56fc234cd6b0e9c4429b5edf3d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:23:16 +0000 Subject: [PATCH] Bump @tailwindcss/forms from 0.5.8 to 0.5.9 Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.8 to 0.5.9. - [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.8...v0.5.9) --- updated-dependencies: - dependency-name: "@tailwindcss/forms" 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 f761f1c..59671d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "tailwindcss": "^3.4.10" }, "devDependencies": { - "@tailwindcss/forms": "^0.5.8", + "@tailwindcss/forms": "^0.5.9", "astro-vtbot": "^1.8.8", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", @@ -1918,9 +1918,9 @@ } }, "node_modules/@tailwindcss/forms": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.8.tgz", - "integrity": "sha512-DJs7B7NPD0JH7BVvdHWNviWmunlFhuEkz7FyFxE4japOWYMLl9b1D6+Z9mivJJPWr6AEbmlPqgiFRyLwFB1SgQ==", + "version": "0.5.9", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.9.tgz", + "integrity": "sha512-tM4XVr2+UVTxXJzey9Twx48c1gcxFStqn1pQz0tRsX8o3DvxhN5oY5pvyAbUx7VTaZxpej4Zzvc6h+1RJBzpIg==", "dev": true, "dependencies": { "mini-svg-data-uri": "^1.2.3" diff --git a/package.json b/package.json index e54221e..c4e541f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "tailwindcss": "^3.4.10" }, "devDependencies": { - "@tailwindcss/forms": "^0.5.8", + "@tailwindcss/forms": "^0.5.9", "astro-vtbot": "^1.8.8", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1",