⬆️(frontend) upgrade posthog-js from 1.386.5 to 1.387.0

Snyk has created this PR to upgrade posthog-js from 1.386.5 to 1.387.0.
This commit is contained in:
snyk-bot
2026-07-07 17:20:53 +00:00
committed by lebaudantoine
parent 30cf264276
commit 6ca30f8d36
3 changed files with 8 additions and 7 deletions
+1
View File
@@ -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
+6 -6
View File
@@ -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",
+1 -1
View File
@@ -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",