Merge pull request #9495 from firefly-iii/dependabot/npm_and_yarn/develop/i18next-24.0.0

Bump i18next from 23.16.8 to 24.0.0
This commit is contained in:
James Cole 2024-11-25 07:22:13 +01:00 committed by GitHub
commit 64aefe5848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 6 deletions

17
package-lock.json generated
View File

@ -6859,9 +6859,9 @@
}
},
"node_modules/i18next": {
"version": "23.16.8",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz",
"integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==",
"version": "24.0.0",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.0.tgz",
"integrity": "sha512-ORGCwMrXxpmB/AljFbGEe0UK/9Pz6umb9aZgLZ9qJGE+kjKhlnLj423WX2mt+N0MlEJ78pQXFMBmeMzrkLxriQ==",
"funding": [
{
"type": "individual",
@ -6876,9 +6876,16 @@
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
}
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.23.2"
},
"peerDependencies": {
"typescript": "^5"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/i18next-chained-backend": {
@ -11955,7 +11962,7 @@
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-sankey": "^0.13.0",
"date-fns": "^4.0.0",
"i18next": "^23.15.2",
"i18next": "^24.0.0",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^3.0.1",
"i18next-localstorage-backend": "^4.2.0",

View File

@ -31,7 +31,7 @@
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-sankey": "^0.13.0",
"date-fns": "^4.0.0",
"i18next": "^23.15.2",
"i18next": "^24.0.0",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^3.0.1",
"i18next-localstorage-backend": "^4.2.0",