Skip to content

Commit 58c9939

Browse files
fix(deps): update all non-major dependencies (#438)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 437382b commit 58c9939

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint": "^8.57.1",
3636
"eslint-config-prettier": "^10.1.8",
3737
"eslint-plugin-prettier": "^5.5.4",
38-
"lint-staged": "^16.2.3",
38+
"lint-staged": "^16.2.4",
3939
"prettier": "^3.6.2",
4040
"tsup": "^8.5.0",
4141
"turbo": "^2.5.8",

packages/http-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"check-update": "cliff-jumper --dry-run"
2727
},
2828
"dependencies": {
29-
"@discordjs/builders": "^1.11.3",
29+
"@discordjs/builders": "^1.12.2",
3030
"@discordjs/collection": "^2.1.1",
3131
"@discordjs/rest": "^2.6.0",
3232
"@discordjs/util": "^1.1.1",

packages/i18next-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@favware/cliff-jumper": "^6.0.0",
3636
"@types/node": "22.15.21",
37-
"i18next": "^25.5.3",
37+
"i18next": "^25.6.0",
3838
"tsup": "^8.5.0",
3939
"typescript": "~5.8.3"
4040
},

packages/shared-http-pieces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"check-update": "cliff-jumper --dry-run"
3232
},
3333
"dependencies": {
34-
"@discordjs/builders": "^1.11.3",
34+
"@discordjs/builders": "^1.12.2",
3535
"@discordjs/collection": "^2.1.1",
3636
"@sentry/node": "^8.55.0",
3737
"@skyra/env-utilities": "workspace:^",

yarn.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -284,18 +284,18 @@ __metadata:
284284
languageName: node
285285
linkType: hard
286286

287-
"@discordjs/builders@npm:^1.11.3":
288-
version: 1.11.3
289-
resolution: "@discordjs/builders@npm:1.11.3"
287+
"@discordjs/builders@npm:^1.12.2":
288+
version: 1.12.2
289+
resolution: "@discordjs/builders@npm:1.12.2"
290290
dependencies:
291291
"@discordjs/formatters": "npm:^0.6.1"
292292
"@discordjs/util": "npm:^1.1.1"
293293
"@sapphire/shapeshift": "npm:^4.0.0"
294-
discord-api-types: "npm:^0.38.16"
294+
discord-api-types: "npm:^0.38.26"
295295
fast-deep-equal: "npm:^3.1.3"
296296
ts-mixer: "npm:^6.0.4"
297297
tslib: "npm:^2.6.3"
298-
checksum: 10/0e653d9722d3726916fcbeae42b0bb88211274be7b0f9550db0d7421d66cf061d7314ce4b225869898b783dbda5c88076e8518f697c3184e03a23a9784d0f6c3
298+
checksum: 10/861da3526dc02d0897af493da44c61e1213eb3268b76b2ab842996907c9f34add1505ec560d997cabf9dab856cbcb7d09c85d0727e6c235b2d4b8a962db64761
299299
languageName: node
300300
linkType: hard
301301

@@ -1710,7 +1710,7 @@ __metadata:
17101710
version: 0.0.0-use.local
17111711
resolution: "@skyra/http-framework@workspace:packages/http-framework"
17121712
dependencies:
1713-
"@discordjs/builders": "npm:^1.11.3"
1713+
"@discordjs/builders": "npm:^1.12.2"
17141714
"@discordjs/collection": "npm:^2.1.1"
17151715
"@discordjs/rest": "npm:^2.6.0"
17161716
"@discordjs/util": "npm:^1.1.1"
@@ -1733,7 +1733,7 @@ __metadata:
17331733
dependencies:
17341734
"@favware/cliff-jumper": "npm:^6.0.0"
17351735
"@types/node": "npm:22.15.21"
1736-
i18next: "npm:^25.5.3"
1736+
i18next: "npm:^25.6.0"
17371737
tslib: "npm:^2.8.1"
17381738
tsup: "npm:^8.5.0"
17391739
typescript: "npm:~5.8.3"
@@ -1799,7 +1799,7 @@ __metadata:
17991799
version: 0.0.0-use.local
18001800
resolution: "@skyra/shared-http-pieces@workspace:packages/shared-http-pieces"
18011801
dependencies:
1802-
"@discordjs/builders": "npm:^1.11.3"
1802+
"@discordjs/builders": "npm:^1.12.2"
18031803
"@discordjs/collection": "npm:^2.1.1"
18041804
"@favware/cliff-jumper": "npm:^6.0.0"
18051805
"@sentry/node": "npm:^8.55.0"
@@ -2513,7 +2513,7 @@ __metadata:
25132513
eslint: "npm:^8.57.1"
25142514
eslint-config-prettier: "npm:^10.1.8"
25152515
eslint-plugin-prettier: "npm:^5.5.4"
2516-
lint-staged: "npm:^16.2.3"
2516+
lint-staged: "npm:^16.2.4"
25172517
prettier: "npm:^3.6.2"
25182518
tsup: "npm:^8.5.0"
25192519
turbo: "npm:^2.5.8"
@@ -3169,10 +3169,10 @@ __metadata:
31693169
languageName: node
31703170
linkType: hard
31713171

3172-
"discord-api-types@npm:^0.38.1, discord-api-types@npm:^0.38.16, discord-api-types@npm:^0.38.8":
3173-
version: 0.38.20
3174-
resolution: "discord-api-types@npm:0.38.20"
3175-
checksum: 10/5d51c0262d297e7dc882838a82c93d5077c3a8a7931d10f02520dbec2f9175ced625699cae3ccc8fda14aa8838b60a6fafdeab76841729225916894988041bd9
3172+
"discord-api-types@npm:^0.38.1, discord-api-types@npm:^0.38.16, discord-api-types@npm:^0.38.26, discord-api-types@npm:^0.38.8":
3173+
version: 0.38.29
3174+
resolution: "discord-api-types@npm:0.38.29"
3175+
checksum: 10/dc4bd18e7a55099883dd80b4915ff2b72115ec94a6ab640ce93e065dc0b315d0e9e3e61b172670bcdb23eceb09a1cd7daa7e3251dafb3b1a40dc905aef5e5fe9
31763176
languageName: node
31773177
linkType: hard
31783178

@@ -4236,17 +4236,17 @@ __metadata:
42364236
languageName: node
42374237
linkType: hard
42384238

4239-
"i18next@npm:^25.5.3":
4240-
version: 25.5.3
4241-
resolution: "i18next@npm:25.5.3"
4239+
"i18next@npm:^25.6.0":
4240+
version: 25.6.0
4241+
resolution: "i18next@npm:25.6.0"
42424242
dependencies:
42434243
"@babel/runtime": "npm:^7.27.6"
42444244
peerDependencies:
42454245
typescript: ^5
42464246
peerDependenciesMeta:
42474247
typescript:
42484248
optional: true
4249-
checksum: 10/eb7312b3261af4477b7e4d09ec1636372a79a8f81bb5ac9531bbb9aa498ca07f337f9ec2c89507f0d895ce6c0b1352a2ea4fbe47f665ab4feba3df2de79cbeab
4249+
checksum: 10/3eaa354f7028ff6051e4294c09bf518183c6653c019cfeed73fc4504786b3a474c3b55ed6b9832e122ba2538167b3eb85ae71fdd6423fb9ec9ebe2156b061d66
42504250
languageName: node
42514251
linkType: hard
42524252

@@ -4718,20 +4718,20 @@ __metadata:
47184718
languageName: node
47194719
linkType: hard
47204720

4721-
"lint-staged@npm:^16.2.3":
4722-
version: 16.2.3
4723-
resolution: "lint-staged@npm:16.2.3"
4721+
"lint-staged@npm:^16.2.4":
4722+
version: 16.2.4
4723+
resolution: "lint-staged@npm:16.2.4"
47244724
dependencies:
47254725
commander: "npm:^14.0.1"
47264726
listr2: "npm:^9.0.4"
47274727
micromatch: "npm:^4.0.8"
4728-
nano-spawn: "npm:^1.0.3"
4728+
nano-spawn: "npm:^2.0.0"
47294729
pidtree: "npm:^0.6.0"
47304730
string-argv: "npm:^0.3.2"
47314731
yaml: "npm:^2.8.1"
47324732
bin:
47334733
lint-staged: bin/lint-staged.js
4734-
checksum: 10/7c83cb478aa8004eecc8c91d633abe2865ffc037957ae9ee2669e49b76b76fe3512ba431277efc29cec7a38641e7d8a62f3378a41b624c88bde6fbef5524e2cb
4734+
checksum: 10/e4ce8e6b07fc2c1d96962dafaab483271b2359b6f22f74324ba0f827ad6383caa2800651379f36b2570cfa74b27354e0db9316be69795636a0c53fa3fd599b79
47354735
languageName: node
47364736
linkType: hard
47374737

@@ -5177,10 +5177,10 @@ __metadata:
51775177
languageName: node
51785178
linkType: hard
51795179

5180-
"nano-spawn@npm:^1.0.3":
5181-
version: 1.0.3
5182-
resolution: "nano-spawn@npm:1.0.3"
5183-
checksum: 10/72c56e68ae733c81c459a338fd51e2aa3be06b1cca746c2abe83df7acfac7eee008b01833f5a8781f4ac9fc1eafd23036a44755257a669dfcc2ff2453850822a
5180+
"nano-spawn@npm:^2.0.0":
5181+
version: 2.0.0
5182+
resolution: "nano-spawn@npm:2.0.0"
5183+
checksum: 10/117d35d7bd85b146908de5d3d1177d2b2ee3174e5d884d6bc9555583bf6e50a265f4038b5c134b7cdd768a10d53598ccde5c00d6f55e25e7eed31b86b8d29646
51845184
languageName: node
51855185
linkType: hard
51865186

0 commit comments

Comments
 (0)