summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2018-11-26 08:49:57 +0000
committerGitHub <noreply@github.com>2018-11-26 08:49:57 +0000
commit3b439baac7656f3d03155269e063fb650c67cc9b (patch)
treec102b1d5722e5aac0fd4e6decaf9e08d4b0ed8f5
parenta4d9673fabed26c0409e6d0c00622ecb2e308419 (diff)
parent6f7998e95f4e9719dc10030e00c7ae80f0986bd6 (diff)
Merge pull request #739 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.4.4
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index ebd3dbb0..27c97e77 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3655,9 +3655,9 @@
}
},
"follow-redirects": {
- "version": "1.5.9",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.9.tgz",
- "integrity": "sha512-Bh65EZI/RU8nx0wbYF9shkFZlqLP+6WT/5FnA3cE/djNSuKNHJEinGGZgu/cQEkeeb2GdFOgenAmn8qaqYke2w==",
+ "version": "1.5.10",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
+ "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
"requires": {
"debug": "=3.1.0"
}
@@ -6275,9 +6275,9 @@
}
},
"nextcloud-vue": {
- "version": "0.4.3",
- "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.4.3.tgz",
- "integrity": "sha512-HjDhD99AyWnXaRCjsLer2IyfW4zZI070Bn+IC2WixVShUh2oAridE/X6YpmC++qGnXuYofpostkgBfRM1tCvpw==",
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.4.4.tgz",
+ "integrity": "sha512-iaL7mJGZpiyn9Evg0pnoilSj30wWD/TujGPqC2RN7jggeTdWrQQBuwjfiIoY3n4wcg9DgsZ4TwE9gOHz9+Yhrg==",
"requires": {
"@babel/polyfill": "^7.0.0",
"md5": "^2.2.1",
diff --git a/package.json b/package.json
index dfc93c67..af0b6ad9 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"ical.js": "^1.3.0",
"moment": "^2.22.2",
"nextcloud-server": "^0.15.9",
- "nextcloud-vue": "^0.4.3",
+ "nextcloud-vue": "^0.4.4",
"p-limit": "^2.0.0",
"uuid": "^3.3.2",
"v-tooltip": "^2.0.0-rc.33",