From f9623bfd25f38a50de19bbc6a99ff7341e0a6bbd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Aug 2020 03:54:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AUTH0LOCK-607904 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4c2846..124dd6b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "webpack-dev-server": "^1.14.0" }, "dependencies": { - "auth0-lock": "^9.1.2", + "auth0-lock": "^11.26.3", "axios": "^0.9.0", "babel-preset-stage-1": "^6.1.18", "fetch-polyfill": "^0.8.2",