fix underscore version
Showing
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| "dependencies": { | "dependencies": { | ||
| "@types/bunyan": "^1.8.6", | "@types/bunyan": "^1.8.6", | ||
| "@types/node": "^14.0.13", | "@types/node": "^14.0.13", | ||
| "@types/underscore": "^1.10.0", | "@types/underscore": "^1.10.24", | ||
| "async": "^3.2.0", | "async": "^3.2.0", | ||
| "axios": "^0.19.2", | "axios": "^0.19.2", | ||
| "bunyan": "^1.8.14", | "bunyan": "^1.8.14", | ||
| ... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
| "sqlite3": "latest", | "sqlite3": "latest", | ||
| "typeorm": "^0.2.29", | "typeorm": "^0.2.29", | ||
| "typescript": "^4.0.5", | "typescript": "^4.0.5", | ||
| "underscore": "latest", | "underscore": "^1.10.2", | ||
| "underscore.string": "latest", | "underscore.string": "latest", | ||
| "ws": "^1.1.1" | "ws": "^1.1.1" | ||
| }, | }, | ||
| ... | ... |
Please register or sign in to comment