Merge pull request #13464 from nextcloud/dependabot/npm_and_yarn/bootstrap-3.4.0

[Security] Bump bootstrap from 3.3.7 to 3.4.0
This commit is contained in:
Roeland Jago Douma 2019-01-10 14:39:42 +01:00 committed by GitHub
commit 27f492a707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
package-lock.json generated
View File

@ -1398,9 +1398,9 @@
"dev": true
},
"bootstrap": {
"version": "3.3.7",
"resolved": "http://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz",
"integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E="
"version": "3.4.0",
"resolved": "http://registry.npmjs.org/bootstrap/-/bootstrap-3.4.0.tgz",
"integrity": "sha512-F1yTDO9OHKH0xjl03DsOe8Nu1OWBIeAugGMhy3UTIYDdbbIPesQIhCEbj+HEr6wqlwweGAlP8F3OBC6kEuhFuw=="
},
"brace-expansion": {
"version": "1.1.11",

View File

@ -25,7 +25,7 @@
"autosize": "^4.0.2",
"backbone": "^1.2.3",
"blueimp-md5": "^2.7.0",
"bootstrap": "^3.3.7",
"bootstrap": "^3.4.0",
"clipboard": "^1.7.1",
"css-vars-ponyfill": "^1.7.2",
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.2",