Skip to content

Commit e52fc55

Browse files
authoredFeb 7, 2024
chore(deps): update dependency @fastify/static to v7
1 parent eb3abdb commit e52fc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@commitlint/cli": "18.6.0",
3636
"@commitlint/config-angular": "18.6.0",
37-
"@fastify/static": "6.12.0",
37+
"@fastify/static": "7.0.0",
3838
"@nestjs/common": "10.3.2",
3939
"@nestjs/core": "10.3.2",
4040
"@nestjs/platform-express": "10.3.1",
@@ -64,7 +64,7 @@
6464
"typescript": "5.1.6"
6565
},
6666
"peerDependencies": {
67-
"@fastify/static": "^6.0.0",
67+
"@fastify/static": "^6.0.0 || ^7.0.0",
6868
"@nestjs/common": "^9.0.0 || ^10.0.0",
6969
"@nestjs/core": "^9.0.0 || ^10.0.0",
7070
"class-transformer": "*",

0 commit comments

Comments
 (0)
Please sign in to comment.