diff --git a/package-lock.json b/package-lock.json index 2db2ab059..5c84a4981 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.35.2", + "posthog-node": "^5.35.4", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5", @@ -4150,18 +4150,18 @@ } }, "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.11", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.11.tgz", + "integrity": "sha512-/4EF7oxAFSWJgaXxppT8bdYp7MGAnWFnKz994+MetTz/T6CKbYpjqIXHCofQXtcOXjEclTYj91igA+IkVFKiSg==", "license": "MIT", "dependencies": { - "@posthog/types": "1.376.0" + "@posthog/types": "1.376.2" } }, "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.2", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.376.2.tgz", + "integrity": "sha512-Y3ROpAxNqgcy2G0w6JoG5Gt+P6WNY2lkHTPMPzWqexRwemYbFegDi5AifDyD9/tstKTlOYKTTExtaJ5EBcghyQ==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -17094,12 +17094,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.35.2", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.2.tgz", - "integrity": "sha512-YwzkogTUrsFeUnJJH17p3zoZBFaHIh6swYoLV4Ic5pmd8fIVTz8w7NsHR7eWmJlqYe/+Hqo1acGN1jclNUbz3A==", + "version": "5.35.4", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.4.tgz", + "integrity": "sha512-X4OCh3Lr4tfyUc/67ssDhe5cD3fwFVq4QBdNpQwpjtuOCGWZ4wDONc6zSkE1i6FVUkTc884GvwphorKC6To/BQ==", "license": "MIT", "dependencies": { - "@posthog/core": "1.29.9" + "@posthog/core": "1.29.11" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 4a75181b8..462ab07df 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.35.2", + "posthog-node": "^5.35.4", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5",