From bd6ca77d9e73b66aa727c47521f35ae91402c45c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2026 14:25:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(frontend)=20upgrade=20postho?= =?UTF-8?q?g-js=20from=201.409.5=20to=201.414.0?= 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.409.5 to 1.414.0. 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 | 59 ++++++++++++++++++---------------- src/frontend/package.json | 2 +- 3 files changed, 34 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c51adc2..20811e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to - 🔥(backend) remove the S3 storage-event webhook for recordings - ♻️(backend) always finalize recordings using the LiveKit egress_ended webhook +- ⬆️(frontend) upgrade posthog-js from 1.409.5 to 1.414.0 ## [1.29.0] - 2026-08-25 diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 367a73a5..edad5309 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.3", "livekit-client": "2.21.0", - "posthog-js": "1.409.5", + "posthog-js": "1.414.0", "react": "18.3.1", "react-aria": "3.50.0", "react-aria-components": "1.19.0", @@ -1720,28 +1720,28 @@ "license": "MIT" }, "node_modules/@posthog/browser-common": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@posthog/browser-common/-/browser-common-0.3.1.tgz", - "integrity": "sha512-1nhMVY1wnHADTg8tR9yvm+lPAz5ROxznfQlBtLzB2FFo4lp/LU8lk9KyFPsARDkBxCfYachsJfvRjocL1G/AJQ==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@posthog/browser-common/-/browser-common-0.4.0.tgz", + "integrity": "sha512-W9DCGVks15docUMPvJ2nd8NS16Gn74bsGWuaeg31beEKFSjdW8wvnQ1ETY6WSql5pYxZb3GdJmEUZVVstKSrBQ==", "license": "MIT", "dependencies": { - "@posthog/core": "^1.46.0", - "@posthog/types": "^1.399.0" + "@posthog/core": "^1.46.8", + "@posthog/types": "^1.402.0" } }, "node_modules/@posthog/core": { - "version": "1.48.3", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.48.3.tgz", - "integrity": "sha512-kwVDVvwtCTXctApA2tpnwDjDDan8LrkwCW1Wv6PABaVs/s5ahbQ9W3pvdXcqr71HCuqukSA1jp7MySczebubGg==", + "version": "1.49.1", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.49.1.tgz", + "integrity": "sha512-jdZh85tG56OXLH881CVwBZyiXCPPaZasfYeWwm9kVUvxC/Rb+lz7wYN9GuqSEmNPJgVnK4v8wS0bCaFc3OmVEA==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.405.0" + "@posthog/types": "^1.407.0" } }, "node_modules/@posthog/types": { - "version": "1.405.0", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.405.0.tgz", - "integrity": "sha512-4rZ/taVXKQxs9Jrf7ZjlCRgrOSL69oKAgIWJQa5kRNJ6wll1UANbrJTSY+Su1e88LIG4zZVjKKKjyQHCkHdHcw==", + "version": "1.407.1", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.407.1.tgz", + "integrity": "sha512-WhbkXPC2rgylXqmxHqv70ffI3k+KxyR6s7DBIfr5NvIqHkxp6v0pk31D/jbz0DNVbzwkLjyll2pxr4FNbJiYzg==", "license": "MIT" }, "node_modules/@react-aria/overlays": { @@ -4794,13 +4794,10 @@ } }, "node_modules/dompurify": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz", - "integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.14.tgz", + "integrity": "sha512-dVoH9z+MY+C9IilgGCk3YfFqjLi3fChm2OiKJMzh6axrJ5qwxqWaZamgmHrpv22CN/KdbZJuGEGgfQoL00LTdg==", "license": "(MPL-2.0 OR Apache-2.0)", - "engines": { - "node": ">=20" - }, "optionalDependencies": { "@types/trusted-types": "^2.0.7" } @@ -9134,20 +9131,21 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.409.5", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.409.5.tgz", - "integrity": "sha512-s1iJz+vq0YAluUD4OwLjUFIJt/9pqiiB6MITvHWIS16a7pqTJqbSLXsd5/8kJcIgfrOSZHe+mdYAXLYcJCS4LQ==", + "version": "1.414.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.414.0.tgz", + "integrity": "sha512-dtZd4asdskr8lNyltAEX6zyn48uO1pO0EMvx6AXJU65PFhu6yn2LPbKtQcyLysjcN57FJPNT9QYL6St5SBJHqw==", "license": "(Apache-2.0 AND MIT)", "dependencies": { - "@posthog/browser-common": "^0.3.1", - "@posthog/core": "^1.46.1", - "@posthog/types": "^1.399.0", + "@posthog/browser-common": "^0.4.0", + "@posthog/core": "^1.46.9", + "@posthog/types": "^1.402.2", "core-js": "^3.49.0", - "dompurify": "^3.3.2", + "dompurify": "^3.4.12", "fflate": "^0.4.8", "preact": "^10.29.3", "query-selector-shadow-dom": "^1.0.1", - "web-vitals": "^5.3.0" + "web-vitals": "^5.3.0", + "web-vitals-soft-navs": "npm:web-vitals@6.0.0" } }, "node_modules/powershell-utils": { @@ -11659,6 +11657,13 @@ "integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==", "license": "Apache-2.0" }, + "node_modules/web-vitals-soft-navs": { + "name": "web-vitals", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.0.tgz", + "integrity": "sha512-Guaibvy/+uNtL6Bsu4jmMJGzuSl91oeRH5iO9pPRbYftnFUr3yqT1TUNX/OE4o9HexuEMU3Kb/Wg7iKhlffZUA==", + "license": "Apache-2.0" + }, "node_modules/webrtc-adapter": { "version": "9.0.6", "resolved": "https://registry.npmjs.org/webrtc-adapter/-/webrtc-adapter-9.0.6.tgz", diff --git a/src/frontend/package.json b/src/frontend/package.json index 85e746e9..5e1b9f7e 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.3", "livekit-client": "2.21.0", - "posthog-js": "1.409.5", + "posthog-js": "1.414.0", "react": "18.3.1", "react-aria": "3.50.0", "react-aria-components": "1.19.0",