diff --git a/package-lock.json b/package-lock.json index 00e3d6f..7cf55b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "express": "^4.17.1", "flag-icon-css": "^4.1.7", "formik": "^2.4.2", - "i18next": "^23.2.11", + "i18next": "^23.4.1", "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.1", "joi-browser": "^13.4.0", @@ -10315,9 +10315,9 @@ } }, "node_modules/i18next": { - "version": "23.2.11", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.11.tgz", - "integrity": "sha512-MA4FsxOjyCaOZtRDB4yuwjCvqYEioD4G4LlXOn7SO3rnQUlxTufyLsOqfL9MKakeLRBkefe8bqcs0D6Z/xFk1w==", + "version": "23.4.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.1.tgz", + "integrity": "sha512-07ekE7hbUrbxTYj97VnBzyhKcGURTJC9p4iWTwCVC8t63T+YrgqQmb/n1LBQMivZYwR61pqS+PC0G2rtENycyQ==", "funding": [ { "type": "individual", @@ -28172,9 +28172,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "i18next": { - "version": "23.2.11", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.11.tgz", - "integrity": "sha512-MA4FsxOjyCaOZtRDB4yuwjCvqYEioD4G4LlXOn7SO3rnQUlxTufyLsOqfL9MKakeLRBkefe8bqcs0D6Z/xFk1w==", + "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 d66915d..c148a46 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "express": "^4.17.1", "flag-icon-css": "^4.1.7", "formik": "^2.4.2", - "i18next": "^23.2.11", + "i18next": "^23.4.1", "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.1", "joi-browser": "^13.4.0",