From 449503208a52d630c65f8483a7b134e8db5eca72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Jul 2026 17:57:38 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(frontend)=20upgrade=20postho?= =?UTF-8?q?g-js=20from=201.391.2=20to=201.395.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.391.2 to 1.395.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 | 12 ++++++------ src/frontend/package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a431fb..6b25862f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to - ⬆️(frontend) upgrade @mediapipe/tasks-vision from 0.10.14 to 0.10.35 - ⬆️(frontend) upgrade i18next from 26.3.1 to 26.3.2 +- ⬆️(frontend) upgrade posthog-js from 1.391.2 to 1.395.0 ## [1.24.0] - 2026-07-21 diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 3c24540a..d678eb9b 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.391.2", + "posthog-js": "1.395.0", "react": "18.3.1", "react-aria": "3.50.0", "react-aria-components": "1.19.0", @@ -9136,13 +9136,13 @@ "license": "MIT" }, "node_modules/posthog-js": { - "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==", + "version": "1.395.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.395.0.tgz", + "integrity": "sha512-5iTb00CGt2eQUUiBQysQiX89RAbCN6wK2sDNzvs9zv0alaY8mJ0ZySrUD3LQ+XyLhgM5pCpacBuUwChqiYDLDw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "^1.35.3", - "@posthog/types": "^1.390.2", + "@posthog/core": "^1.38.0", + "@posthog/types": "^1.391.1", "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 e2b56a0a..6169f6af 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.391.2", + "posthog-js": "1.395.0", "react": "18.3.1", "react-aria": "3.50.0", "react-aria-components": "1.19.0",