Merge pull request #23960 from nextcloud/dependabot/npm_and_yarn/bootstrap-4.5.3

Bump bootstrap from 4.5.2 to 4.5.3
This commit is contained in:
John Molakvoæ 2020-11-07 10:36:43 +01:00 committed by GitHub
commit 94b730256f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3283,9 +3283,9 @@
"dev": true
},
"bootstrap": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.2.tgz",
"integrity": "sha512-vlGn0bcySYl/iV+BGA544JkkZP5LB3jsmkeKLFQakCOwCM3AOk7VkldBz4jrzSe+Z0Ezn99NVXa1o45cQY4R6A=="
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz",
"integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ=="
},
"brace-expansion": {
"version": "1.1.11",

View File

@ -44,7 +44,7 @@
"autosize": "^4.0.2",
"backbone": "^1.4.0",
"blueimp-md5": "^2.18.0",
"bootstrap": "^4.5.2",
"bootstrap": "^4.5.3",
"camelcase": "^6.2.0",
"clipboard": "^2.0.6",
"core-js": "^3.6.5",