From ca44b27815d6ad2d68af1b07d998d3bf8282dced Mon Sep 17 00:00:00 2001 From: OGBONNA SUNDAY <62995161+OgDev-01@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:21:03 +0100 Subject: [PATCH] feat: upgrade posthog version to support posthog survey feedback (#1857) --- npm-shrinkwrap.json | 16 +++++----------- package.json | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index da50f5a769..fa73d99ea0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -54,7 +54,7 @@ "next": "^13.4.7", "octokit": "^2.0.14", "path-to-regexp": "^6.2.1", - "posthog-js": "^1.57.2", + "posthog-js": "^1.83.0", "react": "^18.2.0", "react-csv": "^2.2.2", "react-day-picker": "^8.7.1", @@ -43427,12 +43427,11 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/posthog-js": { - "version": "1.57.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.57.2.tgz", - "integrity": "sha512-ER4gkYZasrd2Zwmt/yLeZ5G/nZJ6tpaYBCpx3CvocDx+3F16WdawJlYMT0IyLKHXDniC5+AsjzFd6fi8uyYlJA==", + "version": "1.83.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.83.0.tgz", + "integrity": "sha512-3dp/yNbRCYsOgvJovFUMCLv9/KxnwmGBy5Ft27Q7/rbW++iJXVR64liX7i0NrXkudjoL9j1GW1LGh84rV7kv8Q==", "dependencies": { - "fflate": "^0.4.1", - "rrweb-snapshot": "^1.1.14" + "fflate": "^0.4.1" } }, "node_modules/prelude-ls": { @@ -44717,11 +44716,6 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/rrweb-snapshot": { - "version": "1.1.14", - "resolved": "https://registry.npmjs.org/rrweb-snapshot/-/rrweb-snapshot-1.1.14.tgz", - "integrity": "sha512-eP5pirNjP5+GewQfcOQY4uBiDnpqxNRc65yKPW0eSoU1XamDfc4M8oqpXGMyUyvLyxFDB0q0+DChuxxiU2FXBQ==" - }, "node_modules/rtl-css-js": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/rtl-css-js/-/rtl-css-js-1.16.1.tgz", diff --git a/package.json b/package.json index cbba56712b..5fb378502e 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "next": "^13.4.7", "octokit": "^2.0.14", "path-to-regexp": "^6.2.1", - "posthog-js": "^1.57.2", + "posthog-js": "^1.83.0", "react": "^18.2.0", "react-csv": "^2.2.2", "react-day-picker": "^8.7.1",