0.4.2 release (#260)
* chore: update dependencies and bump version * chore: update dev dependency snyk
This commit is contained in:
parent
8c4702972c
commit
c57b99788d
3 changed files with 12719 additions and 1521 deletions
|
@ -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
14221
app/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
},
|
||||
|
@ -72,7 +72,7 @@
|
|||
"nodaemon": "0.0.5",
|
||||
"prettier": "^2.3.0",
|
||||
"snazzy": "^9.0.0",
|
||||
"snyk": "^1.603.0",
|
||||
"snyk": "^1.680.0",
|
||||
"socket.io-client": "^4.1.1",
|
||||
"source-map-loader": "^2.0.1",
|
||||
"standard-version": "^9.3.0",
|
||||
|
|
Loading…
Reference in a new issue