diff --git a/package-lock.json b/package-lock.json index a963d686a..07d6bbdd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.36.8", + "posthog-node": "^5.36.15", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5", @@ -4148,18 +4148,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.30.14", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.14.tgz", - "integrity": "sha512-cC0che/17kP6qMIMgdmxsoz3h8Jar8knQfDM8WqQwVacSeWXkrwkemoV7S5tCGmgTuRTTsdigirs9HiBXHQ/dA==", + "version": "1.32.1", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.32.1.tgz", + "integrity": "sha512-ELq0TQ/MCCj1bY/oFsX53HV6GjRgtzcixhvcPG3Rv+0tU+NaS5Seg1f4cRpfFDTQlIN0Fu+r9oHnFcnXrg7Eew==", "license": "MIT", "dependencies": { - "@posthog/types": "1.383.3" + "@posthog/types": "1.386.1" } }, "node_modules/@posthog/types": { - "version": "1.383.3", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.383.3.tgz", - "integrity": "sha512-N4jtmLaJxzjQ/C0UHnF0igQPSwUqwScPDv9ePGjKCfDomIEUcO3+c6pBrjTp7woxuMQ49BmyM/pV4/SOBPpe0Q==", + "version": "1.386.1", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.386.1.tgz", + "integrity": "sha512-dsv3xOpKdJIIzcHLzSQ2SZtOvoN2zQMs2thrppTC5e3IVkJUxey+6bY9zOt8FoWHCwQ6jJbNtOp0lVanfbPNeA==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -17031,12 +17031,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.36.8", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.36.8.tgz", - "integrity": "sha512-xBdJ3Y5zcveN1QINN39dIiZiCbEhfLeh/4qBiICoLLQOTYfat6zLlwfBmFPcr4hdyQ1nBXh8sIQ9KzSG/zcxpA==", + "version": "5.36.15", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.36.15.tgz", + "integrity": "sha512-rEy0HWxJCPo06UkAv5vgo0VkFsQdQa6yX74LhBRYUjG1QFEAm39PcVzSmiX4YH2x6+OJzZ0UZ17g+wU1fzvmZQ==", "license": "MIT", "dependencies": { - "@posthog/core": "1.30.14" + "@posthog/core": "1.32.1" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index ee2f01f1c..a9a050bde 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.36.8", + "posthog-node": "^5.36.15", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5",