chore(deps): bump glob and tailwindcss in /client

Removes [glob](https://github.com/isaacs/node-glob). It's no longer used after updating ancestor dependency [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). These dependencies need to be updated together.


Removes `glob`

Updates `tailwindcss` from 3.4.16 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 
  dependency-type: indirect
- dependency-name: tailwindcss
  dependency-version: 4.1.17
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-18 02:42:39 +00:00 committed by GitHub
parent c36bdcba2b
commit b9fc22b26d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 958 deletions

978
client/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,7 @@
"postcss-import": "^12.0.1", "postcss-import": "^12.0.1",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9", "prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16", "tailwindcss": "^4.1.17",
"vite": "^4.5.9", "vite": "^4.5.9",
"vite-plugin-eslint": "^1.8.1" "vite-plugin-eslint": "^1.8.1"
}, },