From 980d1028ca01d796c037f83b7f6b67c72ba9d03e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:42:24 +0000 Subject: [PATCH] chore(deps): update dependency posthog-js to v1.393.4 --- yarn.lock | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/yarn.lock b/yarn.lock index 8368499..d6a4bdc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1068,13 +1068,6 @@ tslib "^2.8.1" tsyringe "^4.10.0" -"@posthog/core@^1.36.0": - version "1.37.0" - resolved "https://registry.yarnpkg.com/@posthog/core/-/core-1.37.0.tgz#4a131253aabc5c3970d477d33d63ac4cf4b70370" - integrity sha512-hTSJVKEQ4dYhJLGggr0F6oZ+AwKSlDXr4PPeHfNvcBJ5S1rxoQXFA612zK1ODakuw8J9YSKShVm5yC0HdRvJ4g== - dependencies: - "@posthog/types" "^1.391.0" - "@posthog/core@^1.37.1": version "1.37.1" resolved "https://registry.yarnpkg.com/@posthog/core/-/core-1.37.1.tgz#732b52c0d244bcc8a9293b3c53249b13d2074eb0" @@ -1082,11 +1075,23 @@ dependencies: "@posthog/types" "^1.391.0" +"@posthog/core@^1.37.2": + version "1.37.2" + resolved "https://registry.yarnpkg.com/@posthog/core/-/core-1.37.2.tgz#c7ada3a3870289bbd1264022a4ae68b798e41895" + integrity sha512-qq9ASrhqxEcfzMQ/kc7dC00pibIcSbQ57FwVHxOGQOeSHr+uN18LA01ESsQX+UcgJ1beFvM6goa8SMxW99OLUw== + dependencies: + "@posthog/types" "^1.391.1" + "@posthog/types@^1.391.0": version "1.391.0" resolved "https://registry.yarnpkg.com/@posthog/types/-/types-1.391.0.tgz#3286862d8b70f0e6aa074541435e50e287a20777" integrity sha512-oJ6jkqVMq+T4ax9F0rUllJc0KHpSgpaMwTNYWkE70iBiyXDVyhcNBmYnNKzSODgpzsaQNI6VfK8JrRYbkSJZZw== +"@posthog/types@^1.391.1": + version "1.391.1" + resolved "https://registry.yarnpkg.com/@posthog/types/-/types-1.391.1.tgz#8d616ede20dead87451192e6036135a558311c9b" + integrity sha512-ASwd7Nf4pViqdYRYaNRyPYRVKWa1CcHUAUWR0XeQJLGdNnsWACBwe0sSieb/cHnKsRXjRwO/23KIY83lm/Ccpw== + "@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": version "1.1.2" resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf" @@ -3895,12 +3900,12 @@ postcss@8.5.15: source-map-js "^1.2.1" posthog-js@^1.257.0: - version "1.393.0" - resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.393.0.tgz#f23df76a9507dcd0e1e820911af4c62d8ebe8353" - integrity sha512-BNu62XUNkFEIq7ZQJwvgtZIgWUfn0HozVcYHO8P1WMq2Crx+d+/l7TJsO6YHf3aUUiJn+L8L8NX7XgFZxW3/tw== + version "1.393.4" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.393.4.tgz#2556385793ebbb653f6a54ffa32f31b5fd2d873c" + integrity sha512-mOBSVQczEfyLnW3aFRbLXZEuE0Rfbmhqm9UCnuLeMFUUz0uYTkbnyhl5+Uc+BLSGfyiXHLf3nm2BqxYC+G/PXA== dependencies: - "@posthog/core" "^1.36.0" - "@posthog/types" "^1.391.0" + "@posthog/core" "^1.37.2" + "@posthog/types" "^1.391.1" core-js "^3.38.1" dompurify "^3.3.2" fflate "^0.4.8"