Skip to content

Commit

Permalink
build: bump i18next-http-backend in /App/frontend-app
Browse files Browse the repository at this point in the history
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.4.3 to 3.0.1.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-http-backend@v2.4.3...v3.0.1)

---
updated-dependencies:
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2024
1 parent 4a77c5e commit c0d7e95
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions App/frontend-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion App/frontend-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dropzone": "^6.0.0-beta.2",
"i18next": "^24.2.0",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-http-backend": "^2.2.1",
"i18next-http-backend": "^3.0.1",
"km-app": "file:",
"marked": "^15.0.4",
"notistack": "^3.0.1",
Expand Down
10 changes: 5 additions & 5 deletions App/frontend-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5202,10 +5202,10 @@ i18next-browser-languagedetector@^7.0.2:
dependencies:
"@babel/runtime" "^7.23.2"

i18next-http-backend@^2.2.1:
version "2.4.3"
resolved "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.4.3.tgz"
integrity sha512-jo2M03O6n1/DNb51WSQ8PsQ0xEELzLZRdYUTbf17mLw3rVwnJF9hwNgMXvEFSxxb+N8dT+o0vtigA6s5mGWyPA==
i18next-http-backend@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/i18next-http-backend/-/i18next-http-backend-3.0.1.tgz#23b05276bc9bcfbb98c46b1b7be3cf8e99c35cf3"
integrity sha512-XT2lYSkbAtDE55c6m7CtKxxrsfuRQO3rUfHzj8ZyRtY9CkIX3aRGwXGTkUhpGWce+J8n7sfu3J0f2wTzo7Lw0A==
dependencies:
cross-fetch "4.0.0"

Expand Down Expand Up @@ -6146,7 +6146,7 @@ kleur@^3.0.3:
dropzone "^6.0.0-beta.2"
i18next "^24.2.0"
i18next-browser-languagedetector "^7.0.2"
i18next-http-backend "^2.2.1"
i18next-http-backend "^3.0.1"
km-app "file:."
marked "^15.0.4"
notistack "^3.0.1"
Expand Down

0 comments on commit c0d7e95

Please sign in to comment.