Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-02-16 05:14:07 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-19 13:17:37 +0300
commit5254c441a66c8ca44b3c17526edd0116109a1e7a (patch)
tree0de0b5918fa3e7c3f229fe90c0a0f87ba64afb49 /package-lock.json
parent50d7f87eabd64fd68c6ed4361f027227b094f5c4 (diff)
Bump bootstrap from 3.4.0 to 3.4.1
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.4.0...v3.4.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index f5dbb6c173c..c57a1d48cf6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1620,9 +1620,9 @@
"dev": true
},
"bootstrap": {
- "version": "3.4.0",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.0.tgz",
- "integrity": "sha512-F1yTDO9OHKH0xjl03DsOe8Nu1OWBIeAugGMhy3UTIYDdbbIPesQIhCEbj+HEr6wqlwweGAlP8F3OBC6kEuhFuw=="
+ "version": "3.4.1",
+ "resolved": "http://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz",
+ "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA=="
},
"brace-expansion": {
"version": "1.1.11",
@@ -3848,7 +3848,7 @@
"dependencies": {
"async": {
"version": "2.6.1",
- "resolved": "http://registry.npmjs.org/async/-/async-2.6.1.tgz",
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
"integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
"requires": {
"lodash": "^4.17.10"