diff --git a/openvidu-browser/package.json b/openvidu-browser/package.json index e0874a02..7734b07c 100644 --- a/openvidu-browser/package.json +++ b/openvidu-browser/package.json @@ -10,20 +10,20 @@ }, "description": "OpenVidu Browser", "devDependencies": { - "@types/node": "14.14.32", + "@types/node": "15.12.2", "@types/platform": "1.3.3", "browserify": "17.0.0", - "grunt": "1.3.0", - "grunt-cli": "1.3.2", + "grunt": "1.4.1", + "grunt-cli": "1.4.3", "grunt-contrib-copy": "1.0.0", "grunt-contrib-sass": "2.0.0", - "grunt-contrib-uglify": "5.0.0", + "grunt-contrib-uglify": "5.0.1", "grunt-contrib-watch": "1.1.0", "grunt-postcss": "0.9.0", "grunt-string-replace": "1.3.1", "grunt-ts": "6.0.0-beta.22", - "terser": "5.6.0", - "tsify": "5.0.2", + "terser": "5.7.0", + "tsify": "5.0.4", "tslint": "6.1.3", "typedoc": "0.19.2", "typescript": "4.0.7"