We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88409c8 commit b5fbb14Copy full SHA for b5fbb14
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fastify-app",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "A simple fastify app template for JSON API server with helpful routes and initial settings.",
5
"main": "index.js",
6
"scripts": {
@@ -14,7 +14,7 @@
14
"author": "Zhiyi",
15
"license": "ISC",
16
"dependencies": {
17
- "fastify": "^4.27.0",
+ "fastify": "^4.28.1",
18
"@fastify/cors": "^9.0.1",
19
"fast-glob": "^3.3.2"
20
}
0 commit comments