openvidu-node-client: update dependencies

pull/744/merge
pabloFuente 2024-05-21 13:39:45 +02:00
parent 795046b827
commit f89fd1e2cd
2 changed files with 171 additions and 7270 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,25 +1,16 @@
{ {
"author": "OpenVidu", "author": "OpenVidu",
"dependencies": { "dependencies": {
"axios": "1.4.0", "axios": "1.7.1",
"buffer": "6.0.3" "buffer": "6.0.3"
}, },
"description": "OpenVidu Node Client", "description": "OpenVidu Node Client",
"devDependencies": { "devDependencies": {
"@types/node": "18.11.9", "@types/node": "20.12.12",
"grunt": "1.5.3", "ts-node": "10.9.2",
"grunt-cli": "1.4.3",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "2.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
"grunt-string-replace": "1.3.3",
"grunt-ts": "6.0.0-beta.22",
"ts-node": "10.9.1",
"tslint": "6.1.3", "tslint": "6.1.3",
"typedoc": "0.23.21", "typedoc": "0.25.13",
"typescript": "4.9.3" "typescript": "5.4.5"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "lib/index.js", "main": "lib/index.js",