diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-09 19:57:37 +0000 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-10 11:11:20 +0100 |
commit | 2191b6377c08aac2ba869acf555fcedcede63800 (patch) | |
tree | 4af86fa58d8fc0447345d5b608ea17a652c19828 /package-lock.json | |
parent | 7dacd468bf7b14134cf24f8acfc6bad9b20e7587 (diff) | |
download | nextcloud-server-2191b6377c08aac2ba869acf555fcedcede63800.tar.gz nextcloud-server-2191b6377c08aac2ba869acf555fcedcede63800.zip |
[Security] Bump bootstrap from 3.3.7 to 3.4.0
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 3.4.0. **This update includes security fixes.**
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v3.3.7...v3.4.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 58140c888d8..4b617c7b802 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", |