mirror of https://github.com/OpenVidu/openvidu.git
openvidu-node-client: update dependencies
parent
795046b827
commit
f89fd1e2cd
File diff suppressed because it is too large
Load Diff
|
@ -1,25 +1,16 @@
|
|||
{
|
||||
"author": "OpenVidu",
|
||||
"dependencies": {
|
||||
"axios": "1.4.0",
|
||||
"axios": "1.7.1",
|
||||
"buffer": "6.0.3"
|
||||
},
|
||||
"description": "OpenVidu Node Client",
|
||||
"devDependencies": {
|
||||
"@types/node": "18.11.9",
|
||||
"grunt": "1.5.3",
|
||||
"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",
|
||||
"@types/node": "20.12.12",
|
||||
"ts-node": "10.9.2",
|
||||
"tslint": "6.1.3",
|
||||
"typedoc": "0.23.21",
|
||||
"typescript": "4.9.3"
|
||||
"typedoc": "0.25.13",
|
||||
"typescript": "5.4.5"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/index.js",
|
||||
|
|
Loading…
Reference in New Issue