Skip to content

Commit da9bdd4

Browse files
chore: upgrade dependencies (#123)
* fix: remove console.log * chore: upgrade dependencies
1 parent 84b46ba commit da9bdd4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@fastify/cors": "^11.1.0",
4141
"@fastify/env": "^5.0.2",
4242
"@fastify/helmet": "^13.0.1",
43-
"@fastify/multipart": "^9.0.3",
43+
"@fastify/multipart": "^9.2.1",
4444
"@fastify/rate-limit": "^10.3.0",
4545
"@fastify/sensible": "^6.0.3",
4646
"@fastify/session": "^11.1.0",
@@ -49,27 +49,27 @@
4949
"@fastify/swagger-ui": "^5.2.3",
5050
"@fastify/type-provider-typebox": "^5.2.0",
5151
"@fastify/under-pressure": "^9.0.3",
52-
"@sinclair/typebox": "^0.34.38",
52+
"@sinclair/typebox": "^0.34.41",
5353
"close-with-grace": "^2.2.0",
54-
"concurrently": "^9.2.0",
54+
"concurrently": "^9.2.1",
5555
"csv-stringify": "^6.6.0",
56-
"fastify": "^5.4.0",
56+
"fastify": "^5.6.0",
5757
"fastify-cli": "^7.4.0",
5858
"fastify-plugin": "^5.0.1",
5959
"knex": "^3.1.0",
60-
"mysql2": "^3.14.3",
60+
"mysql2": "^3.15.0",
6161
"postgrator": "^8.0.0",
6262
"sanitize-filename": "^1.6.3"
6363
},
6464
"devDependencies": {
65-
"@types/node": "^24.1.0",
65+
"@types/node": "^24.5.2",
6666
"c8": "^10.1.3",
67-
"eslint": "^9.32.0",
67+
"eslint": "^9.35.0",
6868
"fastify-tsconfig": "^3.0.0",
6969
"form-data": "^4.0.4",
7070
"glob": "^11.0.3",
7171
"neostandard": "^0.12.2",
72-
"tsx": "^4.20.3",
72+
"tsx": "^4.20.5",
7373
"typescript": "~5.9.2"
7474
}
7575
}

0 commit comments

Comments
 (0)