From 0404f768aade951991de219017e93da17b847818 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Aug 2026 05:03:56 +0000 Subject: [PATCH] fix: upgrade posthog-js from 1.395.0 to 1.404.1 Snyk has created this PR to upgrade posthog-js from 1.395.0 to 1.404.1. 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 | 41 ++++++++++++++++++---------------- src/frontend/package.json | 2 +- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index ff2e90cb..1d05fd98 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.20.0", - "posthog-js": "1.395.0", + "posthog-js": "^1.404.1", "react": "18.3.1", "react-aria": "3.50.0", "react-aria-components": "1.19.0", @@ -1721,18 +1721,18 @@ "license": "MIT" }, "node_modules/@posthog/core": { - "version": "1.39.5", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.39.5.tgz", - "integrity": "sha512-M8Imv7ZmmrT6derMOFXhX3c5VKKO2oG6OX70ozLnNpKJV73sNIhYmRX/raa90saF7OA0YmWWJlpKje3irGAyQQ==", + "version": "1.46.9", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.46.9.tgz", + "integrity": "sha512-EXO6y5ih+jBkTCpUCuYgQmajuDZuvy6vMvflkub6pLQyi0GPlCPWVSvZZkOeQw9e2MxoD5GteeGCt9R8+UJ/yQ==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.392.0" + "@posthog/types": "^1.402.2" } }, "node_modules/@posthog/types": { - "version": "1.392.0", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.392.0.tgz", - "integrity": "sha512-nctNujXL3FC1v99FktaTMSugSD9ZOZekEpahUSafkU2TSvW+XGKNkQZbokuJtiWvPBK208dwMJva8UfBkChqpw==", + "version": "1.402.2", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.402.2.tgz", + "integrity": "sha512-ZZTiS4dLwF4/D0YTzS3gGSLFnhuNOY5yu4d9VGS9trGe5GW6FjIXo20p18K5BPW2RZSYSld8sdnSAY3AUXleUQ==", "license": "MIT" }, "node_modules/@react-aria/overlays": { @@ -4394,11 +4394,14 @@ } }, "node_modules/core-js": { - "version": "3.39.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz", - "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==", + "version": "3.50.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.50.0.tgz", + "integrity": "sha512-BRWgOLKkFeCgRudR6zrs8p9XJZcE14grzKMMssoYrk6krtuEZ7MTKPIY5RzOnqsEKIR9kst7wNzphttraT+Yqw==", "hasInstallScript": true, "license": "MIT", + "engines": { + "node": "*" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" @@ -9130,17 +9133,17 @@ "license": "MIT" }, "node_modules/posthog-js": { - "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", + "version": "1.404.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.404.1.tgz", + "integrity": "sha512-ck/HOMKuZ6yefUk5OX+h2s9mUWBsnu0mGDUAWjIwAmQQrloZPShzOhOWuEuZQuMnCKORBFRVGsBAuzsl66cBJA==", + "license": "(Apache-2.0 AND MIT)", "dependencies": { - "@posthog/core": "^1.38.0", - "@posthog/types": "^1.391.1", - "core-js": "^3.38.1", + "@posthog/core": "^1.43.1", + "@posthog/types": "^1.397.0", + "core-js": "^3.49.0", "dompurify": "^3.3.2", "fflate": "^0.4.8", - "preact": "^10.29.2", + "preact": "^10.29.3", "query-selector-shadow-dom": "^1.0.1", "web-vitals": "^5.3.0" } diff --git a/src/frontend/package.json b/src/frontend/package.json index cc85786e..a237421c 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.20.0", - "posthog-js": "1.395.0", + "posthog-js": "1.404.1", "react": "18.3.1", "react-aria": "3.50.0", "react-aria-components": "1.19.0",