diff --git a/package-lock.json b/package-lock.json index 29bf0daf7..e82bc8a38 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.6", + "posthog-node": "^5.51.7", "resend": "^6.25.0", "sharp": "^0.35.4", "snyk": "^1.1305.2", @@ -4980,18 +4980,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.50.4", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.50.4.tgz", - "integrity": "sha512-4iuCMbPJgy+w8xiFlSM/zapchVSzkba6Nb+iZEo+4DsAplNFj38pXE1htGx2GU8Fac70PPOwvNv4uHsZjYDbzA==", + "version": "1.51.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.51.0.tgz", + "integrity": "sha512-LilmmtjcrjV1LgaVNQXrAUt4IXcWIYMrwEtx6VJUUFDeBBdmeI99jshKGtAWugYeB3Wkcp9xQIVCrxIYRpNiRA==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.408.1" + "@posthog/types": "^1.409.1" } }, "node_modules/@posthog/types": { - "version": "1.408.1", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.408.1.tgz", - "integrity": "sha512-zcQ3rdAbWDWegL/TA3OiC+Wc8qquNtFj2Q2RPc3QuJas3D6FYsNhR9xYmZgLWEm+GDN/zhGlOHijG3nPMEiCbw==", + "version": "1.409.1", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.409.1.tgz", + "integrity": "sha512-lA2sSGQUdVknSQl93uN9eUXDwkCMjAuthq24GONGHzMWwVygsKNHlWCnlJsVv2giDokj2p1NopO4zsE2S7gYjA==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -18021,12 +18021,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.51.6", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.51.6.tgz", - "integrity": "sha512-r+Ge3p0OnOcOWeTnvKZmAtDwECeIoyNTyxBxuZc8wM6RHCQ9j2Xrhogrf39HSq1Y2gIOpWLqIDRmWDcu7xmqcA==", + "version": "5.51.7", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.51.7.tgz", + "integrity": "sha512-QzUQ0S7afLIivL1mQvZ1qv3/o179ds1Zze7Zf4JDhjVlJ1mFTyu42cwFQHrD0VQpPXhIVKOq7AvSrF8Bt8yonQ==", "license": "MIT", "dependencies": { - "@posthog/core": "^1.50.0" + "@posthog/core": "^1.50.6" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index aa42e55c9..0b5594a6f 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.6", + "posthog-node": "^5.51.7", "resend": "^6.25.0", "sharp": "^0.35.4", "snyk": "^1.1305.2",