Skip to content

Commit 16e55f7

Browse files
fix(deps): update dependency @sapphire/plugin-i18next to v8
1 parent 3bca21e commit 16e55f7

File tree

2 files changed

+27
-31
lines changed

2 files changed

+27
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@sapphire/iterator-utilities": "^2.0.1",
6767
"@sapphire/plugin-api": "^8.0.0",
6868
"@sapphire/plugin-editable-commands": "^4.0.4",
69-
"@sapphire/plugin-i18next": "^7.1.3",
69+
"@sapphire/plugin-i18next": "^8.0.0",
7070
"@sapphire/plugin-logger": "^4.0.2",
7171
"@sapphire/plugin-subcommands": "^7.0.1",
7272
"@sapphire/ratelimits": "^2.4.11",

yarn.lock

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,10 @@ __metadata:
106106
languageName: node
107107
linkType: hard
108108

109-
"@babel/runtime@npm:^7.23.2":
110-
version: 7.23.9
111-
resolution: "@babel/runtime@npm:7.23.9"
112-
dependencies:
113-
regenerator-runtime: "npm:^0.14.0"
114-
checksum: 10/9a520fe1bf72249f7dd60ff726434251858de15cccfca7aa831bd19d0d3fb17702e116ead82724659b8da3844977e5e13de2bae01eb8a798f2823a669f122be6
109+
"@babel/runtime@npm:^7.27.6":
110+
version: 7.28.3
111+
resolution: "@babel/runtime@npm:7.28.3"
112+
checksum: 10/f2415e4dbface7496f6fc561d640b44be203071fb0dfb63fbe338c7d2d2047419cb054ef13d1ebb8fc11e35d2b55aa3045def4b985e8b82aea5d7e58e1133e52
115113
languageName: node
116114
linkType: hard
117115

@@ -1779,15 +1777,15 @@ __metadata:
17791777
languageName: node
17801778
linkType: hard
17811779

1782-
"@sapphire/plugin-i18next@npm:^7.1.3":
1783-
version: 7.1.3
1784-
resolution: "@sapphire/plugin-i18next@npm:7.1.3"
1780+
"@sapphire/plugin-i18next@npm:^8.0.0":
1781+
version: 8.0.0
1782+
resolution: "@sapphire/plugin-i18next@npm:8.0.0"
17851783
dependencies:
1786-
"@sapphire/utilities": "npm:^3.18.0"
1784+
"@sapphire/utilities": "npm:^3.18.2"
17871785
"@skyra/i18next-backend": "npm:^2.0.5"
1788-
chokidar: "npm:^4.0.1"
1789-
i18next: "npm:^23.16.4"
1790-
checksum: 10/616fab161597018b7bb1916f450e7ae0f76c3634e6a03e5e48d56365784149089c3b476d22ec2000dd39d358db8e0e7c293f2f9e9d82f65af949f956ba1284d5
1786+
chokidar: "npm:^4.0.3"
1787+
i18next: "npm:^25.1.2"
1788+
checksum: 10/d832b40fb2eb8a3648976cb643642dd41914dafd94efc9562e96da9740e74b3ef942530552cef3d62d4461042fcebe723cee9afd014d17cd736b09e6a42ae39e
17911789
languageName: node
17921790
linkType: hard
17931791

@@ -3079,12 +3077,12 @@ __metadata:
30793077
languageName: node
30803078
linkType: hard
30813079

3082-
"chokidar@npm:^4.0.1":
3083-
version: 4.0.1
3084-
resolution: "chokidar@npm:4.0.1"
3080+
"chokidar@npm:^4.0.3":
3081+
version: 4.0.3
3082+
resolution: "chokidar@npm:4.0.3"
30853083
dependencies:
30863084
readdirp: "npm:^4.0.1"
3087-
checksum: 10/62749d2173a60cc5632d6c6e0b7024f33aadce47b06d02e55ad03c7b8daaaf2fc85d4296c047473d04387fd992dab9384cc5263c70a3dc3018b7ebecfb5b5217
3085+
checksum: 10/bf2a575ea5596000e88f5db95461a9d59ad2047e939d5a4aac59dd472d126be8f1c1ff3c7654b477cf532d18f42a97279ef80ee847972fd2a25410bf00b80b59
30883086
languageName: node
30893087
linkType: hard
30903088

@@ -5156,12 +5154,17 @@ __metadata:
51565154
languageName: node
51575155
linkType: hard
51585156

5159-
"i18next@npm:^23.16.4":
5160-
version: 23.16.4
5161-
resolution: "i18next@npm:23.16.4"
5157+
"i18next@npm:^25.1.2":
5158+
version: 25.3.6
5159+
resolution: "i18next@npm:25.3.6"
51625160
dependencies:
5163-
"@babel/runtime": "npm:^7.23.2"
5164-
checksum: 10/a3aa6189aa4bf3022c372a03c88a2216d420b70f01369bd1017f7e51d0ed012dcda8b5f6476021835ab9574ee0ac5d056049fe4b720b5458b42bcc6ae66bd38d
5161+
"@babel/runtime": "npm:^7.27.6"
5162+
peerDependencies:
5163+
typescript: ^5
5164+
peerDependenciesMeta:
5165+
typescript:
5166+
optional: true
5167+
checksum: 10/158ec6eaa19c87ae9f5f5d3d5d3e772fc4e0985f6ebc84dacc12e681296622a40d64ff92647c66aece0f3917fd9ae3eed56c376a010b6647b61f8d7df7993863
51655168
languageName: node
51665169
linkType: hard
51675170

@@ -7224,13 +7227,6 @@ __metadata:
72247227
languageName: node
72257228
linkType: hard
72267229

7227-
"regenerator-runtime@npm:^0.14.0":
7228-
version: 0.14.1
7229-
resolution: "regenerator-runtime@npm:0.14.1"
7230-
checksum: 10/5db3161abb311eef8c45bcf6565f4f378f785900ed3945acf740a9888c792f75b98ecb77f0775f3bf95502ff423529d23e94f41d80c8256e8fa05ed4b07cf471
7231-
languageName: node
7232-
linkType: hard
7233-
72347230
"require-directory@npm:^2.1.1":
72357231
version: 2.1.1
72367232
resolution: "require-directory@npm:2.1.1"
@@ -7639,7 +7635,7 @@ __metadata:
76397635
"@sapphire/iterator-utilities": "npm:^2.0.1"
76407636
"@sapphire/plugin-api": "npm:^8.0.0"
76417637
"@sapphire/plugin-editable-commands": "npm:^4.0.4"
7642-
"@sapphire/plugin-i18next": "npm:^7.1.3"
7638+
"@sapphire/plugin-i18next": "npm:^8.0.0"
76437639
"@sapphire/plugin-logger": "npm:^4.0.2"
76447640
"@sapphire/plugin-subcommands": "npm:^7.0.1"
76457641
"@sapphire/prettier-config": "npm:^2.0.0"

0 commit comments

Comments
 (0)