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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 976608e..fca2ece 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9191,9 +9191,9 @@
}
},
"nextcloud-vue": {
- "version": "0.9.3",
- "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.3.tgz",
- "integrity": "sha512-Z5i1oaDsyGz6JR50Q3uwftP12INMokIIcdx8PqjZgc6HpzX05CaJ6z8SqJsahscYZKRGpy4DCZT3ejrvZcxyWg==",
+ "version": "0.9.5",
+ "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.9.5.tgz",
+ "integrity": "sha512-JWioquKIHnmt2O+8eS+7zd5Pg7DuouKKQlVBoLlm7bOPFTZuhn53B3lYiOnL8N/91ba8RnffHmDixz33m7/s8w==",
"requires": {
"hammerjs": "^2.0.8",
"md5": "^2.2.1",
diff --git a/package.json b/package.json
index e2b6395..b2f6718 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"@babel/polyfill": "^7.4.0",
"nextcloud-axios": "^0.1.3",
"nextcloud-server": "^0.15.9",
- "nextcloud-vue": "^0.9.3",
+ "nextcloud-vue": "^0.9.5",
"vue": "^2.6.10",
"vue-click-outside": "^1.0.7",
"vuex": "^3.1.0"