Merge pull request #3669 from firefly-iii/dependabot/npm_and_yarn/frontend/develop/bootstrap-4.5.2

Bump bootstrap from 4.5.1 to 4.5.2 in /frontend
This commit is contained in:
James Cole 2020-08-07 07:16:49 +00:00 committed by GitHub
commit 4f35b9f327
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
},
"bootstrap": {
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.1.tgz",
"integrity": "sha512-bxUooHBSbvefnIZfjD0LE8nfdPKrtiFy2sgrxQwUZ0UpFzpjVbVMUxaGIoo9XWT4B2LG1HX6UQg0UMOakT0prQ=="
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.2.tgz",
"integrity": "sha512-vlGn0bcySYl/iV+BGA544JkkZP5LB3jsmkeKLFQakCOwCM3AOk7VkldBz4jrzSe+Z0Ezn99NVXa1o45cQY4R6A=="
},
"brace-expansion": {
"version": "1.1.11",

View File

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