summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-09-05 08:40:16 +0000
committerdependabot[bot] <support@dependabot.com>2018-09-05 08:40:16 +0000
commitb34e45a1b0fb491e586a9ca391dbb4cc3bb5c775 (patch)
tree08a7296849669d799badc29a6ed1ce8ab0f4cd47 /apps
parentbcaf9a48bb08c3dd0e3294705c4e888f51d49d58 (diff)
downloadnextcloud-server-b34e45a1b0fb491e586a9ca391dbb4cc3bb5c775.tar.gz
nextcloud-server-b34e45a1b0fb491e586a9ca391dbb4cc3bb5c775.zip
Bump vue-select from 2.4.0 to 2.5.0 in /apps/updatenotification
Bumps [vue-select](https://github.com/sagalbot/vue-select) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/sagalbot/vue-select/releases) - [Commits](https://github.com/sagalbot/vue-select/compare/v2.4.0...v2.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/updatenotification/package-lock.json19
-rw-r--r--apps/updatenotification/package.json2
2 files changed, 13 insertions, 8 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json
index bc25206a8a8..ec829149728 100644
--- a/apps/updatenotification/package-lock.json
+++ b/apps/updatenotification/package-lock.json
@@ -1602,7 +1602,8 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"aproba": {
"version": "1.2.0",
@@ -2017,7 +2018,8 @@
"safe-buffer": {
"version": "5.1.1",
"bundled": true,
- "dev": true
+ "dev": true,
+ "optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -2073,6 +2075,7 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
+ "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -2116,12 +2119,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
}
}
},
@@ -4353,9 +4358,9 @@
}
},
"vue-select": {
- "version": "2.4.0",
- "resolved": "https://registry.npmjs.org/vue-select/-/vue-select-2.4.0.tgz",
- "integrity": "sha512-WxQc7t65ht3YSwSgcSdHFU8cSOWKpvH6n1B/Z9ua44hMB2oVcy0Mieu4qjMPrYx3AQQ8Y8F+pfNIylRZ0t3IVA=="
+ "version": "2.5.0",
+ "resolved": "https://registry.npmjs.org/vue-select/-/vue-select-2.5.0.tgz",
+ "integrity": "sha512-vkqTkbOGwCM0SSsqAgsr24HLQu6g48YoFPwAi+QupI+glaVz8d9RIANhaBW1x0SMIH08ZR8uDmvAeE5flfEiIg=="
},
"vue-style-loader": {
"version": "4.1.2",
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json
index 43354610902..bb26afcdc51 100644
--- a/apps/updatenotification/package.json
+++ b/apps/updatenotification/package.json
@@ -25,7 +25,7 @@
"dependencies": {
"vue": "^2.5.17",
"vue-click-outside": "^1.0.7",
- "vue-select": "^2.4.0"
+ "vue-select": "^2.5.0"
},
"devDependencies": {
"css-loader": "^1.0.0",