diff --git a/client/package-lock.json b/client/package-lock.json index 3faf092..ad9d4c6 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -34,7 +34,7 @@ "clsx": "^2.1.1", "cmdk": "^1.0.0", "lucide-react": "^0.403.0", - "posthog-js": "^1.144.1", + "posthog-js": "^1.166.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-masonry-css": "^1.0.16", @@ -9838,9 +9838,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.144.1", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.144.1.tgz", - "integrity": "sha512-CdhKH+gTFJgVEDVdeuhD2Mm4yMRr6qhVSPNDUQ7naJfj/HMhcZjF/ImobluD4YGd85dLq9nqImEIcf4Twd9h6g==", + "version": "1.166.2", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.166.2.tgz", + "integrity": "sha512-nulNJqmP25R1FvceDo4mPSohx10iI+OemcEzGFUy318q3O7n/yNz3JnmPx02kgLpioIqJBCPf/AZfjKnYj2vqA==", "dependencies": { "fflate": "^0.4.8", "preact": "^10.19.3", diff --git a/client/package.json b/client/package.json index 48b8e43..470d941 100644 --- a/client/package.json +++ b/client/package.json @@ -41,7 +41,7 @@ "clsx": "^2.1.1", "cmdk": "^1.0.0", "lucide-react": "^0.403.0", - "posthog-js": "^1.144.1", + "posthog-js": "^1.166.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-masonry-css": "^1.0.16",