Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency i18next to v23 #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@skyra/i18next-backend": "^2.0.5",
"bullmq": "^3.15.8",
"discord-api-types": "^0.37.100",
"i18next": "^22.5.1",
"i18next": "^23.15.1",
"i18next-fs-backend": "^2.3.2",
"ico-to-png": "^0.2.1",
"ioredis": "^5.4.1",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ __metadata:
bullmq: ^3.15.8
discord-api-types: ^0.37.100
eslint: ^9.11.0
i18next: ^22.5.1
i18next: ^23.15.1
i18next-fs-backend: ^2.3.2
ico-to-png: ^0.2.1
ioredis: ^5.4.1
Expand All @@ -91,12 +91,12 @@ __metadata:
languageName: unknown
linkType: soft

"@babel/runtime@npm:^7.20.6":
version: 7.21.5
resolution: "@babel/runtime@npm:7.21.5"
"@babel/runtime@npm:^7.23.2":
version: 7.25.6
resolution: "@babel/runtime@npm:7.25.6"
dependencies:
regenerator-runtime: ^0.13.11
checksum: 358f2779d3187f5c67ad302e8f8d435412925d0b991d133c7d4a7b1ddd5a3fda1b6f34537cb64628dfd96a27ae46df105bed3895b8d754b88cacdded8d1129dd
regenerator-runtime: ^0.14.0
checksum: ee1a69d3ac7802803f5ee6a96e652b78b8addc28c6a38c725a4ad7d61a059d9e6cb9f6550ed2f63cce67a1bd82e0b1ef66a1079d895be6bfb536a5cfbd9ccc32
languageName: node
linkType: hard

Expand Down Expand Up @@ -2148,12 +2148,12 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:^22.5.1":
version: 22.5.1
resolution: "i18next@npm:22.5.1"
"i18next@npm:^23.15.1":
version: 23.15.1
resolution: "i18next@npm:23.15.1"
dependencies:
"@babel/runtime": ^7.20.6
checksum: 175f8ab7fac2abcee147b00cc2d8e7d4fa9b05cdc227f02cac841fc2fd9545ed4a6d88774f594f8ad12dc944e4d34cc8e88aa00c8b9947baef9e859d93abd305
"@babel/runtime": ^7.23.2
checksum: f946168f00eeb8b7bd2d52c64489492810a95047bd22392b5d9aa747ad4dbe8294a89c8840ceed53b85598d71c52e6329c6289f44034783a5d3ca724d6934d9b
languageName: node
linkType: hard

Expand Down Expand Up @@ -3131,10 +3131,10 @@ __metadata:
languageName: node
linkType: hard

"regenerator-runtime@npm:^0.13.11":
version: 0.13.11
resolution: "regenerator-runtime@npm:0.13.11"
checksum: 27481628d22a1c4e3ff551096a683b424242a216fee44685467307f14d58020af1e19660bf2e26064de946bad7eff28950eae9f8209d55723e2d9351e632bbb4
"regenerator-runtime@npm:^0.14.0":
version: 0.14.1
resolution: "regenerator-runtime@npm:0.14.1"
checksum: 9f57c93277b5585d3c83b0cf76be47b473ae8c6d9142a46ce8b0291a04bb2cf902059f0f8445dcabb3fb7378e5fe4bb4ea1e008876343d42e46d3b484534ce38
languageName: node
linkType: hard

Expand Down