diff --git a/package.json b/package.json index b9025f0..276ebfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stratify/core", - "version": "0.2.5", + "version": "0.2.7", "description": "Dependency Injection package for the Fastify framework", "type": "module", "main": "./dist/index.cjs", @@ -42,17 +42,17 @@ "eslint": "^9.39.4", "eslint-plugin-import": "^2.32.0", "glob": "^13.0.6", - "prettier": "^3.8.4", + "prettier": "3.9.5", "tsd": "^0.33.0", "tsup": "^8.5.1", - "tsx": "^4.22.4", + "tsx": "^4.23.1", "typescript": "^5.9.3", - "typescript-eslint": "^8.62.0" + "typescript-eslint": "^8.64.0" }, "dependencies": { - "@sinclair/typebox": "^0.34.49", - "fastify": "^5.8.5", - "fastify-plugin": "^5.1.0" + "@sinclair/typebox": "^0.34.52", + "fastify": "^5.10.0", + "fastify-plugin": "^6.0.0" }, "tsd": { "directory": "src"