From 50d181373a21f2775bc23545e5c2ed3e78bc0f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:42:48 -0700 Subject: [PATCH] Bump @tailwindcss/forms from 0.5.4 to 0.5.5 (#54) Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.4...v0.5.5) --- updated-dependencies: - dependency-name: "@tailwindcss/forms" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa60627..567ebf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "antcms", "devDependencies": { - "@tailwindcss/forms": "^0.5.4", + "@tailwindcss/forms": "^0.5.5", "@tailwindcss/typography": "^0.5.9", "tailwindcss": "^3.3.3" } @@ -113,9 +113,9 @@ } }, "node_modules/@tailwindcss/forms": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.4.tgz", - "integrity": "sha512-YAm12D3R7/9Mh4jFbYSMnsd6jG++8KxogWgqs7hbdo/86aWjjlIEvL7+QYdVELmAI0InXTpZqFIg5e7aDVWI2Q==", + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.5.tgz", + "integrity": "sha512-03sXK1DcPt44GZ0Yg6AcAfQln89IKdbE79g2OwoKqBm1ukaadLO2AH3EiB3mXHeQnxa3tzm7eE0x7INXSjbuug==", "dev": true, "dependencies": { "mini-svg-data-uri": "^1.2.3" @@ -1148,9 +1148,9 @@ } }, "@tailwindcss/forms": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.4.tgz", - "integrity": "sha512-YAm12D3R7/9Mh4jFbYSMnsd6jG++8KxogWgqs7hbdo/86aWjjlIEvL7+QYdVELmAI0InXTpZqFIg5e7aDVWI2Q==", + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.5.tgz", + "integrity": "sha512-03sXK1DcPt44GZ0Yg6AcAfQln89IKdbE79g2OwoKqBm1ukaadLO2AH3EiB3mXHeQnxa3tzm7eE0x7INXSjbuug==", "dev": true, "requires": { "mini-svg-data-uri": "^1.2.3" diff --git a/package.json b/package.json index 79e9d4b..a23b940 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "homepage": "https://github.com/BelleNottelling/AntCMS#readme", "devDependencies": { - "@tailwindcss/forms": "^0.5.4", + "@tailwindcss/forms": "^0.5.5", "@tailwindcss/typography": "^0.5.9", "tailwindcss": "^3.3.3" }