npm update

This commit is contained in:
k8w
2022-02-26 11:29:21 +08:00
parent 3f4082593e
commit 3e87af42e1
12 changed files with 54 additions and 54 deletions

View File

@@ -16,14 +16,14 @@
"@types/mocha": "^8.2.3",
"@types/mongodb": "^3.6.20",
"@types/node": "^15.14.9",
"mocha": "^9.1.3",
"mocha": "^9.2.1",
"onchange": "^7.1.0",
"ts-node": "^10.4.0",
"tsrpc-cli": "^2.3.1",
"typescript": "^4.5.4"
"ts-node": "^10.5.0",
"tsrpc-cli": "^2.4.0",
"typescript": "^4.5.5"
},
"dependencies": {
"mongodb": "^4.3.0",
"tsrpc": "^3.1.8"
"mongodb": "^4.4.0",
"tsrpc": "^3.2.0"
}
}