diff --git a/yarn.lock b/yarn.lock index 1b019b0..d8a429d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1132,7 +1132,14 @@ "@posthog/core" "^1.47.0" "@posthog/types" "^1.402.2" -"@posthog/core@^1.47.0", "@posthog/core@^1.48.1": +"@posthog/core@^1.47.0", "@posthog/core@^1.48.2": + version "1.48.2" + resolved "https://registry.yarnpkg.com/@posthog/core/-/core-1.48.2.tgz#33f696f50e7636e72a8fb3f246e6ac4e530e462a" + integrity sha512-zZNvsEg+YCezvJKeWdaZ77ngjKJvGnAEo31DIy2guYeDtZ5kNjJ4c6CkwqtmXmwNXjzOFGJyshzv3Fv2gHVJYA== + dependencies: + "@posthog/types" "^1.404.1" + +"@posthog/core@^1.48.1": version "1.48.1" resolved "https://registry.yarnpkg.com/@posthog/core/-/core-1.48.1.tgz#842e868b43cee6426ed5acbaf73e18cafe8dd5be" integrity sha512-mxw31XdYgt/SnlwqLPAcltK67q+QmsiYjVLGQ4GbBc8OJ7O4yRFSDwAXt8QsokHokeyEZtTRWM6jDHL7LYMx1A== @@ -3952,12 +3959,12 @@ postcss@^8.5.16: source-map-js "^1.2.1" posthog-js@^1.257.0: - version "1.417.1" - resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.417.1.tgz#52ffc53490062bc488a44c4e7a645a789c06c7e9" - integrity sha512-QpZnHA2PieGq9+W03LBw23DnN9CD1zM37DcXnpZkg+C5iAwYXLiZs8qof0Yi/BhY35PYuhVmv93nhztyHjVaJw== + version "1.417.4" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.417.4.tgz#7e47892d9fe60d446eb3c5818836713a5cb1b60d" + integrity sha512-7hJ8k66qQ9+C390ahfXwna2dljkEk+l0Ks6lYhMlhrMLtG4Q02qLe3GCJE7IU8zyd08aky2p9mAqDliu2yuIqQ== dependencies: "@posthog/browser-common" "^0.5.0" - "@posthog/core" "^1.48.1" + "@posthog/core" "^1.48.2" "@posthog/types" "^1.404.1" core-js "^3.49.0" dompurify "^3.4.13"