diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7535abf..1e5c5e2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "@dnd-kit/utilities": "^3.2.2", "framer-motion": "^12.35.1", "lucide-react": "^0.563.0", - "posthog-js": "^1.391.9", + "posthog-js": "^1.392.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.0" @@ -3593,12 +3593,12 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.391.9", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.391.9.tgz", - "integrity": "sha512-nRmmnFfQ6Iy9PXjc/unkzSTznHvtIBZQR8qgQ8sjsBMV7MZEF8abo5aQMlJloCS19atbxN5l/evY5zvULyQ80w==", + "version": "1.392.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.392.0.tgz", + "integrity": "sha512-dOZMzav59dRzI4SNmF+ZoRWj6evUVNxTMuHgbQWt+vTJzVl9UvdsUPFBBa13Skcw8eTwXpB54089yaCrEv11Ew==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "^1.35.3", + "@posthog/core": "^1.35.4", "@posthog/types": "^1.390.2", "core-js": "^3.38.1", "dompurify": "^3.3.2", diff --git a/frontend/package.json b/frontend/package.json index ba1020a..f57eb8b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@dnd-kit/utilities": "^3.2.2", "framer-motion": "^12.35.1", "lucide-react": "^0.563.0", - "posthog-js": "^1.391.9", + "posthog-js": "^1.392.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.0"