diff --git a/package-lock.json b/package-lock.json index a046be5f8..e1cbb1d4a 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.51.7", + "posthog-node": "^5.52.1", "resend": "^6.28.0", "sharp": "^0.35.4", "snyk": "^1.1305.2", @@ -5028,18 +5028,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.51.0.tgz", - "integrity": "sha512-LilmmtjcrjV1LgaVNQXrAUt4IXcWIYMrwEtx6VJUUFDeBBdmeI99jshKGtAWugYeB3Wkcp9xQIVCrxIYRpNiRA==", + "version": "1.53.2", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.53.2.tgz", + "integrity": "sha512-Knx8442G2LyPVIzLvhcBX/TIdeHpZhrYrtZou3Uw8FWfbr9gQtQeOZDCog3MWcDxJ+4vAnMAAOzf5cYpc7Gxyw==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.409.1" + "@posthog/types": "^1.411.1" } }, "node_modules/@posthog/types": { - "version": "1.409.1", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.409.1.tgz", - "integrity": "sha512-lA2sSGQUdVknSQl93uN9eUXDwkCMjAuthq24GONGHzMWwVygsKNHlWCnlJsVv2giDokj2p1NopO4zsE2S7gYjA==", + "version": "1.411.1", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.411.1.tgz", + "integrity": "sha512-Gd7tnSYctcSXup3naVlAgavvenByRao6rsSYdMgWgP35KE9jFn+rMHNRJeI5LNjJuLzMXHEVcgzAN7xcATefdw==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -18106,12 +18106,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.51.7", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.51.7.tgz", - "integrity": "sha512-QzUQ0S7afLIivL1mQvZ1qv3/o179ds1Zze7Zf4JDhjVlJ1mFTyu42cwFQHrD0VQpPXhIVKOq7AvSrF8Bt8yonQ==", + "version": "5.52.1", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.52.1.tgz", + "integrity": "sha512-Xt0xazhAR1Bf2DEnPPZETkWx19jckKeMkJ4qMMTv1xuyKSNjy8AXREEkiuDbJWWr3k6KpgoYH6sURWBROpRKlA==", "license": "MIT", "dependencies": { - "@posthog/core": "^1.50.6" + "@posthog/core": "^1.53.1" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index b6938e192..fbeb8aafe 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "passport-google-oauth20": "^2.0.0", "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", - "posthog-node": "^5.51.7", + "posthog-node": "^5.52.1", "resend": "^6.28.0", "sharp": "^0.35.4", "snyk": "^1.1305.2",