From 1252e0ce65f2d3a4f7231384913cbc97f1bc2c97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Mar 2021 04:48:55 +0000 Subject: [PATCH] fix: examples/bundling/webpack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- examples/bundling/webpack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bundling/webpack/package.json b/examples/bundling/webpack/package.json index 8333b5d2e..da842d09a 100644 --- a/examples/bundling/webpack/package.json +++ b/examples/bundling/webpack/package.json @@ -10,7 +10,7 @@ "author": "", "license": "MIT", "dependencies": { - "auth0-lock": "^10.22.0" + "auth0-lock": "^11.28.1" }, "devDependencies": { "cross-env": "^5.0.5",