From 96d67335389a0df7ad9e189cf8d1039258dc7aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 08:23:39 +0000 Subject: [PATCH] Bump posthog-js from 1.305.0 to 1.306.2 in /frontend Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.305.0 to 1.306.2. - [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.305.0...posthog-js@1.306.2) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.306.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 08274b107..e61a05646 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -41,7 +41,7 @@ "js-sha256": "^0.11.1", "nuqs": "^2.8.5", "oidc-client-ts": "^3.4.1", - "posthog-js": "^1.305.0", + "posthog-js": "^1.306.2", "react": "^19.2.3", "react-dom": "^19.2.3", "react-i18next": "^16.5.0", @@ -8687,9 +8687,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.305.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.305.0.tgz", - "integrity": "sha512-lUQETmmR5o2VwmNCJeWBZZI1wKT4D9ZuwEEIeAAuQJiJZMfzYQFz33p85zPsOpskX1azU3xxnBfQhCjyWLubjA==", + "version": "1.306.2", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.306.2.tgz", + "integrity": "sha512-zBEjDvUs5RNTWbyHVjbL16Oigm2buFG2PQRRMC46hfL2HSh+8//zMD5gV3etxkUhjjTltKubK3mkqONMldw9Yg==", "license": "SEE LICENSE IN LICENSE", "peer": true, "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index bc9fe1a12..2165da29d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -50,7 +50,7 @@ "js-sha256": "^0.11.1", "nuqs": "^2.8.5", "oidc-client-ts": "^3.4.1", - "posthog-js": "^1.305.0", + "posthog-js": "^1.306.2", "react": "^19.2.3", "react-dom": "^19.2.3", "react-i18next": "^16.5.0",