chore: update validator to 12.1 for better IPv6 support
This commit is contained in:
parent
d79e050b87
commit
2289036605
2 changed files with 7 additions and 7 deletions
8
app/package-lock.json
generated
8
app/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "webssh2",
|
||||
"version": "0.2.10-0",
|
||||
"version": "0.2.10-1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -8485,9 +8485,9 @@
|
|||
}
|
||||
},
|
||||
"validator": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/validator/-/validator-12.0.0.tgz",
|
||||
"integrity": "sha512-r5zA1cQBEOgYlesRmSEwc9LkbfNLTtji+vWyaHzRZUxCTHdsX3bd+sdHfs5tGZ2W6ILGGsxWxCNwT/h3IY/3ng=="
|
||||
"version": "12.1.0",
|
||||
"resolved": "https://registry.npmjs.org/validator/-/validator-12.1.0.tgz",
|
||||
"integrity": "sha512-gIC2RBuFRi574Rb9vewGCJ7TCLxHXNx6EKthEgs+Iz0pYa9a9Te1VLG/bGLsAyGWrqR5FfR7tbFUI7FEF2LiGA=="
|
||||
},
|
||||
"vary": {
|
||||
"version": "1.1.2",
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"basic-auth": "~2.0.1",
|
||||
"cidr-matcher": "2.1.1",
|
||||
"colors": "~1.4.0",
|
||||
"compression": "~1.7.4",
|
||||
"debug": "^4.1.1",
|
||||
|
@ -38,11 +39,10 @@
|
|||
"socket.io": "2.2.0",
|
||||
"ssh2": "~0.8.6",
|
||||
"terser-webpack-plugin": "^2.2.1",
|
||||
"validator": "~12.0.0",
|
||||
"validator": "^12.1.0",
|
||||
"xterm-addon-fit": "^0.3.0",
|
||||
"xterm-addon-search": "^0.3.0",
|
||||
"xterm-addon-web-links": "^0.2.1",
|
||||
"cidr-matcher": "2.1.1"
|
||||
"xterm-addon-web-links": "^0.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
|
|
Loading…
Reference in a new issue