From 51e4cd537577a37f88aa1e97948428e3243f4349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:02:22 +0000 Subject: [PATCH] chore(deps): bump posthog-js from 1.261.8 to 1.268.9 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.261.8 to 1.268.9. - [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.268.9) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.268.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fe8b8b22df..81a5060b264 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.268.9", "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.2.2", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.2.2.tgz", + "integrity": "sha512-f16Ozx6LIigRG+HsJdt+7kgSxZTHeX5f1JlCGKI1lXcvlZgfsCR338FuMI2QRYXGl+jg/vYFzGOTQBxl90lnBg==", "license": "MIT" }, "node_modules/@rive-app/canvas": { @@ -17477,12 +17477,12 @@ } }, "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.268.9", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.268.9.tgz", + "integrity": "sha512-ejK5/i0TUQ8I1SzaIn7xWNf5TzOjWquawpgjKit8DyucD3Z1yf7LTMtgCYZN8oRx9VjiPcP34fSk8YsWQmmkTQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "1.0.2", + "@posthog/core": "1.2.2", "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", diff --git a/package.json b/package.json index ca90056e207..8e09fd82da2 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.268.9", "rapidoc": "^9.3.8", "sharp": "^0.34.3", "shiki": "^3.12.1",