diff --git a/CHANGELOG.md b/CHANGELOG.md index 891fc5ae..cab7b3c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to - 🔥(summary) remove call to summary enabled feature flag - ♻️(frontend) wrap MuteEveryoneButton with AdminOrOwnerOnly - ⬆(frontend) upgrade livekit-client from 2.19.0 to 2.19.2 +- ⬆(frontend) upgrade posthog-js from 1.386.5 to 1.387.0 ### Fixed diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index a3c40b21..f34f1417 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -29,7 +29,7 @@ "i18next-parser": "9.4.0", "i18next-resources-to-backend": "1.2.1", "livekit-client": "2.19.2", - "posthog-js": "1.386.5", + "posthog-js": "1.387.0", "react": "18.3.1", "react-aria": "3.49.0", "react-aria-components": "1.18.0", @@ -9033,13 +9033,13 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.386.5", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.386.5.tgz", - "integrity": "sha512-ASejQQf5Xw0XolMwH/KCLZlZtoyLK6VsvORwGagAtfa8/ElIOF76BMQspkDsRTybEI+uzHqRDm2m/na1Dki2mA==", + "version": "1.387.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.387.0.tgz", + "integrity": "sha512-Pv1jUMySMN62zoAxdJBJPV8n62lkHdjuWhpeU7izczc5Dqbx3hhqO2hkrNTI8Yx1ezmWk2qUHZs03FuOBubdFQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "^1.32.3", - "@posthog/types": "^1.386.3", + "@posthog/core": "^1.33.0", + "@posthog/types": "^1.387.0", "core-js": "^3.38.1", "dompurify": "^3.3.2", "fflate": "^0.4.8", diff --git a/src/frontend/package.json b/src/frontend/package.json index ed344fb9..2f5c853c 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -36,7 +36,7 @@ "i18next-parser": "9.4.0", "i18next-resources-to-backend": "1.2.1", "livekit-client": "2.19.2", - "posthog-js": "1.386.5", + "posthog-js": "1.387.0", "react": "18.3.1", "react-aria": "3.49.0", "react-aria-components": "1.18.0",