From 37b8be433628d2ff82603240aba5ff1605c8f274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:14:58 +0000 Subject: [PATCH] Bump posthog-js from 1.39.2 to 1.50.4 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.39.2 to 1.50.4. - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/v1.39.2...v1.50.4) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++---------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0bce87b..be564ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "lzutf8": "^0.6.3", "next": "^13.1.1", "next-sitemap": "^3.1.44", - "posthog-js": "^1.39.2", + "posthog-js": "^1.50.4", "react": "18.2.0", "react-beautiful-dnd": "^13.1.1", "react-confetti": "^6.1.0", @@ -3006,14 +3006,6 @@ "integrity": "sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw==", "dev": true }, - "node_modules/@sentry/types": { - "version": "7.22.0", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.22.0.tgz", - "integrity": "sha512-LhCL+wb1Jch+OesB2CIt6xpfO1Ab6CRvoNYRRzVumWPLns1T3ZJkarYfhbLaOEIb38EIbPgREdxn2AJT560U4Q==", - "engines": { - "node": ">=8" - } - }, "node_modules/@sindresorhus/is": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", @@ -9838,11 +9830,10 @@ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" }, "node_modules/posthog-js": { - "version": "1.39.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.39.2.tgz", - "integrity": "sha512-IKdG5smnezeq0VHyx6JmIF2UjUvkKCpwvK5OOhwwhv4J5oq9+dpfI88B7eF07sSwc77uuGwE6+RhX1vhCYddew==", + "version": "1.50.4", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.50.4.tgz", + "integrity": "sha512-9OaixWLw6BFJ2sCgR+iKI5qSxCqA5OSdxMvAYeIJnPjbzfjtupPmOad9g/BM9TXp8U56f/rrdKbPEO518/d3qQ==", "dependencies": { - "@sentry/types": "7.22.0", "fflate": "^0.4.1", "rrweb-snapshot": "^1.1.14" } @@ -15164,11 +15155,6 @@ "integrity": "sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw==", "dev": true }, - "@sentry/types": { - "version": "7.22.0", - "resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.22.0.tgz", - "integrity": "sha512-LhCL+wb1Jch+OesB2CIt6xpfO1Ab6CRvoNYRRzVumWPLns1T3ZJkarYfhbLaOEIb38EIbPgREdxn2AJT560U4Q==" - }, "@sindresorhus/is": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", @@ -20620,11 +20606,10 @@ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" }, "posthog-js": { - "version": "1.39.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.39.2.tgz", - "integrity": "sha512-IKdG5smnezeq0VHyx6JmIF2UjUvkKCpwvK5OOhwwhv4J5oq9+dpfI88B7eF07sSwc77uuGwE6+RhX1vhCYddew==", + "version": "1.50.4", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.50.4.tgz", + "integrity": "sha512-9OaixWLw6BFJ2sCgR+iKI5qSxCqA5OSdxMvAYeIJnPjbzfjtupPmOad9g/BM9TXp8U56f/rrdKbPEO518/d3qQ==", "requires": { - "@sentry/types": "7.22.0", "fflate": "^0.4.1", "rrweb-snapshot": "^1.1.14" } diff --git a/package.json b/package.json index a51cb24..dd7eb5d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "lzutf8": "^0.6.3", "next": "^13.1.1", "next-sitemap": "^3.1.44", - "posthog-js": "^1.39.2", + "posthog-js": "^1.50.4", "react": "18.2.0", "react-beautiful-dnd": "^13.1.1", "react-confetti": "^6.1.0",