From 55edd4870ffa09db3135565ac2780de3d14a28f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jul 2026 02:06:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(frontend)=20upgrade=20postho?= =?UTF-8?q?g-js=20from=201.387.0=20to=201.391.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Snyk has created this PR to upgrade posthog-js from 1.387.0 to 1.391.2. See this package in npm: posthog-js See this project in Snyk: https://app.eu.snyk.io/org/lasuite-dinum-default/project/96ea03d8-8d09-493d-86bf-363f274e129e?utm_source=github&utm_medium=referral&page=upgrade-pr --- CHANGELOG.md | 1 + src/frontend/package-lock.json | 36 +++++++++++++++++++++------------- src/frontend/package.json | 2 +- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0793c03..09787572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to - ♻️(frontend) refactor background processors to use the new API - ♻️(frontend) inline model weights to avoid loading them from remote - ♻️(frontend) inline MediaPipe WASM modules to avoid loading from remote +- ⬆️(frontend) upgrade posthog-js from 1.387.0 to 1.391.2 ### Fixed diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index c25d89e1..9b9f9244 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -30,7 +30,7 @@ "i18next-parser": "9.4.0", "i18next-resources-to-backend": "1.2.1", "livekit-client": "2.19.2", - "posthog-js": "1.387.0", + "posthog-js": "1.391.2", "react": "18.3.1", "react-aria": "3.49.0", "react-aria-components": "1.18.0", @@ -9074,19 +9074,19 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.387.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.387.0.tgz", - "integrity": "sha512-Pv1jUMySMN62zoAxdJBJPV8n62lkHdjuWhpeU7izczc5Dqbx3hhqO2hkrNTI8Yx1ezmWk2qUHZs03FuOBubdFQ==", + "version": "1.391.2", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.391.2.tgz", + "integrity": "sha512-q0DZN6ljchSnAFJIXf+sQFTPlsLjTlRa+TvrL+QRb6413BGtib/MNiQy1bnwLKt8KR+f6xJYvkqdLyty9s4Aww==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "^1.33.0", - "@posthog/types": "^1.387.0", + "@posthog/core": "^1.35.3", + "@posthog/types": "^1.390.2", "core-js": "^3.38.1", "dompurify": "^3.3.2", "fflate": "^0.4.8", - "preact": "^10.28.2", + "preact": "^10.29.2", "query-selector-shadow-dom": "^1.0.1", - "web-vitals": "^5.1.0" + "web-vitals": "^5.3.0" } }, "node_modules/powershell-utils": { @@ -9103,13 +9103,21 @@ } }, "node_modules/preact": { - "version": "10.28.3", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.28.3.tgz", - "integrity": "sha512-tCmoRkPQLpBeWzpmbhryairGnhW9tKV6c6gr/w+RhoRoKEJwsjzipwp//1oCpGPOchvSLaAPlpcJi9MwMmoPyA==", + "version": "10.29.7", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.7.tgz", + "integrity": "sha512-DCHYrK/B10yUD3ZjLfhZ3WIE/9Vf9VFUODcRE2dRomTYDpJk6z6L9wecSfhfE6M9ZTHUdyQkoC46arIDhEV84Q==", "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" + }, + "peerDependencies": { + "preact-render-to-string": ">=5" + }, + "peerDependenciesMeta": { + "preact-render-to-string": { + "optional": true + } } }, "node_modules/prelude-ls": { @@ -11585,9 +11593,9 @@ } }, "node_modules/web-vitals": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", - "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz", + "integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==", "license": "Apache-2.0" }, "node_modules/webrtc-adapter": { diff --git a/src/frontend/package.json b/src/frontend/package.json index f81aa632..b91a7f45 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -37,7 +37,7 @@ "i18next-parser": "9.4.0", "i18next-resources-to-backend": "1.2.1", "livekit-client": "2.19.2", - "posthog-js": "1.387.0", + "posthog-js": "1.391.2", "react": "18.3.1", "react-aria": "3.49.0", "react-aria-components": "1.18.0",