diff --git a/package-lock.json b/package-lock.json index 023bbf8..7bb715a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@emotion/styled": "^11.11.0", "@mui/material": "^5.13.7", "@reduxjs/toolkit": "^1.9.5", - "i18next": "^23.2.7", + "i18next": "^23.4.1", "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.1", "react": "^18.2.0", @@ -7908,9 +7908,9 @@ } }, "node_modules/i18next": { - "version": "23.2.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.7.tgz", - "integrity": "sha512-EsbHHvF6b+p+B6Cht5fYWY7VE/WYOrqB1+DNwa1UpLTw6mG5g4tc8KCEjUUOSMUA2yqCsdYQP+PqVq5nBMtOtQ==", + "version": "23.4.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.1.tgz", + "integrity": "sha512-07ekE7hbUrbxTYj97VnBzyhKcGURTJC9p4iWTwCVC8t63T+YrgqQmb/n1LBQMivZYwR61pqS+PC0G2rtENycyQ==", "funding": [ { "type": "individual", @@ -17314,9 +17314,9 @@ } }, "i18next": { - "version": "23.2.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.7.tgz", - "integrity": "sha512-EsbHHvF6b+p+B6Cht5fYWY7VE/WYOrqB1+DNwa1UpLTw6mG5g4tc8KCEjUUOSMUA2yqCsdYQP+PqVq5nBMtOtQ==", + "version": "23.4.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.1.tgz", + "integrity": "sha512-07ekE7hbUrbxTYj97VnBzyhKcGURTJC9p4iWTwCVC8t63T+YrgqQmb/n1LBQMivZYwR61pqS+PC0G2rtENycyQ==", "requires": { "@babel/runtime": "^7.22.5" } diff --git a/package.json b/package.json index ff73151..dcee315 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@emotion/styled": "^11.11.0", "@mui/material": "^5.13.7", "@reduxjs/toolkit": "^1.9.5", - "i18next": "^23.2.7", + "i18next": "^23.4.1", "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.1", "react": "^18.2.0",