Merge pull request #1364 from lkiesow/update-server-libs

Update Server Libraries
This commit is contained in:
advplyr 2023-01-18 17:36:20 -06:00 committed by GitHub
commit ed4f33b565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 138 additions and 53 deletions

View file

@ -30,12 +30,12 @@
"author": "advplyr",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.26.1",
"axios": "^1.2.2",
"express": "^4.17.1",
"graceful-fs": "^4.2.10",
"htmlparser2": "^8.0.1",
"node-tone": "^1.0.1",
"socket.io": "^4.4.1",
"socket.io": "^4.5.4",
"xml2js": "^0.4.23"
},
"devDependencies": {