Skip to content

Commit a396295

Browse files
fix(deps): update dependency @fastify/view to v11.1.0
1 parent f6bdc24 commit a396295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@fastify/middie": "9.0.3",
9292
"@fastify/multipart": "9.0.3",
9393
"@fastify/static": "8.1.1",
94-
"@fastify/view": "11.0.0",
94+
"@fastify/view": "11.1.0",
9595
"@grpc/grpc-js": "1.13.3",
9696
"@grpc/proto-loader": "0.7.15",
9797
"@nestjs/apollo": "13.1.0",

sample/17-mvc-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nestjs/platform-fastify": "11.1.0",
2525
"@fastify/static": "8.1.1",
2626
"handlebars": "4.7.8",
27-
"@fastify/view": "11.0.0",
27+
"@fastify/view": "11.1.0",
2828
"reflect-metadata": "0.2.2",
2929
"rimraf": "6.0.1",
3030
"rxjs": "7.8.2"

0 commit comments

Comments
 (0)