Skip to content

Commit 8ac2a2c

Browse files
committed
fix: version merge
1 parent 4183d2d commit 8ac2a2c

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastify/static",
3-
"version": "9.1.0",
3+
"version": "9.1.1",
44
"description": "Plugin for serving static files as fast as possible.",
55
"main": "index.js",
66
"type": "commonjs",
@@ -58,23 +58,22 @@
5858
}
5959
],
6060
"dependencies": {
61-
"@fastify/accept-negotiator": "^2.0.0",
62-
"@fastify/send": "^4.0.0",
61+
"@fastify/accept-negotiator": "^2.0.1",
62+
"@fastify/send": "^4.1.0",
6363
"content-disposition": "^1.0.1",
64-
"fastify-plugin": "^5.0.0",
65-
"fastq": "^1.17.1",
66-
"glob": "^13.0.0"
64+
"fastify-plugin": "^5.1.0",
65+
"fastq": "^1.17.1"
6766
},
6867
"devDependencies": {
69-
"@fastify/compress": "^8.0.0",
68+
"@fastify/compress": "^8.3.1",
7069
"@types/node": "^25.0.3",
7170
"borp": "^1.0.0",
7271
"c8": "^11.0.0",
7372
"concat-stream": "^2.0.0",
7473
"eslint": "^9.17.0",
75-
"fastify": "^5.1.0",
74+
"fastify": "^5.8.4",
7675
"neostandard": "^0.12.0",
77-
"pino": "^10.0.0",
76+
"pino": "^10.3.1",
7877
"proxyquire": "^2.1.3",
7978
"tsd": "^0.33.0"
8079
},

0 commit comments

Comments
 (0)