diff --git a/package-lock.json b/package-lock.json index 69fa77d..127c561 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "i18next-http-backend": "^2.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^14.0.5", + "react-i18next": "^14.1.0", "react-lazy-load-image-component": "^1.5.6", "react-loadable": "^5.5.0", "react-router-dom": "^6.21.1", @@ -14516,9 +14516,9 @@ "dev": true }, "node_modules/react-i18next": { - "version": "14.0.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.5.tgz", - "integrity": "sha512-5+bQSeEtgJrMBABBL5lO7jPdSNAbeAZ+MlFWDw//7FnVacuVu3l9EeWFzBQvZsKy+cihkbThWOAThEdH8YjGEw==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.0.tgz", + "integrity": "sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==", "dependencies": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" @@ -28112,9 +28112,9 @@ "dev": true }, "react-i18next": { - "version": "14.0.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.5.tgz", - "integrity": "sha512-5+bQSeEtgJrMBABBL5lO7jPdSNAbeAZ+MlFWDw//7FnVacuVu3l9EeWFzBQvZsKy+cihkbThWOAThEdH8YjGEw==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.0.tgz", + "integrity": "sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ==", "requires": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 4f350bd..0ec2232 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "i18next-http-backend": "^2.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^14.0.5", + "react-i18next": "^14.1.0", "react-lazy-load-image-component": "^1.5.6", "react-loadable": "^5.5.0", "react-router-dom": "^6.21.1",