From 7080bf5eac191f3ee2a6a0d741fe3b31b7f9249c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 22:17:17 +0000 Subject: [PATCH] Build(deps-dev): Bump @tailwindcss/forms in /container/dashboard Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.3 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.3...v0.5.5) --- updated-dependencies: - dependency-name: "@tailwindcss/forms" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- container/dashboard/package-lock.json | 14 +++++++------- container/dashboard/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/container/dashboard/package-lock.json b/container/dashboard/package-lock.json index 5360b66..fd62df0 100644 --- a/container/dashboard/package-lock.json +++ b/container/dashboard/package-lock.json @@ -11,7 +11,7 @@ "tailwind-scrollbar-hide": "^1.0.3" }, "devDependencies": { - "@tailwindcss/forms": "^0.5.3", + "@tailwindcss/forms": "^0.5.5", "autoprefixer": "^10.4.8", "postcss": "^8.4.16", "postcss-cli": "^10.0.0", @@ -54,9 +54,9 @@ } }, "node_modules/@tailwindcss/forms": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.3.tgz", - "integrity": "sha512-y5mb86JUoiUgBjY/o6FJSFZSEttfb3Q5gllE4xoKjAAD+vBrnIhE4dViwUuow3va8mpH4s9jyUbUbrRGoRdc2Q==", + "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" @@ -1407,9 +1407,9 @@ } }, "@tailwindcss/forms": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.3.tgz", - "integrity": "sha512-y5mb86JUoiUgBjY/o6FJSFZSEttfb3Q5gllE4xoKjAAD+vBrnIhE4dViwUuow3va8mpH4s9jyUbUbrRGoRdc2Q==", + "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/container/dashboard/package.json b/container/dashboard/package.json index 2c98db9..d5fa40e 100644 --- a/container/dashboard/package.json +++ b/container/dashboard/package.json @@ -11,7 +11,7 @@ "postcss": "^8.4.16", "postcss-cli": "^10.0.0", "tailwindcss": "^3.1.8", - "@tailwindcss/forms": "^0.5.3" + "@tailwindcss/forms": "^0.5.5" }, "dependencies": { "tailwind-scrollbar-hide": "^1.0.3"