Merge branch 'fixUserRoles' into 'master'
Update user roles endpoint to use the acls on subprojects See merge request !97
This diff is collapsed.
... | ... | @@ -96,7 +96,7 @@ |
"@types/cors": "^2.8.6", | ||
"@types/express": "4.17.2", | ||
"@types/jsonwebtoken": "8.3.7", | ||
"@types/mocha": "7.0.1", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "13.7.1", | ||
"@types/redis": "^2.8.16", | ||
"@types/redis-mock": "^0.17.0", | ||
... | ... | @@ -115,14 +115,14 @@ |
"istanbul": "0.4.5", | ||
"js-yaml": "^3.13.1", | ||
"lodash.merge": "^4.6.2", | ||
"mocha": "^7.0.1", | ||
"mocha": "^8.4.0", | ||
"mocha-junit-reporter": "1.23.3", | ||
"newman": "^4.6.1", | ||
"nyc": "^15.0.0", | ||
"path": "^0.12.7", | ||
"redis-mock": "^0.49.0", | ||
"sinon": "8.1.1", | ||
"ts-node": "8.6.2", | ||
"ts-node": "^9.1.1", | ||
"tslint": "6.0.0", | ||
"tslint-no-unused-expression-chai": "0.1.4" | ||
} | ||
... | ... |