Bump jquery and bootstrap to latest version (3.5.0 and 4.4.1)

This commit is contained in:
Tristan Eisermann 2020-04-30 17:37:12 +02:00 committed by Mustapha Zorgati
parent be81deaa4f
commit e211a15d3e
2 changed files with 8 additions and 8 deletions

12
web/package-lock.json generated
View File

@ -3632,9 +3632,9 @@
}
},
"bootstrap": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz",
"integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag=="
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz",
"integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA=="
},
"bootstrap-sass": {
"version": "3.4.1",
@ -8065,9 +8065,9 @@
}
},
"jquery": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz",
"integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw=="
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz",
"integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ=="
},
"js-base64": {
"version": "2.5.2",

View File

@ -25,12 +25,12 @@
"@ngxs/store": "3.6.2",
"angular-svg-icon": "7.2.1",
"angular-tree-component": "8.5.2",
"bootstrap": "4.3.1",
"bootstrap": "4.4.1",
"bootstrap-sass": "3.4.1",
"chart.js": "2.7.2",
"core-js": "2.5.3",
"file-saver": "1.3.3",
"jquery": "3.4.1",
"jquery": "3.5.0",
"magic-string": "0.22.4",
"material-design-icons": "3.0.1",
"ng2-charts": "1.6.0",