From b075dab20224993d9f6510ce47f0380c067688c3 Mon Sep 17 00:00:00 2001 From: PostHog bot <69588470+posthog-bot@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:50:48 +0100 Subject: [PATCH] chore(deps): Update posthog-js to 1.23.0 (#10102) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0451c69661f..c49a169b648 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "kea-waitfor": "^0.2.1", "kea-window-values": "^3.0.0", "md5": "^2.3.0", - "posthog-js": "1.22.0", + "posthog-js": "1.23.0", "posthog-js-lite": "^0.0.3", "prop-types": "^15.7.2", "query-selector-shadow-dom": "0.8.0", diff --git a/yarn.lock b/yarn.lock index 467cf13e665..0f21aed674f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13585,10 +13585,10 @@ posthog-js-lite@^0.0.3: resolved "https://registry.yarnpkg.com/posthog-js-lite/-/posthog-js-lite-0.0.3.tgz#87e373706227a849c4e7c6b0cb2066a64ad5b6ed" integrity sha512-wEOs8DEjlFBwgd7l19grosaF7mTlliZ9G9pL0Qji189FDg2ukY5IegUxTyTs7gsTGt6WK9W47BF5yXA5+bwvZg== -posthog-js@1.22.0: - version "1.22.0" - resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.22.0.tgz#7cab894e9b1518737903008e188f1163240932c6" - integrity sha512-R0bCIDsh2PdTDTJjTicfDu9CLCcELDhaYsPE09yspIefVjDjzs+XbO8S4ERrgvwTO9jUejC8gQ3JAlcsOfznlA== +posthog-js@1.23.0: + version "1.23.0" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.23.0.tgz#116059607f54b13cd487a4261b0405aa23481596" + integrity sha512-tO+RLn/SVKYj/1CVsct4j2KNzM14uNo+G/JrGsfMQkMDOmCLREfuOHCnWFrfMSu7W0l69WYadYRnyNnsgpDRFA== dependencies: "@sentry/types" "^6.11.0" fflate "^0.4.1"