From b7b82e552f77c251eb494924eaedc1040d192a14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Feb 2018 23:04:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:hoek:20180212 Latest report for dmfarcas/library: https://snyk.io/test/github/dmfarcas/library --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e1360e6..98f96e0 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "element-ui": "^1.2.1", - "firebase": "^3.6.10", - "firebaseui": "^1.0.0", + "firebase": "^4.5.1", + "firebaseui": "^2.0.0", "moment": "^2.17.1", "vue": "^2.1.10", "vue-router": "^2.2.0",