diff --git a/tracker/frontend/package-lock.json b/tracker/frontend/package-lock.json index f890ff9ebb..53442eebf4 100644 --- a/tracker/frontend/package-lock.json +++ b/tracker/frontend/package-lock.json @@ -36,7 +36,7 @@ "prettier-plugin-packagejson": "^2.5.15", "prettier-plugin-tailwindcss": "^0.6.12", "swr": "^2.3.3", - "tailwind-merge": "^3.3.0", + "tailwind-merge": "^3.3.1", "tailwindcss": "^4", "tw-animate-css": "^1.3.4", "typescript": "^5" @@ -8907,9 +8907,9 @@ } }, "node_modules/tailwind-merge": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.3.0.tgz", - "integrity": "sha512-fyW/pEfcQSiigd5SNn0nApUOxx0zB/dm6UDU/rEwc2c3sX2smWUNbapHv+QRqLGVp9GWX3THIa7MUGPo+YkDzQ==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.3.1.tgz", + "integrity": "sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==", "dev": true, "license": "MIT", "funding": { diff --git a/tracker/frontend/package.json b/tracker/frontend/package.json index 1e8409f896..0cbd367ba0 100644 --- a/tracker/frontend/package.json +++ b/tracker/frontend/package.json @@ -43,7 +43,7 @@ "prettier-plugin-packagejson": "^2.5.15", "prettier-plugin-tailwindcss": "^0.6.12", "swr": "^2.3.3", - "tailwind-merge": "^3.3.0", + "tailwind-merge": "^3.3.1", "tailwindcss": "^4", "tw-animate-css": "^1.3.4", "typescript": "^5"