From dfcaee1515bdca682a01e6b16b4c0954d8956219 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 09:09:10 +0000 Subject: [PATCH] fix(deps): update dependency @tailwindcss/forms to v0.5.4 (#2644) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- spring-boot-admin-server-ui/package-lock.json | 8 ++++---- spring-boot-admin-server-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-boot-admin-server-ui/package-lock.json b/spring-boot-admin-server-ui/package-lock.json index 3de162cadf4..92247184236 100644 --- a/spring-boot-admin-server-ui/package-lock.json +++ b/spring-boot-admin-server-ui/package-lock.json @@ -13,7 +13,7 @@ "@fortawesome/vue-fontawesome": "3.0.3", "@headlessui/vue": "1.7.15", "@stekoe/vue-toast-notificationcenter": "https://github.com/SteKoe/vue-toast-notificationcenter/archive/refs/tags/1.0.0-RC5.tar.gz", - "@tailwindcss/forms": "0.5.3", + "@tailwindcss/forms": "0.5.4", "@tailwindcss/typography": "0.5.9", "ansi_up": "5.2.1", "autolinker": "4.0.0", @@ -5761,9 +5761,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.4", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.4.tgz", + "integrity": "sha512-YAm12D3R7/9Mh4jFbYSMnsd6jG++8KxogWgqs7hbdo/86aWjjlIEvL7+QYdVELmAI0InXTpZqFIg5e7aDVWI2Q==", "dependencies": { "mini-svg-data-uri": "^1.2.3" }, diff --git a/spring-boot-admin-server-ui/package.json b/spring-boot-admin-server-ui/package.json index 09b617b21c9..7eaa8f3ca81 100644 --- a/spring-boot-admin-server-ui/package.json +++ b/spring-boot-admin-server-ui/package.json @@ -23,7 +23,7 @@ "@fortawesome/vue-fontawesome": "3.0.3", "@headlessui/vue": "1.7.15", "@stekoe/vue-toast-notificationcenter": "https://github.com/SteKoe/vue-toast-notificationcenter/archive/refs/tags/1.0.0-RC5.tar.gz", - "@tailwindcss/forms": "0.5.3", + "@tailwindcss/forms": "0.5.4", "@tailwindcss/typography": "0.5.9", "ansi_up": "5.2.1", "autolinker": "4.0.0",