From d93be8079c1f311b77e05e78c6bd467de57e3bf7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Nov 2024 23:21:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FIREBASEAUTH-8383231 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ff306e4..a6acb59d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@babel/polyfill": "^7.7.0", "@babel/runtime": "^7.7.7", "@firebase/app": "^0.5.1", - "@firebase/auth": "^0.13.4", + "@firebase/auth": "^1.6.2", "@material-ui/core": "^4.8.3", "@material-ui/icons": "^4.5.1", "body-parser": "^1.19.0",