Update dependency bootstrap to ^4.5.0 (#3)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Samuel Philipp 2020-07-05 07:31:38 +00:00
commit aeef3eec9b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -671,9 +671,9 @@
"dev": true
},
"bootstrap": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz",
"integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag=="
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.0.tgz",
"integrity": "sha512-Z93QoXvodoVslA+PWNdk23Hze4RBYIkpb5h8I2HY2Tu2h7A0LpAgLcyrhrSUyo2/Oxm2l1fRZPs1e5hnxnliXA=="
},
"brace-expansion": {
"version": "1.1.11",

View File

@ -32,7 +32,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"bootstrap": "^4.3.1",
"bootstrap": "^4.5.0",
"jquery": "^3.4.1"
}
}