From dd902af84accc617f368ae013205b17086a6fe4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 06:01:41 +0000 Subject: [PATCH] chore(deps): bump posthog-js from 1.261.8 to 1.279.1 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.261.8 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.261.8...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 | 28 ++++++++-------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fe8b8b22df..a088c397985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "mermaid": "^11.10.1", "nuxt-lazy-hydrate": "^1.0.0", "path-browserify": "^1.0.1", - "posthog-js": "^1.261.0", + "posthog-js": "^1.279.1", "rapidoc": "^9.3.8", "sharp": "^0.34.3", "shiki": "^3.12.1", @@ -4796,9 +4796,9 @@ "license": "MIT" }, "node_modules/@posthog/core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.0.2.tgz", - "integrity": "sha512-hWk3rUtJl2crQK0WNmwg13n82hnTwB99BT99/XI5gZSvIlYZ1TPmMZE8H2dhJJ98J/rm9vYJ/UXNzw3RV5HTpQ==", + "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/@rive-app/canvas": { @@ -17477,28 +17477,16 @@ } }, "node_modules/posthog-js": { - "version": "1.261.8", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.261.8.tgz", - "integrity": "sha512-HohKQ5Fuvei/3ZLIdayq6lDpeXsG891t2y2izpHu6q/1SoCS+HlYjViz3WCu9KlE7AfjfpwvN1kjnFNNPWeOig==", + "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.0.2", + "@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 ca90056e207..3d890347ba6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "mermaid": "^11.10.1", "nuxt-lazy-hydrate": "^1.0.0", "path-browserify": "^1.0.1", - "posthog-js": "^1.261.0", + "posthog-js": "^1.279.1", "rapidoc": "^9.3.8", "sharp": "^0.34.3", "shiki": "^3.12.1",