diff --git a/package-lock.json b/package-lock.json index 0f4c30d5a..9437bcdeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.37.1", + "posthog-node": "^5.38.0", "resend": "^6.12.4", "sharp": "^0.35.1", "snyk": "^1.1305.1", @@ -4349,18 +4349,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.32.5", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.32.5.tgz", - "integrity": "sha512-Vmr6LZms7QEP1ljfTRRBVtLkeEHMrTmLECt0FXPLwUIgPwxOgvBdAYwRMWyP13WuN/XQweo1tJ9J1DxHNAF3qg==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.34.0.tgz", + "integrity": "sha512-hf+COAWSAG1UQHluPsfAOJDOR8tr8YY7cdf58ENGt20pEEWZ6sH3IbtvFDWkhp0ulSftA62x17w8R/f6IAwwEA==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.386.4" + "@posthog/types": "^1.387.0" } }, "node_modules/@posthog/types": { - "version": "1.386.4", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.386.4.tgz", - "integrity": "sha512-UgE9+5+wkZg7yc2MpW5G32/6zYW8fAbXJkG8WGnrb4X8OKWzNa9cWeNCd82vKok+TSoRpM4qiYQFtBSpJS1dsw==", + "version": "1.387.0", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.387.0.tgz", + "integrity": "sha512-XR0B1geABbnUlSNv4RuFWvk19D870B668C/XzcKDctAZ+xCH5gmGM0oltGbA9yj+2ia9Y65nOrDYKN6Whu1oBw==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -17447,12 +17447,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.37.1", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.37.1.tgz", - "integrity": "sha512-CU2o/FGCyvKQSCsQhc6iA3lc50xMWTqSEpKS8HINABj87YD9iefEqDQWVWJ4TABcpDo5fkbjTyRig/zMe/WNQw==", + "version": "5.38.0", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.38.0.tgz", + "integrity": "sha512-xEojUWq7ajYfsMPZIexG9xtvhewpqrPWvL/qRhnm8W3KVZi6BlXHe29tjywZJglrDwEQpqdtYKbRXyg2zF9MWw==", "license": "MIT", "dependencies": { - "@posthog/core": "^1.32.4" + "@posthog/core": "^1.33.0" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 5b65c9ee6..8d5121818 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.37.1", + "posthog-node": "^5.38.0", "resend": "^6.12.4", "sharp": "^0.35.1", "snyk": "^1.1305.1",