fix: upgrade posthog-js from 1.376.0 to 1.376.4

Snyk has created this PR to upgrade posthog-js from 1.376.0 to 1.376.4.

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-19 23:24:16 +00:00
committed by aleb_the_flash
parent cc2a0ad322
commit 6b7cd8ab2e
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.376.0",
"posthog-js": "^1.376.4",
"react": "18.3.1",
"react-aria-components": "1.14.0",
"react-dom": "18.3.1",
@@ -2421,18 +2421,18 @@
"license": "MIT"
},
"node_modules/@posthog/core": {
"version": "1.29.9",
"resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.9.tgz",
"integrity": "sha512-DjvuIyBZ2Z/gBhtZlITlM2D8PlnMsHSQ1D78dbUYoVsgGguvanpJTobZObjLlFkybyvfZFYkpoJkFNI/2Pw4IQ==",
"version": "1.29.13",
"resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.13.tgz",
"integrity": "sha512-7Me5zaeAue/wmA364Go8ChYbsVAfNAHbtDxXopWu3D6hq9PVScUcauRgjD1njgvP8NzN91SrIllE+pri3XvJVw==",
"license": "MIT",
"dependencies": {
"@posthog/types": "1.376.0"
"@posthog/types": "1.376.4"
}
},
"node_modules/@posthog/types": {
"version": "1.376.0",
"resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.376.0.tgz",
"integrity": "sha512-gbFfxCuZDs/D4QZMwdE+smD1jsuqgGpS6yKGHZZ19foxMy8RYHsU1E47iG1b88n/uN02fAabLibVwuxLtq8juw==",
"version": "1.376.4",
"resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.376.4.tgz",
"integrity": "sha512-EoDEvA925lf6yxPpbP4wozlXgu4b9WEqxZlFBUDd4k2akP5R/RWyHpvQT8aYyfY6BtSLn8TnVwxPQOM4b90isA==",
"license": "MIT"
},
"node_modules/@protobufjs/aspromise": {
@@ -10896,9 +10896,9 @@
"license": "MIT"
},
"node_modules/posthog-js": {
"version": "1.376.0",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.376.0.tgz",
"integrity": "sha512-YGfQ6gSmqmEh287PHjXRDJ9zML3Su1UIt1+xjRy7Yk6yW43Sc7sFK3CpCkLchCGhIA4x6VaqK+LaqB+7+MCo7A==",
"version": "1.376.4",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.376.4.tgz",
"integrity": "sha512-SGhZWMBpd9GyV1+Klhx/vRwyy/reRRpJGYc1n1rYG9+LAML/YUEIrfl3Y2CLvuwmhKbPVY5W98Z7pAVQ88Qf1A==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@opentelemetry/api": "^1.9.0",
@@ -10906,8 +10906,8 @@
"@opentelemetry/exporter-logs-otlp-http": "^0.208.0",
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-logs": "^0.208.0",
"@posthog/core": "1.29.9",
"@posthog/types": "1.376.0",
"@posthog/core": "1.29.13",
"@posthog/types": "1.376.4",
"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.376.0",
"posthog-js": "1.376.4",
"react": "18.3.1",
"react-aria-components": "1.14.0",
"react-dom": "18.3.1",