Skip to content

Commit 4b51398

Browse files
Bump i18next-chained-backend in /Plan/react/dashboard (#3053)
Bumps [i18next-chained-backend](https://github.com/i18next/i18next-chained-backend) from 4.2.0 to 4.3.0. - [Changelog](https://github.com/i18next/i18next-chained-backend/blob/master/CHANGELOG.md) - [Commits](i18next/i18next-chained-backend@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: i18next-chained-backend dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eff6b59 commit 4b51398

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

Plan/react/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"datatables.net-responsive-bs5": "^2.4.1",
2626
"highcharts": "^10.3.3",
2727
"i18next": "^22.5.1",
28-
"i18next-chained-backend": "^4.2.0",
28+
"i18next-chained-backend": "^4.3.0",
2929
"i18next-http-backend": "^2.2.1",
3030
"i18next-localstorage-backend": "^4.1.1",
3131
"masonry-layout": "^4.2.2",

Plan/react/dashboard/yarn.lock

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,10 +1022,10 @@
10221022
core-js-pure "^3.25.1"
10231023
regenerator-runtime "^0.13.11"
10241024

1025-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.19.4", "@babel/runtime@^7.20.6", "@babel/runtime@^7.21.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1026-
version "7.21.0"
1027-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673"
1028-
integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==
1025+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.20.6", "@babel/runtime@^7.21.0", "@babel/runtime@^7.21.5", "@babel/runtime@^7.22.3", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1026+
version "7.22.5"
1027+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.5.tgz#8564dd588182ce0047d55d7a75e93921107b57ec"
1028+
integrity sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==
10291029
dependencies:
10301030
regenerator-runtime "^0.13.11"
10311031

@@ -5487,12 +5487,13 @@ human-signals@^2.1.0:
54875487
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
54885488
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
54895489

5490-
i18next-chained-backend@^4.2.0:
5491-
version "4.2.0"
5492-
resolved "https://registry.yarnpkg.com/i18next-chained-backend/-/i18next-chained-backend-4.2.0.tgz#8d2ccba6f2faca14d2bc5023ba61c759215b99a9"
5493-
integrity sha512-p3qhv6GMouhpcFPnOBqSDsQyVrwZu+PKr+kXaEAGE+w9O39t4pbpBsFYjxh4Nvhn8MUEXstaDx4ZuQvsNlI5fg==
5490+
i18next-chained-backend@^4.3.0:
5491+
version "4.3.0"
5492+
resolved "https://registry.yarnpkg.com/i18next-chained-backend/-/i18next-chained-backend-4.3.0.tgz#467637458de3abc9125c5e3bca631d9c3f51144e"
5493+
integrity sha512-XcmWLREHY2h6Y0mEhDqypSH2kLzaD0IVUF4D1UtMiyTbaJN82bnXjz9HGDzkHTUrzG8vMK7FjDyguYry1dO25A==
54945494
dependencies:
5495-
"@babel/runtime" "^7.19.4"
5495+
"@babel/runtime" "^7.22.3"
5496+
i18next-resources-to-backend "1.1.4"
54965497

54975498
i18next-http-backend@^2.2.1:
54985499
version "2.2.1"
@@ -5508,6 +5509,13 @@ i18next-localstorage-backend@^4.1.1:
55085509
dependencies:
55095510
"@babel/runtime" "^7.20.6"
55105511

5512+
i18next-resources-to-backend@1.1.4:
5513+
version "1.1.4"
5514+
resolved "https://registry.yarnpkg.com/i18next-resources-to-backend/-/i18next-resources-to-backend-1.1.4.tgz#d139ca0cacc270dcc90b7926e192f4cd5aa4db60"
5515+
integrity sha512-hMyr9AOmIea17AOaVe1srNxK/l3mbk81P7Uf3fdcjlw3ehZy3UNTd0OP3EEi6yu4J02kf9jzhCcjokz6AFlEOg==
5516+
dependencies:
5517+
"@babel/runtime" "^7.21.5"
5518+
55115519
i18next@^22.5.1:
55125520
version "22.5.1"
55135521
resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.5.1.tgz#99df0b318741a506000c243429a7352e5f44d424"

0 commit comments

Comments
 (0)