From 4d9090ea72ac9877de63d6863b4bb2e46d6427e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Dec 2018 09:50:15 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:bootstrap:20180529 - https://snyk.io/vuln/npm:clean-css:20180306 - https://snyk.io/vuln/npm:vue:20180222 - https://snyk.io/vuln/npm:vue:20180802 --- ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index 3deb2ff..20c0654 100644 --- a/ui/package.json +++ b/ui/package.json @@ -17,11 +17,11 @@ "dependencies": { "@opentok/client": "^2.13.0", "axios": "^0.17.1", - "bootstrap": "^4.0.0-beta.2", + "bootstrap": "^4.1.2", "bootstrap-vue": "^1.3.0", "twilio-chat": "^1.2.1", "twilio-video": "^1.6.0", - "vue": "^2.5.2", + "vue": "^2.5.17", "vue-router": "^3.0.1" }, "devDependencies": {