build(deps): bump the i18next group in /frontend with 2 updates

Bumps the i18next group in /frontend with 2 updates: [i18next](https://github.com/i18next/i18next) and [react-i18next](https://github.com/i18next/react-i18next).


Updates `i18next` from 23.16.4 to 23.16.5
- [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.16.4...v23.16.5)

Updates `react-i18next` from 15.1.0 to 15.1.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v15.1.0...v15.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-12 12:00:38 +00:00
committed by Quentin Gliech
parent e800d90680
commit de4d414597
2 changed files with 10 additions and 11 deletions

View File

@@ -25,10 +25,10 @@
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"graphql": "^16.9.0",
"i18next": "^23.16.4",
"i18next": "^23.16.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"react-i18next": "^15.1.1",
"swagger-ui-react": "^5.17.14",
"urql": "^4.2.1",
"vaul": "^1.1.1",
@@ -8899,9 +8899,9 @@
}
},
"node_modules/i18next": {
"version": "23.16.4",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz",
"integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==",
"version": "23.16.5",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz",
"integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==",
"funding": [
{
"type": "individual",
@@ -11617,10 +11617,9 @@
}
},
"node_modules/react-i18next": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.0.tgz",
"integrity": "sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q==",
"license": "MIT",
"version": "15.1.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.1.tgz",
"integrity": "sha512-R/Vg9wIli2P3FfeI8o1eNJUJue5LWpFsQePCHdQDmX0Co3zkr6kdT8gAseb/yGeWbNz1Txc4bKDQuZYsC0kQfw==",
"dependencies": {
"@babel/runtime": "^7.25.0",
"html-parse-stringify": "^3.0.1"

View File

@@ -34,10 +34,10 @@
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"graphql": "^16.9.0",
"i18next": "^23.16.4",
"i18next": "^23.16.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"react-i18next": "^15.1.1",
"swagger-ui-react": "^5.17.14",
"urql": "^4.2.1",
"vaul": "^1.1.1",