diff --git a/package-lock.json b/package-lock.json index cd535a6a4..76cfb162a 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.4", "resend": "^6.12.4", "sharp": "^0.35.2", "snyk": "^1.1305.2", @@ -4397,18 +4397,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.37.1", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.37.1.tgz", + "integrity": "sha512-KRBuxF/XBm3tNpqWlXpWE82XxsYsJb0jSyEic14LMXMvqDv5iApK1jfV0+seikDb9SpPs3tPkWUfHdwaUtFBtQ==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.386.4" + "@posthog/types": "^1.391.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.391.0", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.391.0.tgz", + "integrity": "sha512-oJ6jkqVMq+T4ax9F0rUllJc0KHpSgpaMwTNYWkE70iBiyXDVyhcNBmYnNKzSODgpzsaQNI6VfK8JrRYbkSJZZw==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -17495,12 +17495,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.4", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.38.4.tgz", + "integrity": "sha512-Jti056f+5C9y1MXb5yhxwwYBITxypWZHWcAp+UevcZ7/AKEQdSB9FiJP3WzEznw4vH3Bz0IlRKVgsofizRAoEA==", "license": "MIT", "dependencies": { - "@posthog/core": "^1.32.4" + "@posthog/core": "^1.37.1" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index baa47f108..98edb0830 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.4", "resend": "^6.12.4", "sharp": "^0.35.2", "snyk": "^1.1305.2",