From c8ddd63ed6f59c9714bee1cc94306772b0dad05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 07:02:59 +0000 Subject: [PATCH] chore(deps): bump posthog-js from 1.261.8 to 1.281.0 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.261.8 to 1.281.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.261.8...posthog-js@1.281.0) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.281.0 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 74f4098c97a..bba35ad2f74 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.281.0", "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.4.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.4.0.tgz", + "integrity": "sha512-jmW8/I//YOHAfjzokqas+Qtc2T57Ux8d2uIJu7FLcMGxywckHsl6od59CD18jtUzKToQdjQhV6Y3429qj+KeNw==", "license": "MIT" }, "node_modules/@rive-app/canvas": { @@ -17519,28 +17519,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.281.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.281.0.tgz", + "integrity": "sha512-t3sAlgVozpU1W1ppiF5zLG6eBRPUs0hmtxN8R1V7P0qZFmnECshAAk2cBxCsxEanadT3iUpS8Z7crBytATqWQQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "1.0.2", + "@posthog/core": "1.4.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..ae05ca1ce10 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.281.0", "rapidoc": "^9.3.8", "sharp": "^0.34.3", "shiki": "^3.12.1",