Bump react-i18next from 14.0.1 to 14.0.5 in /frontend (#1148)

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.0.1 to 14.0.5.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v14.0.1...v14.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-03-02 08:38:16 +00:00
committed by GitHub
parent 1cdd0a4fc7
commit 6e866961cd
2 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@
"react-countdown": "^2.3.5", "react-countdown": "^2.3.5",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-grid-layout": "^1.4.4", "react-grid-layout": "^1.4.4",
"react-i18next": "^14.0.1", "react-i18next": "^14.0.5",
"react-image": "^4.1.0", "react-image": "^4.1.0",
"react-leaflet": "^4.2.1", "react-leaflet": "^4.2.1",
"react-qr-code": "^2.0.11", "react-qr-code": "^2.0.11",
@ -13567,11 +13567,11 @@
} }
}, },
"node_modules/react-i18next": { "node_modules/react-i18next": {
"version": "14.0.1", "version": "14.0.5",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.1.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.5.tgz",
"integrity": "sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==", "integrity": "sha512-5+bQSeEtgJrMBABBL5lO7jPdSNAbeAZ+MlFWDw//7FnVacuVu3l9EeWFzBQvZsKy+cihkbThWOAThEdH8YjGEw==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.22.5", "@babel/runtime": "^7.23.9",
"html-parse-stringify": "^3.0.1" "html-parse-stringify": "^3.0.1"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -78,7 +78,7 @@
"react-countdown": "^2.3.5", "react-countdown": "^2.3.5",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-grid-layout": "^1.4.4", "react-grid-layout": "^1.4.4",
"react-i18next": "^14.0.1", "react-i18next": "^14.0.5",
"react-image": "^4.1.0", "react-image": "^4.1.0",
"react-leaflet": "^4.2.1", "react-leaflet": "^4.2.1",
"react-qr-code": "^2.0.11", "react-qr-code": "^2.0.11",