Skip to content

Commit b313002

Browse files
committed
Bumped v9.0.0
Signed-off-by: Matteo Collina <[email protected]>
1 parent cd747de commit b313002

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastify/multipart",
3-
"version": "9.0.0-pre.fv5.2",
3+
"version": "9.0.0",
44
"description": "Multipart plugin for Fastify",
55
"main": "index.js",
66
"type": "commonjs",
@@ -9,19 +9,19 @@
99
"@fastify/busboy": "^3.0.0",
1010
"@fastify/deepmerge": "^2.0.0",
1111
"@fastify/error": "^4.0.0",
12-
"fastify-plugin": "^5.0.0-pre.fv5.1",
13-
"secure-json-parse": "^2.7.0"
12+
"fastify-plugin": "^5.0.0",
13+
"secure-json-parse": "^3.0.0"
1414
},
1515
"devDependencies": {
1616
"@fastify/pre-commit": "^2.1.0",
17-
"@fastify/swagger": "^9.0.0-pre.fv5.1",
18-
"@fastify/swagger-ui": "^5.0.0-pre.fv5.1",
17+
"@fastify/swagger": "^9.0.0",
18+
"@fastify/swagger-ui": "^5.0.0",
1919
"@types/node": "^22.0.0",
2020
"benchmark": "^2.1.4",
2121
"climem": "^2.0.0",
2222
"concat-stream": "^2.0.0",
2323
"eslint": "^9.8.0",
24-
"fastify": "^5.0.0-alpha.3",
24+
"fastify": "^5.0.0-alpha.4",
2525
"form-data": "^4.0.0",
2626
"h2url": "^0.2.0",
2727
"neostandard": "^0.11.1",

0 commit comments

Comments
 (0)