From b34e45a1b0fb491e586a9ca391dbb4cc3bb5c775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 5 Sep 2018 08:40:16 +0000 Subject: [PATCH] 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] --- apps/updatenotification/package-lock.json | 19 ++++++++++++------- apps/updatenotification/package.json | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index bc25206a8a..ec82914972 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 4335461090..bb26afcdc5 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",