From ce1dabb1a44ce8589dcaf5e33129b2d0f762145a Mon Sep 17 00:00:00 2001 From: PostHog bot <69588470+posthog-bot@users.noreply.github.com> Date: Thu, 14 Oct 2021 18:08:39 +0100 Subject: [PATCH] Update posthog-js to 1.14.4 (#6445) --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6fbddd0cb3e..8b28a048c8a 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "kea-waitfor": "^0.2.0", "kea-window-values": "^0.1.0", "md5": "^2.3.0", - "posthog-js": "1.14.3", + "posthog-js": "1.14.4", "posthog-js-lite": "^0.0.3", "prop-types": "^15.7.2", "query-selector-shadow-dom": "0.8.0", @@ -127,13 +127,13 @@ "@types/chart.js": "^2.9.32", "@types/d3": "^7.0.0", "@types/jest": "^26.0.15", + "@types/query-selector-shadow-dom": "^1.0.0", "@types/react": "^16.14.2", "@types/react-dom": "^16.9.8", "@types/react-grid-layout": "^1.1.2", "@types/react-redux": "^7.1.9", "@types/react-resizable": "^1.7.2", "@types/react-syntax-highlighter": "^11.0.4", - "@types/query-selector-shadow-dom": "^1.0.0", "@types/zxcvbn": "^4.4.0", "@typescript-eslint/eslint-plugin": "^3.6.0", "@typescript-eslint/parser": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index 711c070f2ca..829a9c15580 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12950,10 +12950,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.14.3: - version "1.14.3" - resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.14.3.tgz#946ba3af67d904ea762fa01c8b268eb965618a95" - integrity sha512-xxQJCp9mPlgIDp0lnkiE/4mvHpotp/ieoP7fTS0Id23zMjpmKRKiggAqsZnkVw0ZA3UV2yIgP3UrLdxwc5L94g== +posthog-js@1.14.4: + version "1.14.4" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.14.4.tgz#b6bff18ababafc6f0860fc74299d74fd87a4b1f7" + integrity sha512-ZR1zJiXcPSs5HNA/LzJwBsq0FQqFEBAeiwtBDYIWIAeUTfnw+6KM5ybxrmz+h9KWnsILZUisY62j8N+x+3ng+w== dependencies: "@sentry/types" "^6.11.0" fflate "^0.4.1"