diff --git a/package-lock.json b/package-lock.json index f37b44bb7..d1cdf8c53 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.33.4", + "posthog-node": "^5.33.7", "redoc-express": "^2.1.3", "resend": "^6.12.3", "sharp": "^0.34.5", @@ -4037,18 +4037,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.28.4", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.28.4.tgz", - "integrity": "sha512-wmtUYHYqA3zIAKDKvYWRNWAQsWOIBwxV08e+bWzVy0wQQzpaS/LzzRupXWRMRrLOk+1x3JKFxbqA3n0QGvpqsQ==", + "version": "1.28.7", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.28.7.tgz", + "integrity": "sha512-JmV2wN5sE7u2JWxwNNw6CBrPu5xDzIAMWR9zKBar8Pk/8TRrvbFPlXehap8xOtDslfnilY+/urpHeVHpbXMo4w==", "license": "MIT", "dependencies": { - "@posthog/types": "1.372.10" + "@posthog/types": "1.373.2" } }, "node_modules/@posthog/types": { - "version": "1.372.10", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.372.10.tgz", - "integrity": "sha512-KuT3vLu3LSFsNWCwasS4gqjH/ysAyIUcB/aJSmKyNhDd/85hAznHRz1eSSl0sMvtsDTYiQIq0I0ybduVbrpPew==", + "version": "1.373.2", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.373.2.tgz", + "integrity": "sha512-6o0AARB7OakxsrQiVeMow/m1QPnsI0Cdm7g0o5mNjVSLH/sU1MuTqckNQDLzImv++MzW0+Gyvq44cgwt3wP/Pw==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -16952,12 +16952,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.33.4", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.33.4.tgz", - "integrity": "sha512-kK6nepnkSStbbxWxB2ZFhKxE2nw9tSHLv/3tUKcypwzKfovp8e8icsndBVf9RTHxiXBiF1M3B13tWvjBT2UWBw==", + "version": "5.33.7", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.33.7.tgz", + "integrity": "sha512-jxDLWJ6eMk93cAaZYeTHSGyHAIH2wPPm9EFOnoJb/GfJfjqIZe89NvSDqOYOqclTkImW3M/Js92yZVo1TKpYXA==", "license": "MIT", "dependencies": { - "@posthog/core": "1.28.4" + "@posthog/core": "1.28.7" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 1fd857834..10a15a082 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.33.4", + "posthog-node": "^5.33.7", "redoc-express": "^2.1.3", "resend": "^6.12.3", "sharp": "^0.34.5",