Merge pull request #3656 from firefly-iii/dependabot/npm_and_yarn/frontend/develop/bootstrap-4.5.1

Bump bootstrap from 4.5.0 to 4.5.1 in /frontend
This commit is contained in:
James Cole 2020-08-05 07:37:29 +00:00 committed by GitHub
commit cbf44a9069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1910,9 +1910,9 @@
"dev": true "dev": true
}, },
"bootstrap": { "bootstrap": {
"version": "4.5.0", "version": "4.5.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.0.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.1.tgz",
"integrity": "sha512-Z93QoXvodoVslA+PWNdk23Hze4RBYIkpb5h8I2HY2Tu2h7A0LpAgLcyrhrSUyo2/Oxm2l1fRZPs1e5hnxnliXA==" "integrity": "sha512-bxUooHBSbvefnIZfjD0LE8nfdPKrtiFy2sgrxQwUZ0UpFzpjVbVMUxaGIoo9XWT4B2LG1HX6UQg0UMOakT0prQ=="
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11", "version": "1.1.11",

View File

@ -25,7 +25,7 @@
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0", "@fortawesome/fontawesome-free": "^5.14.0",
"@popperjs/core": "^2.4.4", "@popperjs/core": "^2.4.4",
"bootstrap": "^4.5.0", "bootstrap": "^4.5.1",
"chart.js": "^2.9.3", "chart.js": "^2.9.3",
"icheck-bootstrap": "^3.0.1", "icheck-bootstrap": "^3.0.1",
"jquery": "^3.5.1", "jquery": "^3.5.1",