From c41d9e6a8ae17b6956e5d8228453819e1e86b50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:29:00 +0000 Subject: [PATCH] Bump posthog-js from 1.258.2 to 1.278.0 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.258.2 to 1.278.0. - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.258.2...posthog-js@1.278.0) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.278.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc254388..7d395a4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "copy-to-clipboard": "^3.3.3", "date-fns": "^4.1.0", "free-email-domains": "^1.2.20", - "posthog-js": "^1.258.2", + "posthog-js": "^1.278.0", "react": "^18.3.1", "react-cool-dimensions": "^3.0.1", "react-dom": "^18.3.1", @@ -4724,6 +4724,12 @@ "url": "https://opencollective.com/pkgr" } }, + "node_modules/@posthog/core": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.3.0.tgz", + "integrity": "sha512-hxLL8kZNHH098geedcxCz8y6xojkNYbmJEW+1vFXsmPcExyCXIUUJ/34X6xa9GcprKxd0Wsx3vfJQLQX4iVPhw==", + "license": "MIT" + }, "node_modules/@react-oauth/google": { "version": "0.12.2", "resolved": "https://registry.npmjs.org/@react-oauth/google/-/google-0.12.2.tgz", @@ -17724,11 +17730,12 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.258.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.258.2.tgz", - "integrity": "sha512-XBSeiN4HjiYsy3tW5zss8WOJF2JXTQXAYw2wZ+zjqQuzzi7kkLEXjIgsVrBnt5Opwhqn0krZVsb0ZBw34dIiyQ==", + "version": "1.278.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.278.0.tgz", + "integrity": "sha512-kPskpX9ME5IEZbo1FOfpE9jnAjDUghZNS70Y/nZ3EYLgRtC/gFLocMB/AaWyZ+yXfkVsFXBWTeILo9Jb+lFXdA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { + "@posthog/core": "1.3.0", "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", diff --git a/package.json b/package.json index 62244a56..a2e217a2 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "copy-to-clipboard": "^3.3.3", "date-fns": "^4.1.0", "free-email-domains": "^1.2.20", - "posthog-js": "^1.258.2", + "posthog-js": "^1.278.0", "react": "^18.3.1", "react-cool-dimensions": "^3.0.1", "react-dom": "^18.3.1",