0.4.2 release (#260)

* chore: update dependencies and bump version

* chore: update dev dependency snyk
This commit is contained in:
Bill Church 2021-08-13 10:23:15 -04:00 committed by GitHub
parent 8c4702972c
commit c57b99788d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12719 additions and 1521 deletions

View file

@ -1,8 +1,11 @@
# Change Log # 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] ## 0.4.1 [20210703]
-
### Fixes ### Fixes
- lost comma in config.json.sample 71fe377 - lost comma in config.json.sample 71fe377
### Changes ### 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", "name": "webssh2",
"version": "0.4.0", "version": "0.4.2",
"ignore": [ "ignore": [
".gitignore" ".gitignore"
], ],
@ -35,13 +35,13 @@
"basic-auth": "~2.0.1", "basic-auth": "~2.0.1",
"cidr-matcher": "2.1.1", "cidr-matcher": "2.1.1",
"colors": "~1.4.0", "colors": "~1.4.0",
"debug": "^4.3.1", "debug": "^4.3.2",
"express": "~4.17.1", "express": "~4.17.1",
"express-session": "~1.17.1", "express-session": "~1.17.1",
"morgan": "~1.10.0", "morgan": "~1.10.0",
"read-config-ng": "^3.0.2", "read-config-ng": "^3.0.3",
"serve-favicon": "^2.5.0", "serve-favicon": "^2.5.0",
"socket.io": "^4.1.1", "socket.io": "^4.1.3",
"ssh2": "~0.8.9", "ssh2": "~0.8.9",
"validator": "^13.6.0" "validator": "^13.6.0"
}, },
@ -72,7 +72,7 @@
"nodaemon": "0.0.5", "nodaemon": "0.0.5",
"prettier": "^2.3.0", "prettier": "^2.3.0",
"snazzy": "^9.0.0", "snazzy": "^9.0.0",
"snyk": "^1.603.0", "snyk": "^1.680.0",
"socket.io-client": "^4.1.1", "socket.io-client": "^4.1.1",
"source-map-loader": "^2.0.1", "source-map-loader": "^2.0.1",
"standard-version": "^9.3.0", "standard-version": "^9.3.0",