diff --git a/package-lock.json b/package-lock.json index d8616ce..c8ba36f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "lint-staged": "^15.2.10", "postcss": "^8", "prettier": "3.3.3", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.13", "typescript": "^5.4.5" } }, @@ -12489,8 +12489,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.4", - "license": "MIT", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 7fb218d..22dad35 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lint-staged": "^15.2.10", "postcss": "^8", "prettier": "3.3.3", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.13", "typescript": "^5.4.5" }, "lint-staged": {