diff --git a/package-lock.json b/package-lock.json index 76ebf3c57d..2f059bc5a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "qrcode": "^1.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.1.5", + "react-i18next": "^12.2.0", "react-router-dom": "^6.8.1", "recoil": "^0.7.6", "recoil-outside": "^0.1.1", @@ -13194,9 +13194,9 @@ } }, "node_modules/react-i18next": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.1.5.tgz", - "integrity": "sha512-7PQAv6DA0TcStG96fle+8RfTwxVbHVlZZJPoEszwUNvDuWpGldJmNWa3ZPesEsZQZGF6GkzwvEh6p57qpFD2gQ==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.2.0.tgz", + "integrity": "sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==", "dependencies": { "@babel/runtime": "^7.20.6", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 4135ddd8b2..feec1940b8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "qrcode": "^1.5.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^12.1.5", + "react-i18next": "^12.2.0", "react-router-dom": "^6.8.1", "recoil": "^0.7.6", "recoil-outside": "^0.1.1",