diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d2209ae883..efef095a7e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,11 +30,11 @@ "isbot": "^5.1.32", "lucide-react": "^0.562.0", "monaco-editor": "^0.55.1", - "posthog-js": "^1.311.0", + "posthog-js": "^1.312.0", "react": "^19.2.3", "react-dom": "^19.2.3", "react-hot-toast": "^2.6.0", - "react-i18next": "^16.5.0", + "react-i18next": "^16.5.1", "react-icons": "^5.5.0", "react-markdown": "^10.1.0", "react-router": "^7.11.0", @@ -13382,9 +13382,9 @@ } }, "node_modules/posthog-js": { - "version": "1.311.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.311.0.tgz", - "integrity": "sha512-P1dWYNFr1dlfa5sAOFj4uq2jJuGfNce3ctYl565t0Fm/i4ZJZq4D2hmKyTMjKu5f9wyZVlTeRdxdmTIGDjCegw==", + "version": "1.312.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.312.0.tgz", + "integrity": "sha512-rdXprhuRzhutU8powMJpIfC0uRtI3OyuYktmLhZRMsD4DQaO3fnudKNq4zxtNmqMPFCSTfmlBH8ByLNOppm2tg==", "dependencies": { "@posthog/core": "1.9.0", "core-js": "^3.38.1", @@ -13688,11 +13688,11 @@ } }, "node_modules/react-i18next": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.0.tgz", - "integrity": "sha512-IMpPTyCTKxEj8klCrLKUTIUa8uYTd851+jcu2fJuUB9Agkk9Qq8asw4omyeHVnOXHrLgQJGTm5zTvn8HpaPiqw==", + "version": "16.5.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.1.tgz", + "integrity": "sha512-Hks6UIRZWW4c+qDAnx1csVsCGYeIR4MoBGQgJ+NUoNnO6qLxXuf8zu0xdcinyXUORgGzCdRsexxO1Xzv3sTdnw==", "dependencies": { - "@babel/runtime": "^7.27.6", + "@babel/runtime": "^7.28.4", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, diff --git a/frontend/package.json b/frontend/package.json index 9898e60dc5..6b2d9e00bd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,11 +29,11 @@ "isbot": "^5.1.32", "lucide-react": "^0.562.0", "monaco-editor": "^0.55.1", - "posthog-js": "^1.311.0", + "posthog-js": "^1.312.0", "react": "^19.2.3", "react-dom": "^19.2.3", "react-hot-toast": "^2.6.0", - "react-i18next": "^16.5.0", + "react-i18next": "^16.5.1", "react-icons": "^5.5.0", "react-markdown": "^10.1.0", "react-router": "^7.11.0",