diff --git a/package-lock.json b/package-lock.json index c7cb8d1..705f06c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "i18next-http-backend": "^2.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.5.0", + "react-i18next": "^14.0.1", "react-scripts": "5.0.1", "storybook-react-i18next": "^2.0.10", "web-vitals": "^3.5.0" @@ -23043,9 +23043,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-i18next": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz", - "integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.1.tgz", + "integrity": "sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 8b44bde..ff9f67c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "i18next-http-backend": "^2.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.5.0", + "react-i18next": "^14.0.1", "react-scripts": "5.0.1", "storybook-react-i18next": "^2.0.10", "web-vitals": "^3.5.0"