From ba581eb4a328a50181c1669236e30a35854fd06d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 15:53:19 +0000 Subject: [PATCH] fix: upgrade posthog-js from 1.70.1 to 1.88.4 Snyk has created this PR to upgrade posthog-js from 1.70.1 to 1.88.4. See this package in npm: https://www.npmjs.com/package/posthog-js See this project in Snyk: https://app.snyk.io/org/jancizmar/project/b0bcfaa3-849f-4ad3-a7bc-e7f1b8f77516?utm_source=github&utm_medium=referral&page=upgrade-pr --- webapp/package-lock.json | 14 +++++++------- webapp/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",