Skip to content

Commit e6c1c28

Browse files
fix(deps): update all non-major dependencies
1 parent 9f75063 commit e6c1c28

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"@fastify/sensible": "^6.0.1",
2222
"@fastify/static": "^8.0.3",
2323
"@fastify/swagger": "^9.4.0",
24-
"@fastify/swagger-ui": "^5.1.0",
25-
"@fastify/type-provider-typebox": "^5.0.1",
24+
"@fastify/swagger-ui": "^5.2.0",
25+
"@fastify/type-provider-typebox": "^5.1.0",
2626
"@pnotify/core": "^5.2.0",
2727
"@sapphire/fetch": "^3.0.5",
28-
"@sinclair/typebox": "^0.34.9",
28+
"@sinclair/typebox": "^0.34.11",
2929
"@skyra/env-utilities": "^1.3.0",
3030
"fastify": "^5.1.0",
3131
"highlight.js": "^11.10.0",
@@ -44,11 +44,11 @@
4444
"eslint": "^8.57.1",
4545
"eslint-config-prettier": "^9.1.0",
4646
"eslint-plugin-prettier": "^5.2.1",
47-
"prettier": "^3.4.1",
47+
"prettier": "^3.4.2",
4848
"rimraf": "^6.0.1",
4949
"tsup": "^8.3.5",
5050
"typescript": "^5.6.3",
51-
"vite": "^6.0.1"
51+
"vite": "^6.0.3"
5252
},
5353
"eslintConfig": {
5454
"extends": "@sapphire"

yarn.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -318,16 +318,16 @@ __metadata:
318318
languageName: node
319319
linkType: hard
320320

321-
"@fastify/swagger-ui@npm:^5.1.0":
322-
version: 5.1.0
323-
resolution: "@fastify/swagger-ui@npm:5.1.0"
321+
"@fastify/swagger-ui@npm:^5.2.0":
322+
version: 5.2.0
323+
resolution: "@fastify/swagger-ui@npm:5.2.0"
324324
dependencies:
325325
"@fastify/static": "npm:^8.0.0"
326326
fastify-plugin: "npm:^5.0.0"
327327
openapi-types: "npm:^12.1.3"
328328
rfdc: "npm:^1.3.1"
329329
yaml: "npm:^2.4.1"
330-
checksum: 10/5fe7c97abfd1c169c0b156b52a0ef3f4c9662fd5c23e56565d82745cdacbe2ade0e1359f614e4648eaa1a69470c32e89e449be0d18b9955793f80e9ef03c17d6
330+
checksum: 10/809ef5b96a16c36147acbd3c94536a442d2b37ff1cabed9eb9a0bb47984116cbfd94e4c610a302c4deb945cc4484254d473ef47ebfe8b3d9b7e5149cbb657097
331331
languageName: node
332332
linkType: hard
333333

@@ -344,12 +344,12 @@ __metadata:
344344
languageName: node
345345
linkType: hard
346346

347-
"@fastify/type-provider-typebox@npm:^5.0.1":
348-
version: 5.0.1
349-
resolution: "@fastify/type-provider-typebox@npm:5.0.1"
347+
"@fastify/type-provider-typebox@npm:^5.1.0":
348+
version: 5.1.0
349+
resolution: "@fastify/type-provider-typebox@npm:5.1.0"
350350
peerDependencies:
351-
"@sinclair/typebox": ">=0.26 <=0.33"
352-
checksum: 10/744af89939f8d4ac1afa882cde783d8f413cea55d85d52e86a0d1169f3cadb7f9ebbe8f4ecc31a867af4e63da0d72ce7c63db2b7f518377b868bfae825a3be33
351+
"@sinclair/typebox": ">=0.26 <=0.34"
352+
checksum: 10/455ef16a1f3ce980cea541de7df1538969044ab48d6f66daf236f8c6908827ca07e1d953eff7ec39feeaf7bd9a00b84a0894a93df1f96a82957c73b8e23d25c1
353353
languageName: node
354354
linkType: hard
355355

@@ -692,10 +692,10 @@ __metadata:
692692
languageName: node
693693
linkType: hard
694694

695-
"@sinclair/typebox@npm:^0.34.9":
696-
version: 0.34.9
697-
resolution: "@sinclair/typebox@npm:0.34.9"
698-
checksum: 10/8f1c71b8757f3846d83df4cab613ff66e7b6ddb563827b41ad119bc55897f2ae494ee027edfcb8a9902b1e6b096c0759d09d6fd665bb761b5de50d9c27be4dd0
695+
"@sinclair/typebox@npm:^0.34.11":
696+
version: 0.34.11
697+
resolution: "@sinclair/typebox@npm:0.34.11"
698+
checksum: 10/411f0501059050313219879d8135c37f0353900f5e00b48b38a295175070c0b167b63d01ccdccfa941bce271db34f52f423f97a341ae73ed4660e48b07f86cf4
699699
languageName: node
700700
linkType: hard
701701

@@ -717,14 +717,14 @@ __metadata:
717717
"@fastify/sensible": "npm:^6.0.1"
718718
"@fastify/static": "npm:^8.0.3"
719719
"@fastify/swagger": "npm:^9.4.0"
720-
"@fastify/swagger-ui": "npm:^5.1.0"
721-
"@fastify/type-provider-typebox": "npm:^5.0.1"
720+
"@fastify/swagger-ui": "npm:^5.2.0"
721+
"@fastify/type-provider-typebox": "npm:^5.1.0"
722722
"@pnotify/core": "npm:^5.2.0"
723723
"@sapphire/eslint-config": "npm:^5.0.5"
724724
"@sapphire/fetch": "npm:^3.0.5"
725725
"@sapphire/prettier-config": "npm:^2.0.0"
726726
"@sapphire/ts-config": "npm:^5.0.1"
727-
"@sinclair/typebox": "npm:^0.34.9"
727+
"@sinclair/typebox": "npm:^0.34.11"
728728
"@skyra/env-utilities": "npm:^1.3.0"
729729
"@types/node": "npm:^22.10.1"
730730
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
@@ -738,11 +738,11 @@ __metadata:
738738
fastify: "npm:^5.1.0"
739739
highlight.js: "npm:^11.10.0"
740740
ioredis: "npm:^5.4.1"
741-
prettier: "npm:^3.4.1"
741+
prettier: "npm:^3.4.2"
742742
rimraf: "npm:^6.0.1"
743743
tsup: "npm:^8.3.5"
744744
typescript: "npm:^5.6.3"
745-
vite: "npm:^6.0.1"
745+
vite: "npm:^6.0.3"
746746
languageName: unknown
747747
linkType: soft
748748

@@ -3053,12 +3053,12 @@ __metadata:
30533053
languageName: node
30543054
linkType: hard
30553055

3056-
"prettier@npm:^3.0.0, prettier@npm:^3.3.0, prettier@npm:^3.4.1":
3057-
version: 3.4.1
3058-
resolution: "prettier@npm:3.4.1"
3056+
"prettier@npm:^3.0.0, prettier@npm:^3.3.0, prettier@npm:^3.4.2":
3057+
version: 3.4.2
3058+
resolution: "prettier@npm:3.4.2"
30593059
bin:
30603060
prettier: bin/prettier.cjs
3061-
checksum: 10/1ee4d1b1a9b6761cbb847cd81b9d87e51a0f4b2a4d5fe5755627c24828afe057a7ee9b764c3ee777d84abd46218d173d8a204ee9cb3acdd321ff9a6b25f99c1c
3061+
checksum: 10/a3e806fb0b635818964d472d35d27e21a4e17150c679047f5501e1f23bd4aa806adf660f0c0d35214a210d5d440da6896c2e86156da55f221a57938278dc326e
30623062
languageName: node
30633063
linkType: hard
30643064

@@ -3902,9 +3902,9 @@ __metadata:
39023902
languageName: node
39033903
linkType: hard
39043904

3905-
"vite@npm:^6.0.1":
3906-
version: 6.0.1
3907-
resolution: "vite@npm:6.0.1"
3905+
"vite@npm:^6.0.3":
3906+
version: 6.0.3
3907+
resolution: "vite@npm:6.0.3"
39083908
dependencies:
39093909
esbuild: "npm:^0.24.0"
39103910
fsevents: "npm:~2.3.3"
@@ -3950,7 +3950,7 @@ __metadata:
39503950
optional: true
39513951
bin:
39523952
vite: bin/vite.js
3953-
checksum: 10/a42bf6e92425920335175b59d0e4d98cae8f2bfa473c1e32bd62e1feb4b808341992f92632d1883103351f8e9ec4ae53179266b0a815731e9c109a2e3768cde5
3953+
checksum: 10/eca0949b8cbc887e78977515d8fc22eaa2d03425d60a0a422f2db1da9d26bd1b431b2815a273c798e8e3fe176a99e105c3d87b0ba615ca19b8bf19e0334d807a
39543954
languageName: node
39553955
linkType: hard
39563956

0 commit comments

Comments
 (0)