diff --git a/package.json b/package.json index 1aed2f2..fa6e653 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@jest/types": "^28.1.3", "@paralenz/eslint-config-typescript-react": "^1.2.3", "jest": "^27.5.1", - "posthog-js": "^1.28.0", + "posthog-js": "^1.50.1", "posthog-react-native": "^1.1.5", "ts-jest": "^28.0.7", "ts-node": "^10.9.1", diff --git a/yarn.lock b/yarn.lock index d0ae7ef..986aa06 100644 --- a/yarn.lock +++ b/yarn.lock @@ -778,11 +778,6 @@ eslint-plugin-react-native "^4.0.0" standard "^17.0.0" -"@sentry/types@^7.2.0": - version "7.7.0" - resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.7.0.tgz#dd6bd3d119d7efea0e85dbaa4b17de1c22b63c7a" - integrity sha512-4x8O7uerSGLnYC10krHl9t8h7xXHn5FextqKYbTCXCnx2hC8D+9lz8wcbQAFo0d97wiUYqI8opmEgFVGx7c5hQ== - "@sinclair/typebox@^0.24.1": version "0.24.19" resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.19.tgz#5297278e0d8a1aea084685a3216074910ac6c113" @@ -3588,12 +3583,11 @@ pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" -posthog-js@^1.28.0: - version "1.28.0" - resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.28.0.tgz#d1f0b7c51a5332aa5aaeb8afb91e17db0acd17e1" - integrity sha512-W60Xd7/UMwNO1zn1rRkkrE+qbL2dcA/PHi1TbUPNX0ArS2eijEjFolv0FBCEraZTJP19OnjTsYQEQS6fLL8ZvA== +posthog-js@^1.50.1: + version "1.50.1" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.50.1.tgz#0dec0f642104b98eece3a70e1fbd57389c954dc1" + integrity sha512-Xts6RobSXpdNw5dMUid/on4t6oTv8P2fYFl4QK1Fjd8hRSLu0O8h8olHriyA86r9+ZJq+Q1V06T/8ZzSvsbQGw== dependencies: - "@sentry/types" "^7.2.0" fflate "^0.4.1" rrweb-snapshot "^1.1.14"