diff --git a/backend/requirements.txt b/backend/requirements.txt index 6e18d272..0156d345 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -32,6 +32,6 @@ oauthlib==3.2.2 requests-oauthlib==2.0.0 redis==5.0.7 hiredis==2.3.2 -posthog==3.5.0 +posthog==3.7.0 slowapi==0.1.9 dnspython==2.7.0 diff --git a/frontend/package.json b/frontend/package.json index d3f36f6e..47a79740 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "core-js": "^3.8.3", "dayjs": "^1.11.5", "pinia": "^2.1.6", - "posthog-js": "^1.161.3", + "posthog-js": "^1.174.3", "qalendar": "^3.7.0", "tailwindcss": "^3.4.3", "ua-parser-js": "^1.0.38",