From a96b47e48137781bea5fd34ce8b44cc1c7a695b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 22:30:44 +0400 Subject: [PATCH] chore(deps): bump posthog-js from 1.312.0 to 1.313.0 in /frontend in the version-all group (#12241) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 efef095a7e..6f2707f286 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,7 +30,7 @@ "isbot": "^5.1.32", "lucide-react": "^0.562.0", "monaco-editor": "^0.55.1", - "posthog-js": "^1.312.0", + "posthog-js": "^1.313.0", "react": "^19.2.3", "react-dom": "^19.2.3", "react-hot-toast": "^2.6.0", @@ -13382,9 +13382,9 @@ } }, "node_modules/posthog-js": { - "version": "1.312.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.312.0.tgz", - "integrity": "sha512-rdXprhuRzhutU8powMJpIfC0uRtI3OyuYktmLhZRMsD4DQaO3fnudKNq4zxtNmqMPFCSTfmlBH8ByLNOppm2tg==", + "version": "1.313.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.313.0.tgz", + "integrity": "sha512-CL8RkC7m9BTZrix86w0fdnSCVqC/gxrfs6c4Wfkz/CldFD7f2912S2KqnWFmwRVDGIwm9IR82YhublQ88gdDKw==", "dependencies": { "@posthog/core": "1.9.0", "core-js": "^3.38.1", diff --git a/frontend/package.json b/frontend/package.json index 6b2d9e00bd..2c06a78086 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "isbot": "^5.1.32", "lucide-react": "^0.562.0", "monaco-editor": "^0.55.1", - "posthog-js": "^1.312.0", + "posthog-js": "^1.313.0", "react": "^19.2.3", "react-dom": "^19.2.3", "react-hot-toast": "^2.6.0",