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",