diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index 79c3393d..95a6b1e6 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.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", diff --git a/src/frontend/package.json b/src/frontend/package.json index 8130487b..53ed9501 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.376.0", + "posthog-js": "1.376.4", "react": "18.3.1", "react-aria-components": "1.14.0", "react-dom": "18.3.1",