From 8997de16aa24606a003af8b508ea741a42214357 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Feb 2020 00:50:28 +0000 Subject: [PATCH] fix: lessons/core-concepts/6-using-a-database/functions/firebase/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 --- .../6-using-a-database/functions/firebase/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/core-concepts/6-using-a-database/functions/firebase/package.json b/lessons/core-concepts/6-using-a-database/functions/firebase/package.json index ca5ba99..ae97a62 100644 --- a/lessons/core-concepts/6-using-a-database/functions/firebase/package.json +++ b/lessons/core-concepts/6-using-a-database/functions/firebase/package.json @@ -7,6 +7,6 @@ "author": "David Wells (https://davidwells.io/)", "license": "MIT", "dependencies": { - "firebase-admin": "^7.0.0" + "firebase-admin": "^8.3.0" } }