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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-20 20:29:46 +0300
committerGitHub <noreply@github.com>2020-09-20 20:29:46 +0300
commit00246de9f47caeedd426b0e5cc643ef760e14b0b (patch)
treed3e4bc282f03bcb0ca04b24d6ec3d8ff1aabd398 /package-lock.json
parent1ad70d33de3889b9744edb17da57f9a933963ca5 (diff)
parent0940e569e1b6e0a90647628610fa27b5a5de3091 (diff)
Merge pull request #1108 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-2.6.5
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json13
1 files changed, 3 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 6be51f90..b9556f70 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2363,9 +2363,9 @@
}
},
"@nextcloud/vue": {
- "version": "2.6.4",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.4.tgz",
- "integrity": "sha512-M5s2mD40KxYFHERZ+n9Yk3GkDXaKcXXxqOtlcgNNcPltcT7IvPKpm8+a0MaiYlQKBhDLkwRyRH+RHxcJKZjbIg==",
+ "version": "2.6.5",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.5.tgz",
+ "integrity": "sha512-ZeY4n/TJ0cRu/iDgLGCwFSksvStMO+fAeJfANwjp52LjrpFXuJjxqG8ZKBdr7zJewj/yTOq6k0wMDnyBFTgnXA==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@@ -2388,13 +2388,6 @@
"vue-multiselect": "^2.1.6",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^3.6.2"
- },
- "dependencies": {
- "v-click-outside": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.1.1.tgz",
- "integrity": "sha512-JJCdOwsJw77bzO37fkQdWX9OnjgLBGQNOM2SVmIdDdUi+n2xc/06dQdctxySIhetd35IGbs3NGU11pkKnBuhJg=="
- }
}
},
"@nodelib/fs.scandir": {