FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 640 forks source link

Bump Dependencies #1489

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 3 years ago

> ungit@1.5.18 bumpdependencies
> ncu --upgrade --reject bootstrap

Upgrading /home/runner/work/ungit/ungit/package.json

 electron          ~15.0.0  →  ~15.2.0     
 eslint            ~7.32.0  →   ~8.0.1     
 less               ~4.1.1  →   ~4.1.2     
 mocha              ~9.1.1  →   ~9.1.3     
 nodemon           ~2.0.12  →  ~2.0.13     
 @primer/octicons  ~15.2.0  →  ~16.0.0     
 blueimp-md5       ~2.18.0  →  ~2.19.0     
 diff2html         ~3.4.11  →  ~3.4.13     
 jquery-ui         ~1.12.1  →  ~1.13.0     
 open               ~8.2.1  →   ~8.3.0     
 passport           ~0.4.1  →   ~0.5.0     
 socket.io          ~4.2.0  →   ~4.3.0     
 yargs             ~17.1.1  →  ~17.2.1     

Run npm install to install new versions.
jung-kim commented 2 years ago

socket.io ~4.2.0 → ~4.3.0

this one breaks the ungit. This branch without socket.io has been merged to #1491 and bumping will be done there

jung-kim commented 2 years ago

Closing per #1491