Skip to content

Commit b5fbb14

Browse files
committed
upgrade fastify to 4.28.1
1 parent 88409c8 commit b5fbb14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-app",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A simple fastify app template for JSON API server with helpful routes and initial settings.",
55
"main": "index.js",
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"author": "Zhiyi",
1515
"license": "ISC",
1616
"dependencies": {
17-
"fastify": "^4.27.0",
17+
"fastify": "^4.28.1",
1818
"@fastify/cors": "^9.0.1",
1919
"fast-glob": "^3.3.2"
2020
}

0 commit comments

Comments
 (0)