diff --git a/package-lock.json b/package-lock.json index 84f80fff4..e01bb6656 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "auth0-lock", - "version": "12.5.0", + "version": "12.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "auth0-lock", - "version": "12.5.0", + "version": "12.5.1", "license": "MIT", "dependencies": { - "auth0-js": "^9.26.0", + "auth0-js": "^9.26.1", "auth0-password-policies": "^1.0.2", "blueimp-md5": "^2.19.0", "classnames": "^2.3.2", @@ -4789,9 +4789,10 @@ } }, "node_modules/auth0-js": { - "version": "9.26.0", - "resolved": "https://registry.npmjs.org/auth0-js/-/auth0-js-9.26.0.tgz", - "integrity": "sha512-uq+CTtL0p4Pm05N7vZhTHE1prkNt4RfQ4BJqwaczNC6NTG82MOhR3emYopYjw1SJ2Nem6wiV8Ix1TEAM/whaKA==", + "version": "9.26.1", + "resolved": "https://registry.npmjs.org/auth0-js/-/auth0-js-9.26.1.tgz", + "integrity": "sha512-88KtFHeCbApIF/4VTFT1Dgq4dKAMlZBjNWhOw0GTdMW3419TqQwuEgVXzObJKue/l5g+drYtHqw6VBOPMGmRwQ==", + "license": "MIT", "dependencies": { "base64-js": "^1.5.1", "idtoken-verifier": "^2.2.4", diff --git a/package.json b/package.json index 3832d32e6..1f1870bdb 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "webpack-dev-server": "^4.11.1" }, "dependencies": { - "auth0-js": "^9.26.0", + "auth0-js": "^9.26.1", "auth0-password-policies": "^1.0.2", "blueimp-md5": "^2.19.0", "classnames": "^2.3.2",