diff --git a/package.json b/package.json index 42f9593..b46dab4 100644 --- a/package.json +++ b/package.json @@ -28,20 +28,20 @@ ], "license": "MIT", "devDependencies": { - "jest": "^28.1.3", - "ts-jest": "^28.0.8", - "ts-node": "^10.9.1", - "@types/jest": "^26.0.22", - "@types/node": "^14.0.11", - "mwts": "^1.0.5", - "typescript": "^4.8.4" + "jest": "^29.7.0", + "ts-jest": "^29.2.5", + "ts-node": "^10.9.2", + "@types/jest": "^26.0.24", + "@types/node": "^22.7.9", + "mwts": "^1.3.0", + "typescript": "^4.9.5" }, "dependencies": { - "chalk": "^4.0.0", - "fs-extra": "^9.0.1", - "handlebars": "^4.7.6", - "protobufjs": "^6.9.0", - "yargs": "^15.3.1" + "chalk": "^4.1.2", + "fs-extra": "^11.2.0", + "handlebars": "^4.7.8", + "protobufjs": "^7.4.0", + "yargs": "^17.7.2" }, "author": "Harry Chen ", "repository": {