diff --git a/package-lock.json b/package-lock.json index 1843469..22703aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,12 +17,12 @@ "cloudinary": "^1.41.3", "graphql-request": "^6.1.0", "jsonwebtoken": "^9.0.2", - "next": "^14.2.10", + "next": "14.2.10", "next-auth": "^4.24.7", "postcss": "8.4.47", "react": "18.3.1", "react-dom": "18.3.1", - "tailwindcss": "3.4.12", + "tailwindcss": "^3.4.13", "typescript": "5.6.2" }, "devDependencies": { @@ -1780,9 +1780,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.12", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz", - "integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 23cfa69..601e820 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "postcss": "8.4.47", "react": "18.3.1", "react-dom": "18.3.1", - "tailwindcss": "3.4.12", + "tailwindcss": "3.4.13", "typescript": "5.6.2" }, "devDependencies": {