summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-11-05 01:13:43 +0000
committerdependabot[bot] <support@dependabot.com>2018-11-05 01:13:43 +0000
commita15f906af26b50dc1340093c182b2de9caa38103 (patch)
tree6b5c331a988fbd60d833f3f3d539145076bcec8a
parent72b7c9ffa00553f3c1439e824e439da8412ebfe9 (diff)
downloadnextcloud-server-a15f906af26b50dc1340093c182b2de9caa38103.tar.gz
nextcloud-server-a15f906af26b50dc1340093c182b2de9caa38103.zip
Bump nextcloud-vue from 0.2.0 to 0.3.1 in /settings
Bumps [nextcloud-vue](https://github.com/nextcloud/vue-components) from 0.2.0 to 0.3.1. - [Release notes](https://github.com/nextcloud/vue-components/releases) - [Commits](https://github.com/nextcloud/vue-components/compare/v0.2.0...v0.3.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r--settings/package-lock.json51
-rw-r--r--settings/package.json2
2 files changed, 40 insertions, 13 deletions
diff --git a/settings/package-lock.json b/settings/package-lock.json
index 31536d4a83f..d5e999b7d76 100644
--- a/settings/package-lock.json
+++ b/settings/package-lock.json
@@ -2254,6 +2254,11 @@
"supports-color": "^2.0.0"
}
},
+ "charenc": {
+ "version": "0.0.2",
+ "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz",
+ "integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc="
+ },
"chokidar": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.4.tgz",
@@ -2560,6 +2565,11 @@
"which": "^1.2.9"
}
},
+ "crypt": {
+ "version": "0.0.2",
+ "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
+ "integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs="
+ },
"crypto-browserify": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
@@ -3127,7 +3137,7 @@
},
"fecha": {
"version": "2.3.3",
- "resolved": "https://registry.npmjs.org/fecha/-/fecha-2.3.3.tgz",
+ "resolved": "http://registry.npmjs.org/fecha/-/fecha-2.3.3.tgz",
"integrity": "sha512-lUGBnIamTAwk4znq5BcqsDaxSmZ9nDVJaij6NvRt/Tg4R69gERA+otPKbS86ROw9nxVMw2/mp1fnaiWqbs6Sdg=="
},
"file-loader": {
@@ -3290,7 +3300,8 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"aproba": {
"version": "1.2.0",
@@ -3705,7 +3716,8 @@
"safe-buffer": {
"version": "5.1.1",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -3761,6 +3773,7 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -3804,12 +3817,14 @@
"wrappy": {
"version": "1.0.2",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"yallist": {
"version": "3.0.2",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
}
}
},
@@ -4786,6 +4801,16 @@
"object-visit": "^1.0.0"
}
},
+ "md5": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/md5/-/md5-2.2.1.tgz",
+ "integrity": "sha1-U6s41f48iJG6RlMp6iP6wFQBJvk=",
+ "requires": {
+ "charenc": "~0.0.1",
+ "crypt": "~0.0.1",
+ "is-buffer": "~1.1.1"
+ }
+ },
"md5.js": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
@@ -5071,16 +5096,18 @@
}
},
"nextcloud-vue": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.2.0.tgz",
- "integrity": "sha512-7yhusk6S1+bvVyQQxdzph6GkTQ8ychTWsmbJfDmNVHwDz5NDKbkEfIa5VpD9r/+RkjHKOdj6QNQYjlT169a62A==",
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/nextcloud-vue/-/nextcloud-vue-0.3.1.tgz",
+ "integrity": "sha512-cMPtVfTU2hN0O2TQMHK4/IX3vXBYiSTSnekg8n8rxL9T1ihrzE8ZOsYiwC8iR40wcVqMDda60kQzi9PzqRu19A==",
"requires": {
"@babel/polyfill": "^7.0.0",
+ "md5": "^2.2.1",
+ "nextcloud-axios": "^0.1.2",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.5.16",
"vue-click-outside": "^1.0.7",
"vue-multiselect": "^2.1.0",
- "vue2-datepicker": "^2.4.1"
+ "vue2-datepicker": "^2.6.1"
}
},
"nice-try": {
@@ -7312,9 +7339,9 @@
"dev": true
},
"vue2-datepicker": {
- "version": "2.6.0",
- "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.6.0.tgz",
- "integrity": "sha512-tsgBC+vX8wPToxvE2IeL6ff/Efl+NquHjg6do6GKDmzoNZ3uPSCbdoGRWQtZJWqHgU5VYr9r9BaPJlUGyQKYEg==",
+ "version": "2.6.2",
+ "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-2.6.2.tgz",
+ "integrity": "sha512-Z1XaBCBi3oiLm26WSBeYpUtQecFsz8FRZ9CtBofjmlkCNdu45smkzcaRjHsPEtOaV4yhkhJ2fr8EBe/7GVrfyA==",
"requires": {
"fecha": "^2.3.3"
}
diff --git a/settings/package.json b/settings/package.json
index 42bee970944..eb6056b45b5 100644
--- a/settings/package.json
+++ b/settings/package.json
@@ -14,7 +14,7 @@
"@babel/polyfill": "^7.0.0",
"lodash": "^4.17.11",
"nextcloud-axios": "^0.1.2",
- "nextcloud-vue": "^0.2.0",
+ "nextcloud-vue": "^0.3.1",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.5.17",
"vue-click-outside": "^1.0.7",