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
This commit is contained in:
snyk-bot
2026-06-28 20:24:18 +00:00
committed by aleb_the_flash
parent 526e96797e
commit 1533ae8a3c
2 changed files with 14 additions and 14 deletions
+13 -13
View File
@@ -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",
+1 -1
View File
@@ -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",