From ff00f95acc97e7dd62a3e39d54a290a98e45a110 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 01:19:00 +0000 Subject: [PATCH] chore(deps): update dependency tailwindcss to v3.4.3 (#3263) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- spring-boot-admin-server-ui/package-lock.json | 10 +++++----- spring-boot-admin-server-ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-boot-admin-server-ui/package-lock.json b/spring-boot-admin-server-ui/package-lock.json index 7b69ff25306..ca922759da1 100644 --- a/spring-boot-admin-server-ui/package-lock.json +++ b/spring-boot-admin-server-ui/package-lock.json @@ -88,7 +88,7 @@ "rollup-plugin-visualizer": "5.12.0", "sass": "^1.57.1", "storybook": "8.0.4", - "tailwindcss": "3.4.1", + "tailwindcss": "3.4.3", "ts-node-dev": "^2.0.0", "typescript": "^5.0.3", "vite": "5.2.6", @@ -15774,9 +15774,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", - "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -15787,7 +15787,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/spring-boot-admin-server-ui/package.json b/spring-boot-admin-server-ui/package.json index 19f5d814075..9726d5bd0dc 100644 --- a/spring-boot-admin-server-ui/package.json +++ b/spring-boot-admin-server-ui/package.json @@ -99,7 +99,7 @@ "rollup-plugin-visualizer": "5.12.0", "sass": "^1.57.1", "storybook": "8.0.4", - "tailwindcss": "3.4.1", + "tailwindcss": "3.4.3", "ts-node-dev": "^2.0.0", "typescript": "^5.0.3", "vite": "5.2.6",