diff --git a/package-lock.json b/package-lock.json index 4430d1b73..17a5a2d30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.33.7", + "posthog-node": "^5.34.1", "redoc-express": "^2.1.3", "resend": "^6.12.3", "sharp": "^0.34.5", @@ -4037,18 +4037,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.28.7", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.28.7.tgz", - "integrity": "sha512-JmV2wN5sE7u2JWxwNNw6CBrPu5xDzIAMWR9zKBar8Pk/8TRrvbFPlXehap8xOtDslfnilY+/urpHeVHpbXMo4w==", + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.1.tgz", + "integrity": "sha512-q+/t/DZALr50YTE0dFgfGSS9EgwcyAlqsn+JS61wLkwdcDM5yu/YTDM8oMKmJupsyjSZlVkDuHZAMd4ab7AxzQ==", "license": "MIT", "dependencies": { - "@posthog/types": "1.373.2" + "@posthog/types": "1.373.4" } }, "node_modules/@posthog/types": { - "version": "1.373.2", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.373.2.tgz", - "integrity": "sha512-6o0AARB7OakxsrQiVeMow/m1QPnsI0Cdm7g0o5mNjVSLH/sU1MuTqckNQDLzImv++MzW0+Gyvq44cgwt3wP/Pw==", + "version": "1.373.4", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.373.4.tgz", + "integrity": "sha512-n+0AbGRYYsbi+CQXQi2rF1lwTSyASlaogcw4YSkzB5KeMa4Y6nhNb7+TTnu9aVor+BycsQYCa2OsBrMMbaTekw==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -16952,12 +16952,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.33.7", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.33.7.tgz", - "integrity": "sha512-jxDLWJ6eMk93cAaZYeTHSGyHAIH2wPPm9EFOnoJb/GfJfjqIZe89NvSDqOYOqclTkImW3M/Js92yZVo1TKpYXA==", + "version": "5.34.1", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.34.1.tgz", + "integrity": "sha512-kGl0kSfh2+Ey3KL5Sji3yv9W5xwPK9sTkINRoFqCh9fbYXWWY6Zwi5Psv2QmRcbYiMJBk/iecnoOKVDRRga6PA==", "license": "MIT", "dependencies": { - "@posthog/core": "1.28.7" + "@posthog/core": "1.29.1" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 99e310a1a..44dfc8b73 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.33.7", + "posthog-node": "^5.34.1", "redoc-express": "^2.1.3", "resend": "^6.12.3", "sharp": "^0.34.5",