diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 1d41b6aeb3..79b3af8834 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -32,7 +32,7 @@ "intl-messageformat": "^9.8.1", "node-fetch": "3.3.0", "notistack": "^2.0.4", - "posthog-js": "1.70.1", + "posthog-js": "^1.88.4", "prism-react-renderer": "1.2.1", "prism-svelte": "0.4.7", "react": "^17.0.1", @@ -18878,9 +18878,9 @@ } }, "node_modules/posthog-js": { - "version": "1.70.1", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.70.1.tgz", - "integrity": "sha512-UAnUOVBA60HapPmVHuV+8L6B10kKnH9WugNym/RZjAfOg8iCGCHxoUtD+80DqU/sO35YdFbgGK25e2BofEIaRg==", + "version": "1.88.4", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.88.4.tgz", + "integrity": "sha512-ZKgC0q22Bv0WGsi/BJcamDIoBR3DPpF26kCq0eFxtV3gKDMpGIlhlODQCo28bSENziGVO4LSeGrUvo/6OsQ7xA==", "dependencies": { "fflate": "^0.4.1" } @@ -39797,9 +39797,9 @@ } }, "posthog-js": { - "version": "1.70.1", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.70.1.tgz", - "integrity": "sha512-UAnUOVBA60HapPmVHuV+8L6B10kKnH9WugNym/RZjAfOg8iCGCHxoUtD+80DqU/sO35YdFbgGK25e2BofEIaRg==", + "version": "1.88.4", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.88.4.tgz", + "integrity": "sha512-ZKgC0q22Bv0WGsi/BJcamDIoBR3DPpF26kCq0eFxtV3gKDMpGIlhlODQCo28bSENziGVO4LSeGrUvo/6OsQ7xA==", "requires": { "fflate": "^0.4.1" } diff --git a/webapp/package.json b/webapp/package.json index e65cf0f5b9..b54d0e968a 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -27,7 +27,7 @@ "intl-messageformat": "^9.8.1", "node-fetch": "3.3.0", "notistack": "^2.0.4", - "posthog-js": "1.70.1", + "posthog-js": "1.88.4", "prism-react-renderer": "1.2.1", "prism-svelte": "0.4.7", "react": "^17.0.1",