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