From a2101b520ac127daf39a4660ef70d69153818873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:13:54 +0000 Subject: [PATCH] Bump posthog-js from 1.306.2 to 1.307.2 in /frontend Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.306.2 to 1.307.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.306.2...posthog-js@1.307.2) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.307.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 991d02256..e737af805 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.306.2", + "posthog-js": "^1.307.2", "react": "^19.2.3", "react-dom": "^19.2.3", "react-i18next": "^16.5.0", @@ -2225,9 +2225,9 @@ } }, "node_modules/@posthog/core": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.7.1.tgz", - "integrity": "sha512-kjK0eFMIpKo9GXIbts8VtAknsoZ18oZorANdtuTj1CbgS28t4ZVq//HAWhnxEuXRTrtkd+SUJ6Ux3j2Af8NCuA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.8.0.tgz", + "integrity": "sha512-SfmG1EdbR+2zpQccgBUxM/snCROB9WGkY7VH1r9iaoTNqoaN9IkmIEA/07cZLY4DxVP8jt6Vdfe3s84xksac1g==", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.6" @@ -8687,13 +8687,13 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.306.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.306.2.tgz", - "integrity": "sha512-zBEjDvUs5RNTWbyHVjbL16Oigm2buFG2PQRRMC46hfL2HSh+8//zMD5gV3etxkUhjjTltKubK3mkqONMldw9Yg==", + "version": "1.307.2", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.307.2.tgz", + "integrity": "sha512-Fnyia8nMwKtM80FeZi6nV0WlywDThBxldN+erQGQsDYQ9LByTMrAwrvKttFZ+KK1sE8DUPpT9/JkRrdwRNaUTg==", "license": "SEE LICENSE IN LICENSE", "peer": true, "dependencies": { - "@posthog/core": "1.7.1", + "@posthog/core": "1.8.0", "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", diff --git a/frontend/package.json b/frontend/package.json index 1739988d4..33b9c094e 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.306.2", + "posthog-js": "^1.307.2", "react": "^19.2.3", "react-dom": "^19.2.3", "react-i18next": "^16.5.0",