diff --git a/package-lock.json b/package-lock.json index 8e7704c3..d1857087 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react": "^18", "react-dom": "^18", "react-hook-form": "^7.53.2", - "react-i18next": "^15.1.1", + "react-i18next": "^15.2.0", "react-zoom-pan-pinch": "^3.6.1", "swiper": "^11.1.15", "ts-node": "^10.9.2", @@ -8773,10 +8773,9 @@ } }, "node_modules/react-i18next": { - "version": "15.1.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.1.tgz", - "integrity": "sha512-R/Vg9wIli2P3FfeI8o1eNJUJue5LWpFsQePCHdQDmX0Co3zkr6kdT8gAseb/yGeWbNz1Txc4bKDQuZYsC0kQfw==", - "license": "MIT", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.2.0.tgz", + "integrity": "sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg==", "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 3631bbb6..c4004614 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react": "^18", "react-dom": "^18", "react-hook-form": "^7.53.2", - "react-i18next": "^15.1.1", + "react-i18next": "^15.2.0", "react-zoom-pan-pinch": "^3.6.1", "swiper": "^11.1.15", "ts-node": "^10.9.2",