Bump i18next from 23.2.6 to 23.2.8
Bumps [i18next](https://github.com/i18next/i18next) from 23.2.6 to 23.2.8. - [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.2.6...v23.2.8) --- 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:
parent
54e711f757
commit
ef20843368
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -22,7 +22,7 @@
|
|||
"express": "^4.17.1",
|
||||
"flag-icon-css": "^4.1.7",
|
||||
"formik": "^2.4.2",
|
||||
"i18next": "^23.2.6",
|
||||
"i18next": "^23.2.8",
|
||||
"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.6",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.6.tgz",
|
||||
"integrity": "sha512-i0P2XBisewaICJ7UQtwymeJj6cXUigM+s8XNIXmWk4oJ8iTok2taCbOTX0ps+u9DFcQ6FWH6xLIU0dLEnMaNbA==",
|
||||
"version": "23.2.8",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.8.tgz",
|
||||
"integrity": "sha512-wU0pMlJ91ZbB89i77G3YQ11/pBQrzgWpxJYl7HFyA9aU9v3aHMI/oBKQmAJNURr0A8cLG4EHjgSMK8IqQTp4PQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "individual",
|
||||
|
@ -28172,9 +28172,9 @@
|
|||
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
|
||||
},
|
||||
"i18next": {
|
||||
"version": "23.2.6",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.6.tgz",
|
||||
"integrity": "sha512-i0P2XBisewaICJ7UQtwymeJj6cXUigM+s8XNIXmWk4oJ8iTok2taCbOTX0ps+u9DFcQ6FWH6xLIU0dLEnMaNbA==",
|
||||
"version": "23.2.8",
|
||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.8.tgz",
|
||||
"integrity": "sha512-wU0pMlJ91ZbB89i77G3YQ11/pBQrzgWpxJYl7HFyA9aU9v3aHMI/oBKQmAJNURr0A8cLG4EHjgSMK8IqQTp4PQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.22.5"
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"express": "^4.17.1",
|
||||
"flag-icon-css": "^4.1.7",
|
||||
"formik": "^2.4.2",
|
||||
"i18next": "^23.2.6",
|
||||
"i18next": "^23.2.8",
|
||||
"i18next-browser-languagedetector": "^7.1.0",
|
||||
"i18next-http-backend": "^2.2.1",
|
||||
"joi-browser": "^13.4.0",
|
||||
|
|
Loading…
Reference in a new issue