We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a501229 commit 0a0e355Copy full SHA for 0a0e355
package.json
@@ -36,16 +36,16 @@
36
"node": ">=6"
37
},
38
"dependencies": {
39
- "commander": "^9.4.0",
40
- "dotenv": "^16.0.2",
41
- "winston": "^3.8.2"
+ "commander": "^11.0.0",
+ "dotenv": "^16.3.1",
+ "winston": "^3.10.0"
42
43
"devDependencies": {
44
- "@types/node": "^18.7.16",
45
- "chai": "^4.3.6",
+ "@types/node": "^20.4.2",
+ "chai": "^4.3.7",
46
"mocha": "^10.2.0",
47
- "sinon": "^14.0.0",
48
- "typescript": "^4.8.3"
+ "sinon": "^15.2.0",
+ "typescript": "^5.1.6"
49
50
"preferGlobal": true,
51
"repository": {
0 commit comments