From 48117f471caf0ddbab599c8e6ffae506846e0e50 Mon Sep 17 00:00:00 2001 From: Daniel Schiffl Date: Thu, 3 Dec 2020 11:34:08 +0100 Subject: [PATCH] bump msal version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18b59dd..1105798 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "axios": "^0.19.0", "lodash": "^4.17.15", - "msal": "^1.3.2" + "msal": "^1.3.4" }, "devDependencies": { "@types/lodash": "^4.14.138"