npm(deps-dev): bump tailwindcss

Bumps the dependencies-patch-and-minor group with 1 update: [tailwindcss](https://github.com/tailwindlabs/tailwindcss).


Updates `tailwindcss` from 3.4.16 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.16...v3.4.17)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-18 00:07:08 +00:00
committed by GitHub
parent 7b57f8cd48
commit d53b845d42
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -21,7 +21,7 @@
"globals": "^15.13.0", "globals": "^15.13.0",
"nodemon": "^3.1.9", "nodemon": "^3.1.9",
"postcss": "^8.4.41", "postcss": "^8.4.41",
"tailwindcss": "^3.4.16", "tailwindcss": "^3.4.17",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.7.2", "typescript": "^5.7.2",
"vitest": "^2.0.5" "vitest": "^2.0.5"
@ -4409,11 +4409,10 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.4.16", "version": "3.4.17",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz",
"integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"@alloc/quick-lru": "^5.2.0", "@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2", "arg": "^5.0.2",

View File

@ -25,7 +25,7 @@
"globals": "^15.13.0", "globals": "^15.13.0",
"nodemon": "^3.1.9", "nodemon": "^3.1.9",
"postcss": "^8.4.41", "postcss": "^8.4.41",
"tailwindcss": "^3.4.16", "tailwindcss": "^3.4.17",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5.7.2", "typescript": "^5.7.2",
"vitest": "^2.0.5" "vitest": "^2.0.5"