diff --git a/package-lock.json b/package-lock.json index 78fc622e4..b287af37d 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.14", + "posthog-node": "^5.36.2", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5", @@ -4148,18 +4148,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.30.5", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.5.tgz", - "integrity": "sha512-NGBRhqyMOpiSKd8xtg8dckUxh+kB02LdtnxKYW7ngycJmgM4GBGzSDaATbMQDKaNS9m2FJ9QRZ8nJyelGCoqNQ==", + "version": "1.30.8", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.8.tgz", + "integrity": "sha512-rRJxn7UjPR5LWgRwicJgHWD7tu3P2IebdWjGJ1xpXkbNqpFyW+SbSDGjhunmmXXl2c59ejOICtnbrwN6njS1lw==", "license": "MIT", "dependencies": { - "@posthog/types": "1.379.2" + "@posthog/types": "1.380.1" } }, "node_modules/@posthog/types": { - "version": "1.379.2", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.379.2.tgz", - "integrity": "sha512-quGXOeNewmaGqTxE/eH8MgM/niW1jfgCyzh4bwpXFpDwuQPvWA8WkCFo6k1oKGYV03Go0udw49aGUz6s58cRsA==", + "version": "1.380.1", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.380.1.tgz", + "integrity": "sha512-GaeyU1vPxwZvYlSWdpxbLCRPqY2WKUZYUNjBlJHAlaAXbMmCfLgB2cvkwjidr8lhX8nyxINjjvQMiOSSfSSxcg==", "license": "MIT" }, "node_modules/@sec-ant/readable-stream": { @@ -17031,12 +17031,12 @@ "license": "MIT-0" }, "node_modules/posthog-node": { - "version": "5.35.14", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.35.14.tgz", - "integrity": "sha512-vUO4/MQ+edqSua4jAQY+H8wvVMFOZNoBt72dqnxGkqgES0awW0NPFdDSfEhGhS6BSkydNFkN/4crnOksbCnFlQ==", + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.36.2.tgz", + "integrity": "sha512-k+URjhZyxR0PJ92JZkYcgyk7+2U+T8r0fnfsQFNkW4GeKcuYH6t13VLzjI+bH4YLSknUuLmDDg4CczGO9nad2Q==", "license": "MIT", "dependencies": { - "@posthog/core": "1.30.5" + "@posthog/core": "1.30.8" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index 8ffa18092..1f867d118 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.14", + "posthog-node": "^5.36.2", "redoc-express": "^2.1.3", "resend": "^6.12.4", "sharp": "^0.34.5",