diff --git a/frontend/package.json b/frontend/package.json index 4815368..caab5c9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "axios": "^1.3.6", "js-yaml": "^4.1.0", "moment": "^2.27.0", - "posthog-js": "^1.55.1", + "posthog-js": "^1.79.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "8.0.7", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 738cf59..4e6cb21 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8821,13 +8821,12 @@ postcss@^8.0.9, postcss@^8.3.5, postcss@^8.4.19, postcss@^8.4.20, postcss@^8.4.4 picocolors "^1.0.0" source-map-js "^1.0.2" -posthog-js@^1.55.1: - version "1.57.3" - resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.57.3.tgz#91cd3497b93e74b38352d8fc27fd4986be7872d6" - integrity sha512-IOF+j+BMGp2zx7Gx71PbT36J4TEtyPcIO+8zcaY84JJAxFU2bQ0DwFp2c/Fz8RnIw+dELuBu4RbnGkuiyaOWgA== +posthog-js@^1.79.0: + version "1.82.3" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.82.3.tgz#2d00763a1b51be7d47f00edc1be5557da2d7afe6" + integrity sha512-qu0CPV/TiL2q5uUufhfj1mScg3920ChmrTl2Er+zY3/LdkyofZhk8RDYdgIuWm6ATonqy71K37csedOLwQe2iQ== dependencies: fflate "^0.4.1" - rrweb-snapshot "^1.1.14" prelude-ls@^1.2.1: version "1.2.1" @@ -9515,11 +9514,6 @@ rollup@^2.43.1: optionalDependencies: fsevents "~2.3.2" -rrweb-snapshot@^1.1.14: - version "1.1.14" - resolved "https://registry.npmjs.org/rrweb-snapshot/-/rrweb-snapshot-1.1.14.tgz" - integrity sha512-eP5pirNjP5+GewQfcOQY4uBiDnpqxNRc65yKPW0eSoU1XamDfc4M8oqpXGMyUyvLyxFDB0q0+DChuxxiU2FXBQ== - run-parallel@^1.1.9: version "1.2.0" resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz"