From 1533ae8a3caeced19f8315e9431af0658d68f2be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jun 2026 20:24:18 +0000 Subject: [PATCH] fix: upgrade posthog-js from 1.379.2 to 1.382.0 Snyk has created this PR to upgrade posthog-js from 1.379.2 to 1.382.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 --- src/frontend/package-lock.json | 26 +++++++++++++------------- src/frontend/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 6977a254..17f5c7f1 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.0", - "posthog-js": "^1.379.2", + "posthog-js": "^1.382.0", "react": "18.3.1", "react-aria-components": "1.14.0", "react-dom": "18.3.1", @@ -2175,18 +2175,18 @@ "license": "MIT" }, "node_modules/@posthog/core": { - "version": "1.30.5", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.5.tgz", - "integrity": "sha512-NGBRhqyMOpiSKd8xtg8dckUxh+kB02LdtnxKYW7ngycJmgM4GBGzSDaATbMQDKaNS9m2FJ9QRZ8nJyelGCoqNQ==", + "version": "1.30.10", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.10.tgz", + "integrity": "sha512-R7Z5jDB3ugwfSujMmRd5osPPR6L6BqfcaSNcYOekzRMZ4Jklq74p05xByP09EnUvKXb5czI+RQVCITTWRWuFXw==", "license": "MIT", "dependencies": { - "@posthog/types": "1.379.2" + "@posthog/types": "1.382.0" } }, "node_modules/@posthog/types": { - "version": "1.379.2", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.379.2.tgz", - "integrity": "sha512-quGXOeNewmaGqTxE/eH8MgM/niW1jfgCyzh4bwpXFpDwuQPvWA8WkCFo6k1oKGYV03Go0udw49aGUz6s58cRsA==", + "version": "1.382.0", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.382.0.tgz", + "integrity": "sha512-iK4OcSgvtmS9FZ9EUpvwlRZmHCLXaZ3+6dbRjkE7q9LL0zHLewxJH84H6uGvCw8aGzxs5rIliZqPHgimTcQEaw==", "license": "MIT" }, "node_modules/@react-aria/autocomplete": { @@ -10583,13 +10583,13 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.379.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.379.2.tgz", - "integrity": "sha512-uQbUrbzvRfYaj11B9VsfVXvRVp6hnpWi1jTwfICzKfrjR4l1Id49YHXLS3oDuKZYXzfjaqjfGNQHVnfPRlBHTA==", + "version": "1.382.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.382.0.tgz", + "integrity": "sha512-lXwVlNdPLkhDft48ZgLQ5Jf4RsuQVwz7Hr7luD4DAG+4wDGA+k9eE2no36r3Z1w4uK0EmIf9lmav6+4RsmP7nA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "1.30.5", - "@posthog/types": "1.379.2", + "@posthog/core": "1.30.10", + "@posthog/types": "1.382.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 299b1fe0..a6c3cceb 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.0", - "posthog-js": "1.379.2", + "posthog-js": "1.382.0", "react": "18.3.1", "react-aria-components": "1.14.0", "react-dom": "18.3.1",