Fixing vulnerabilities

This commit is contained in:
Zoe Roux 2021-01-01 19:43:41 +01:00
parent 1efeab69bb
commit 129eb4b9ba
2 changed files with 507 additions and 540 deletions

1005
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,40 +17,40 @@
"not IE 9-11"
],
"dependencies": {
"@angular/animations": "^10.2.0",
"@angular/cdk": "^10.2.5",
"@angular/common": "^10.2.0",
"@angular/compiler": "^10.2.0",
"@angular/core": "^10.2.0",
"@angular/forms": "^10.2.0",
"@angular/material": "^10.2.5",
"@angular/platform-browser": "^10.2.0",
"@angular/platform-browser-dynamic": "^10.2.0",
"@angular/router": "^10.2.0",
"@angular/animations": "^10.2.4",
"@angular/cdk": "^10.2.7",
"@angular/common": "^10.2.4",
"@angular/compiler": "^10.2.4",
"@angular/core": "^10.2.4",
"@angular/forms": "^10.2.4",
"@angular/material": "^10.2.7",
"@angular/platform-browser": "^10.2.4",
"@angular/platform-browser-dynamic": "^10.2.4",
"@angular/router": "^10.2.4",
"angular-auth-oidc-client": "11.2.1",
"bootstrap": "^4.5.3",
"detect-browser": "^5.2.0",
"hls.js": "^0.14.16",
"hls.js": "^0.14.17",
"jquery": "^3.5.1",
"libass-wasm": "^4.0.0",
"ngx-infinite-scroll": "^9.1.0",
"popper.js": "^1.16.1",
"rxjs": "^6.6.3",
"zone.js": "^0.11.2"
"zone.js": "^0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1002.0",
"@angular/cli": "^10.2.0",
"@angular/compiler-cli": "^10.2.0",
"@angular/language-service": "^10.2.0",
"@types/bootstrap": "^5.0.0",
"@types/hls.js": "^0.13.2",
"@types/jquery": "^3.5.3",
"@types/node": "^14.14.2",
"@angular-devkit/build-angular": "^0.1002.1",
"@angular/cli": "^10.2.1",
"@angular/compiler-cli": "^10.2.4",
"@angular/language-service": "^10.2.4",
"@types/bootstrap": "^5.0.1",
"@types/hls.js": "^0.13.3",
"@types/jquery": "^3.5.5",
"@types/node": "^14.14.19",
"@types/video.js": "^7.3.11",
"codelyzer": "^6.0.1",
"ts-node": "~9.0.0",
"tslint": "^6.1.3",
"typescript": "~4.0.3"
"typescript": "^4.0.5"
}
}