summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification')
-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",