diff --git a/apps/OpenSign/package-lock.json b/apps/OpenSign/package-lock.json index 138c5e119..14e59f30f 100644 --- a/apps/OpenSign/package-lock.json +++ b/apps/OpenSign/package-lock.json @@ -41,7 +41,7 @@ "react-dnd-multi-backend": "^9.0.0", "react-dom": "^19.2.3", "react-gtm-module": "^2.0.11", - "react-i18next": "^16.5.0", + "react-i18next": "^16.5.2", "react-konva": "^19.2.1", "react-pdf": "^10.2.0", "react-quill-new": "^3.7.0", @@ -13583,12 +13583,12 @@ "license": "MIT" }, "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.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.2.tgz", + "integrity": "sha512-GG/SBVxx9dvrO1uCs8VYdKfOP8NEBUhNP+2VDQLCifRJ8DL1qPq296k2ACNGyZMDe7iyIlz/LMJTQOs8HXSRvw==", "license": "MIT", "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/apps/OpenSign/package.json b/apps/OpenSign/package.json index b8a46efca..97499d584 100644 --- a/apps/OpenSign/package.json +++ b/apps/OpenSign/package.json @@ -36,7 +36,7 @@ "react-dnd-multi-backend": "^9.0.0", "react-dom": "^19.2.3", "react-gtm-module": "^2.0.11", - "react-i18next": "^16.5.0", + "react-i18next": "^16.5.2", "react-konva": "^19.2.1", "react-pdf": "^10.2.0", "react-quill-new": "^3.7.0",