diff --git a/package.json b/package.json index 1aed2f2..6f7ddd1 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.42.3", "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..9566a4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -778,10 +778,10 @@ 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== +"@sentry/types@7.22.0": + version "7.22.0" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.22.0.tgz#58e4ce77b523048e0f31e2ea4b597946d76f6079" + integrity sha512-LhCL+wb1Jch+OesB2CIt6xpfO1Ab6CRvoNYRRzVumWPLns1T3ZJkarYfhbLaOEIb38EIbPgREdxn2AJT560U4Q== "@sinclair/typebox@^0.24.1": version "0.24.19" @@ -3588,12 +3588,12 @@ 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.42.3: + version "1.42.3" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.42.3.tgz#524de8bd7628425a3fb4b61f5c10260e8a51b531" + integrity sha512-+HdPY1PRsENcqjKyjw8CGbcGzBXcElPikSUSFffjKVJKmkMqEgMFpEKhIY5UBbrU6xtgcvnQmidn+8gRhCBa5g== dependencies: - "@sentry/types" "^7.2.0" + "@sentry/types" "7.22.0" fflate "^0.4.1" rrweb-snapshot "^1.1.14"