Updated ws and added http-signature

This commit is contained in:
Nathan Byrd 2023-01-02 17:21:53 -06:00
parent 395676f19d
commit bc0f7690f8
3 changed files with 8553 additions and 2000 deletions

6583
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -41,6 +41,7 @@
"graceful-fs": "^4.2.10", "graceful-fs": "^4.2.10",
"hashids": "^2.2.10", "hashids": "^2.2.10",
"hjson": "3.2.2", "hjson": "3.2.2",
"http-signature": "^1.3.6",
"iconv-lite": "0.6.3", "iconv-lite": "0.6.3",
"ini-config-parser": "^1.0.4", "ini-config-parser": "^1.0.4",
"inquirer": "^8.2.2", "inquirer": "^8.2.2",
@ -65,7 +66,7 @@
"temptmp": "^1.1.0", "temptmp": "^1.1.0",
"uuid": "8.3.2", "uuid": "8.3.2",
"uuid-parse": "1.1.0", "uuid-parse": "1.1.0",
"ws": "7.4.3", "ws": "7.5.9",
"yazl": "^2.5.1" "yazl": "^2.5.1"
}, },
"devDependencies": { "devDependencies": {

3815
yarn.lock

File diff suppressed because it is too large Load Diff