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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2019-03-07 11:31:11 +0300
committerGitHub <noreply@github.com>2019-03-07 11:31:11 +0300
commitfd5edb4f3054cb5e676e896103811e1cc86ef46b (patch)
treefeaf250ea490d59b2a510772193d94296e2ec2b9
parent6413400b8e61fa55c518c9fa241742f74f66a757 (diff)
parentdcd6f1357850609a4ceb1eaa8bf57cfddbae73b7 (diff)
Merge pull request #491 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.9.0
Bump nextcloud-vue from 0.8.0 to 0.9.0
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 13 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index dd53057..a2f0bfa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6029,9 +6029,9 @@
}
},
"nextcloud-vue": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.8.0.tgz",
- "integrity": "sha512-6qXcWTgtrbM4W1AjyHSWn0cHOFm/Q39A//OibrY7M332orQnDvCrDoGloUUOW6+vbXJarI+L7t7scL6mkRw4Qg==",
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.0.tgz",
+ "integrity": "sha512-5ryV0XCa/kS8ArHhP8+MZouprky7di5oSBRPoIsXxTQSy50RaoHqgSeXTZy3sYEN+XMc5yGoyYtKZGq2I5kMCA==",
"requires": {
"hammerjs": "^2.0.8",
"md5": "^2.2.1",
@@ -6040,6 +6040,7 @@
"vue": "^2.6.7",
"vue-click-outside": "^1.0.7",
"vue-multiselect": "^2.1.3",
+ "vue-visible": "^1.0.2",
"vue2-datepicker": "^2.10.0"
}
},
@@ -8715,9 +8716,9 @@
}
},
"vue-multiselect": {
- "version": "2.1.3",
- "resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.3.tgz",
- "integrity": "sha512-ANLvoLEZv5uzissmh2WSHTn8DGhqsKi6zVtctpf1wnGK6vmZBktQZzeuHGxH7KpIb+4A6BlXmq0RR08jtQ67tg=="
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-2.1.4.tgz",
+ "integrity": "sha512-ryd2Ybl56LE81IxlwbZUo4gAWnUSG45iUGX4KgVwsteitK2R+cOLwJaJescobpIDJnVlVorRUnX5u7my1vBu2w=="
},
"vue-resize": {
"version": "0.4.5",
@@ -8799,6 +8800,11 @@
"integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==",
"dev": true
},
+ "vue-visible": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/vue-visible/-/vue-visible-1.0.2.tgz",
+ "integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg=="
+ },
"vue2-datepicker": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.10.0.tgz",
diff --git a/package.json b/package.json
index 2ce2fe2..3c09c39 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"nextcloud-axios": "^0.1.3",
"nextcloud-password-confirmation": "^0.4.1",
"nextcloud-server": "^0.15.9",
- "nextcloud-vue": "^0.8.0",
+ "nextcloud-vue": "^0.9.0",
"vue": "^2.6.8",
"vuex": "^3.1.0"
},