diff --git a/package-lock.json b/package-lock.json index 6391d31e4..d7c64d0e1 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.35.8", + "posthog-node": "^5.35.13", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5", @@ -4148,18 +4148,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.29.15", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.15.tgz", - "integrity": "sha512-jHdTo/hcZsZu1QJMi3GSysPzhkCwVncKB6IKocheFLypmMbGZp39ZGep9ECKNb1v6zBNdtHhcPqhfV+r+iLZNw==", + "version": "1.30.4", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.4.tgz", + "integrity": "sha512-57RyT+moR9YGzMTZxbMEPnx6elDeBLzyUd1rfn5XB5yZO425ylKy1nZ1YuKT3CG27bAspUz5J1zHo9y4ygNRCQ==", "license": "MIT", "dependencies": { - "@posthog/types": "1.376.6" + "@posthog/types": "1.379.1" } }, "node_modules/@posthog/types": { - "version": "1.376.6", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.376.6.tgz", - "integrity": "sha512-iBiS+C/3rGr/AMtfmeofRhBeCaB0I14mzlrzBmyWQe2h1kbTBAkChzy4wkF9rWmDSJqxQ+UNh0Xs/ZOP0S09tg==", + "version": "1.379.1", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.379.1.tgz", + "integrity": "sha512-Wr14NDmjl3sUVTgjpIojdsnS5+pNKi53IOD7Q+dAjrNlvGxYcLRkrgJ3AQm6//4NO451L7jCXgfx1x3AkZ7ZBw==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -17039,12 +17039,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.35.8", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.8.tgz", - "integrity": "sha512-Nde6dh4Xw1sCUL2sTPL+JZ1qmFvBOguks0se9fCN5Sxe0eTqZw9M8NH2Rd2/evU10apW9HEUPzBoWFwznzGRwQ==", + "version": "5.35.13", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.13.tgz", + "integrity": "sha512-1QnWiMaegic/jcG8STAwdROv24wVcuvqvZPtra3uz4W9jftRcKkFItdjiy+oJWxkTh9apBYlNdwuhtYhnq9Qkg==", "license": "MIT", "dependencies": { - "@posthog/core": "1.29.15" + "@posthog/core": "1.30.4" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 6874f471f..f61f043c1 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.35.8", + "posthog-node": "^5.35.13", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5",