chore: update dependencies and bump version

This commit is contained in:
Bill Church 2021-08-13 10:09:34 -04:00
parent 8c4702972c
commit 8052065579
3 changed files with 12718 additions and 1520 deletions

View file

@ -1,8 +1,11 @@
# Change Log
## 0.4.2 [TBD]
## 0.4.2 [20210813]
### changes
- update dependencies
- socket.io to 4.1.1
- read-config-ng to 3.0.2
- debug to 4.3.1
## 0.4.1 [20210703]
-
### Fixes
- lost comma in config.json.sample 71fe377
### Changes

14221
app/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "webssh2",
"version": "0.4.0",
"version": "0.4.2",
"ignore": [
".gitignore"
],
@ -35,13 +35,13 @@
"basic-auth": "~2.0.1",
"cidr-matcher": "2.1.1",
"colors": "~1.4.0",
"debug": "^4.3.1",
"debug": "^4.3.2",
"express": "~4.17.1",
"express-session": "~1.17.1",
"morgan": "~1.10.0",
"read-config-ng": "^3.0.2",
"read-config-ng": "^3.0.3",
"serve-favicon": "^2.5.0",
"socket.io": "^4.1.1",
"socket.io": "^4.1.3",
"ssh2": "~0.8.9",
"validator": "^13.6.0"
},