diff --git a/package-lock.json b/package-lock.json index 6093e7b0..c9328bf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "react-icons": "^5.0.1", "react-map-gl": "^7.1.6", "sharp": "^0.33.0", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.6", "typescript": "5.2.2" }, "devDependencies": { @@ -11385,9 +11385,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", - "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -11397,7 +11397,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index 14bcdb8f..a987b461 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-icons": "^5.0.1", "react-map-gl": "^7.1.6", "sharp": "^0.33.0", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.6", "typescript": "5.2.2" }, "devDependencies": {