diff --git a/package-lock.json b/package-lock.json index 7a3efa697..4507a9eef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "eslint-config-prettier": "^9.1.0", "iframe-resizer": "^4.4.5", "leaflet": "^1.9.4", - "posthog-js": "^1.186.3", + "posthog-js": "^1.194.2", "tailwindcss": "^3.4.14" }, "devDependencies": { @@ -10533,9 +10533,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.187.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.187.2.tgz", - "integrity": "sha512-IGKsZ7M4AYACm5I6gGGFrv9kR/MOnVYw11XFYCLk363n0nq+ghwenoW1jJVL9gZLGKiMsConUR8rG2DD2OMKyg==", + "version": "1.194.2", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.194.2.tgz", + "integrity": "sha512-UVFVvx6iJMEjHo+N/HmPDK4zjkVY8m+G13jTQmvHMtByfyn/fH6JhOz/ph+gtmvXPI03130y1qrwwgPIZ3ty8A==", "license": "MIT", "dependencies": { "core-js": "^3.38.1", diff --git a/package.json b/package.json index a6b7e9777..067d4a1c4 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-config-prettier": "^9.1.0", "iframe-resizer": "^4.4.5", "leaflet": "^1.9.4", - "posthog-js": "^1.186.3", + "posthog-js": "^1.194.2", "tailwindcss": "^3.4.14" }, "devDependencies": {