From 1aa24e8f326023f9d25f73f4f4acac1c25e2fdc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 09:38:00 +0000 Subject: [PATCH] Bump posthog-js from 1.258.2 to 1.279.1 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.258.2 to 1.279.1. - [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.279.1) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.279.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++---------------- package.json | 2 +- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc254388..bf8577c7 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.279.1", "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,27 +17730,16 @@ "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.279.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.279.1.tgz", + "integrity": "sha512-EhWSP4IoNE1iFczEyrLnstb2P1Wxyou10wGgjuNZJszq3p9aDIIROSisSAYOoHTvvfB8TsqbGONLKa8xnXoklg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { + "@posthog/core": "1.3.0", "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", "web-vitals": "^4.2.4" - }, - "peerDependencies": { - "@rrweb/types": "2.0.0-alpha.17", - "rrweb-snapshot": "2.0.0-alpha.17" - }, - "peerDependenciesMeta": { - "@rrweb/types": { - "optional": true - }, - "rrweb-snapshot": { - "optional": true - } } }, "node_modules/preact": { diff --git a/package.json b/package.json index 62244a56..36788a4b 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.279.1", "react": "^18.3.1", "react-cool-dimensions": "^3.0.1", "react-dom": "^18.3.1",