diff --git a/package.json b/package.json index a049c8a..dae20d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/caching", - "version": "9.0.0-pre.fv5.2", + "version": "9.0.0", "description": "A plugin for Fastify to enable management of cache control headers", "main": "index.js", "type": "commonjs", @@ -37,14 +37,14 @@ "@fastify/pre-commit": "^2.1.0", "@types/node": "^22.0.0", "c8": "^10.1.2", - "fastify": "^5.0.0-alpha.3", + "fastify": "^5.0.0-alpha.4", "snazzy": "^9.0.0", "standard": "^17.1.0", "tsd": "^0.31.0" }, "dependencies": { "abstract-cache": "^1.0.1", - "fastify-plugin": "^5.0.0-pre.fv5.1", + "fastify-plugin": "^5.0.0", "uid-safe": "^2.1.5" }, "publishConfig": {