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:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2019-04-01 12:36:27 +0300
committerGitHub <noreply@github.com>2019-04-01 12:36:27 +0300
commitd8be78cf503b58ba1893eeefa787ba3be42f6609 (patch)
treed4d054033384dcb75cd19183dbf2469518fe82e8
parent1b556e511f8a99dfa81b42a71a2b3e15705b7e80 (diff)
parent429bc5917f9735ab3cc81bd9628ef12d5a69b001 (diff)
Merge pull request #80 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.9.5
-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"