diff --git a/package-lock.json b/package-lock.json index 52fcd053e..10b364ff2 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.4", + "posthog-node": "^5.35.5", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5", @@ -4150,18 +4150,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.29.11", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.11.tgz", - "integrity": "sha512-/4EF7oxAFSWJgaXxppT8bdYp7MGAnWFnKz994+MetTz/T6CKbYpjqIXHCofQXtcOXjEclTYj91igA+IkVFKiSg==", + "version": "1.29.12", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.12.tgz", + "integrity": "sha512-r/2RUa4zbN0XdBp6d+Yk8Jw1rPWXHxyXIgSm/wJf9yDLIouZbH0Pdkgbc1RIuhwL6BIHCFrOqK5jy8TFKTI6iw==", "license": "MIT", "dependencies": { - "@posthog/types": "1.376.2" + "@posthog/types": "1.376.3" } }, "node_modules/@posthog/types": { - "version": "1.376.2", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.376.2.tgz", - "integrity": "sha512-Y3ROpAxNqgcy2G0w6JoG5Gt+P6WNY2lkHTPMPzWqexRwemYbFegDi5AifDyD9/tstKTlOYKTTExtaJ5EBcghyQ==", + "version": "1.376.3", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.376.3.tgz", + "integrity": "sha512-w21lBoz3/ZGw7BZT7t2lJq1mpJwMvWpZijW7vEwBFNAQlq0KfKf2mj5KKUYZMXM1GdIQ0jHnn931uXPB1Ae60w==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -17094,12 +17094,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.35.4", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.4.tgz", - "integrity": "sha512-X4OCh3Lr4tfyUc/67ssDhe5cD3fwFVq4QBdNpQwpjtuOCGWZ4wDONc6zSkE1i6FVUkTc884GvwphorKC6To/BQ==", + "version": "5.35.5", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.5.tgz", + "integrity": "sha512-zPLpjK0uAxVTVmV2TH/hNAq0JN0vUjZdJ8KOBErQS58lIJRHTkMMofNmpolkGq9pijpFITcpLsMYMsFMWvjBmg==", "license": "MIT", "dependencies": { - "@posthog/core": "1.29.11" + "@posthog/core": "1.29.12" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 1885fb0f3..ac5238168 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.4", + "posthog-node": "^5.35.5", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5",