Skip to content

Commit cb2fe2b

Browse files
committed
update
1 parent 8cd1d37 commit cb2fe2b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@
1919
"author": "DevPanda (Florian Richter)",
2020
"license": "MIT",
2121
"dependencies": {
22-
"@fastify/autoload": "^5.7.1",
23-
"@fastify/cors": "^8.3.0",
22+
"@fastify/autoload": "^5.8.0",
23+
"@fastify/cors": "^8.4.1",
2424
"@fastify/rate-limit": "^8.0.3",
25-
"@fastify/static": "^6.10.2",
26-
"@prisma/client": "^5.1.0",
27-
"fastify": "^4.21.0",
28-
"fastify-204": "^4.0.1",
25+
"@fastify/static": "^6.12.0",
26+
"@prisma/client": "^5.5.2",
27+
"fastify": "^4.24.3",
28+
"fastify-204": "^4.0.2",
2929
"fastify-bcrypt": "^1.0.1",
3030
"fastify-file-upload": "^4.0.0",
31-
"fastify-metrics": "^10.3.0",
31+
"fastify-metrics": "^10.3.3",
3232
"fastify-plugin": "^4.5.1",
3333
"fastify-qs": "^4.0.2",
3434
"ts-node": "^10.9.1",
35-
"tslib": "^2.6.1"
35+
"tslib": "^2.6.2"
3636
},
3737
"devDependencies": {
38-
"@types/node": "^20.4.6",
38+
"@types/node": "^20.9.0",
3939
"nodemon": "^3.0.1",
40-
"npm-check-updates": "^16.10.17",
41-
"pino-pretty": "^10.2.0",
42-
"prisma": "^5.1.0",
43-
"typescript": "^5.1.6"
40+
"npm-check-updates": "^16.14.6",
41+
"pino-pretty": "^10.2.3",
42+
"prisma": "^5.5.2",
43+
"typescript": "^5.2.2"
4444
}
4545
}

0 commit comments

Comments
 (0)