From 3b2468549f4f926675c8f90caf418a05a60939c9 Mon Sep 17 00:00:00 2001 From: mchesterbot <202745+mchesterbot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:09:09 +0000 Subject: [PATCH] chore(deps): update dependency tailwindcss to v3.4.6 | datasource | package | from | to | | ---------- | ----------- | ----- | ----- | | npm | tailwindcss | 3.4.3 | 3.4.6 | --- web/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 15896b6..5edc345 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -3484,10 +3484,11 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", - "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "dev": true, + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2",