Bump i18next from 23.4.1 to 23.4.2

Bumps [i18next](https://github.com/i18next/i18next) from 23.4.1 to 23.4.2.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v23.4.1...v23.4.2)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-07 03:04:15 +00:00 committed by GitHub
parent db27706ab4
commit 1380330271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -22,7 +22,7 @@
"express": "^4.17.1",
"flag-icon-css": "^4.1.7",
"formik": "^2.4.2",
"i18next": "^23.4.1",
"i18next": "^23.4.2",
"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.4.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.1.tgz",
"integrity": "sha512-07ekE7hbUrbxTYj97VnBzyhKcGURTJC9p4iWTwCVC8t63T+YrgqQmb/n1LBQMivZYwR61pqS+PC0G2rtENycyQ==",
"version": "23.4.2",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.2.tgz",
"integrity": "sha512-hkVPHKFLtn9iewdqHDiU+MGVIBk+bVFn5usw7CIeCn/SBcVKGTItGdjNPm2B8Lnz42CeHUlnSOTgsr5vbITjhA==",
"funding": [
{
"type": "individual",
@ -28172,9 +28172,9 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
},
"i18next": {
"version": "23.4.1",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.1.tgz",
"integrity": "sha512-07ekE7hbUrbxTYj97VnBzyhKcGURTJC9p4iWTwCVC8t63T+YrgqQmb/n1LBQMivZYwR61pqS+PC0G2rtENycyQ==",
"version": "23.4.2",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.4.2.tgz",
"integrity": "sha512-hkVPHKFLtn9iewdqHDiU+MGVIBk+bVFn5usw7CIeCn/SBcVKGTItGdjNPm2B8Lnz42CeHUlnSOTgsr5vbITjhA==",
"requires": {
"@babel/runtime": "^7.22.5"
}

View file

@ -16,7 +16,7 @@
"express": "^4.17.1",
"flag-icon-css": "^4.1.7",
"formik": "^2.4.2",
"i18next": "^23.4.1",
"i18next": "^23.4.2",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"joi-browser": "^13.4.0",