diff --git a/package-lock.json b/package-lock.json index db8415d17..78fc622e4 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.13", + "posthog-node": "^5.35.14", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5", @@ -4148,18 +4148,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.30.4", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.4.tgz", - "integrity": "sha512-57RyT+moR9YGzMTZxbMEPnx6elDeBLzyUd1rfn5XB5yZO425ylKy1nZ1YuKT3CG27bAspUz5J1zHo9y4ygNRCQ==", + "version": "1.30.5", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.5.tgz", + "integrity": "sha512-NGBRhqyMOpiSKd8xtg8dckUxh+kB02LdtnxKYW7ngycJmgM4GBGzSDaATbMQDKaNS9m2FJ9QRZ8nJyelGCoqNQ==", "license": "MIT", "dependencies": { - "@posthog/types": "1.379.1" + "@posthog/types": "1.379.2" } }, "node_modules/@posthog/types": { - "version": "1.379.1", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.379.1.tgz", - "integrity": "sha512-Wr14NDmjl3sUVTgjpIojdsnS5+pNKi53IOD7Q+dAjrNlvGxYcLRkrgJ3AQm6//4NO451L7jCXgfx1x3AkZ7ZBw==", + "version": "1.379.2", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.379.2.tgz", + "integrity": "sha512-quGXOeNewmaGqTxE/eH8MgM/niW1jfgCyzh4bwpXFpDwuQPvWA8WkCFo6k1oKGYV03Go0udw49aGUz6s58cRsA==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -17031,12 +17031,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.35.13", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.13.tgz", - "integrity": "sha512-1QnWiMaegic/jcG8STAwdROv24wVcuvqvZPtra3uz4W9jftRcKkFItdjiy+oJWxkTh9apBYlNdwuhtYhnq9Qkg==", + "version": "5.35.14", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.14.tgz", + "integrity": "sha512-vUO4/MQ+edqSua4jAQY+H8wvVMFOZNoBt72dqnxGkqgES0awW0NPFdDSfEhGhS6BSkydNFkN/4crnOksbCnFlQ==", "license": "MIT", "dependencies": { - "@posthog/core": "1.30.4" + "@posthog/core": "1.30.5" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index fc7e07fa8..8ffa18092 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.13", + "posthog-node": "^5.35.14", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5",