diff --git a/package.json b/package.json index 66126e6..3d66ba2 100644 --- a/package.json +++ b/package.json @@ -24,28 +24,28 @@ "typings": "index.ts", "peerDependencies": { "dotenv": "^16.4.5", - "fastify": "^4.26.1", + "fastify": "^5.1.0", "hive-js-util": "^0.5.3", "yonius": "^0.13.11" }, "devDependencies": { - "@types/chai": "^4.3.12", - "@types/mocha": "^10.0.6", - "@types/node": "^20.11.24", - "@typescript-eslint/eslint-plugin": "^7.1.0", - "@typescript-eslint/parser": "^7.1.0", - "chai": "^5.1.0", + "@types/chai": "^4.3.20", + "@types/mocha": "^10.0.10", + "@types/node": "^22.9.3", + "@typescript-eslint/eslint-plugin": "^7.18.0", + "@typescript-eslint/parser": "^7.18.0", + "chai": "^5.1.2", "dotenv": "^16.4.5", - "eslint": "^8.57.0", - "fastify": "^4.26.1", + "eslint": "^8.57.1", + "fastify": "^5.1.0", "hive-js-util": "^0.5.3", - "mocha": "^10.3.0", + "mocha": "^10.8.2", "mocha-cli": "^1.0.1", - "prettier": "^3.2.5", + "prettier": "^3.3.3", "react": "^18.2.0", - "react-dom": "^18.2.0", + "react-dom": "^18.3.1", "ts-node": "^10.9.2", - "typescript": "^5.3.3", + "typescript": "^5.7.2", "yonius": "^0.13.11" } }