Bump auth0-lock from 10.20.0 to 11.33.0
Bumps auth0-lock from 10.20.0 to 11.33.0.
Release notes
Sourced from auth0-lock's releases.
v11.33.0
Important
This release contains a change to how custom signup fields are processed. From this release, all HTML tags are stripped from user input into any custom signup field before being sent to Auth0 to register the user. This is a security measure to help mitigate from potential XSS attacks in signup verification emails.
If you would be affected by this change and require HTML to be specified in a custom signup field, please leave us some feedback in our issue tracker.
Changed
- ui box - div replaced by main #2114 (piwysocki)
- More complete support for custom passwordless connections #2105 (peter-isgfunds)
Fixed
- fix: initialize reset password inside componentDidMount #2111 (stevehobbsdev)
Security
v11.32.2
Changed
- align german loginWithLabel translation with Apple Guidelines #2097 (Steffen911)
Fixed
- SDK-3087 Captcha for single enterprise AD connections #2096 (stevehobbsdev)
Security
- [Snyk] Upgrade qs from 6.10.2 to 6.10.3 #2095 (snyk-bot)
- Bump cached-path-relative from 1.0.2 to 1.1.0 #2091 (dependabot[bot])
v11.32.1
This release includes [email protected], which by default stores additional cookies for backward compatibility when using the
SameSiteattribute, for those older browsers that do not understandSameSite=None. As well as creating the normal transaction cookies withSecure=trueandSameSite=none, it also stores a_x_compatcookie (wherexis the name of the original cookie) which only setsSecure=true.If the generation of these extra cookies is undesirable or unnecessary for your use case, you can turn them back off by setting
legacySameSiteCookie: falsein the SDK configuration.Changed
- Update auth0-js and support legacySameSiteCookie option #2089 (stevehobbsdev)
Security
- Bump log4js from 6.3.0 to 6.4.0 #2087 (dependabot[bot])
- Security upgrade node-fetch to 2.6.7 #2085 (evansims)
- [Snyk] Upgrade prop-types from 15.7.2 to 15.8.0 #2083 (snyk-bot)
- Bump engine.io from 4.1.1 to 4.1.2 #2082 (dependabot[bot])
- Bump follow-redirects from 1.14.4 to 1.14.7 #2081 (dependabot[bot])
... (truncated)
Changelog
Sourced from auth0-lock's changelog.
v11.33.0 (2022-05-05)
Important
This release contains a change to how custom signup fields are processed. From this release, all HTML tags are stripped from user input into any custom signup field before being sent to Auth0 to register the user. This is a security measure to help mitigate from potential XSS attacks in signup verification emails.
If you would be affected by this change and require HTML to be specified in a custom signup field, please leave us some feedback in our issue tracker.
Changed
- ui box - div replaced by main #2114 (piwysocki)
- More complete support for custom passwordless connections #2105 (peter-isgfunds)
Fixed
- fix: initialize reset password inside componentDidMount #2111 (stevehobbsdev)
Security
v11.32.2 (2022-02-08)
Changed
- align german loginWithLabel translation with Apple Guidelines #2097 (Steffen911)
Fixed
- [SDK-3087] Captcha for single enterprise AD connections #2096 (stevehobbsdev)
Security
- [Snyk] Upgrade qs from 6.10.2 to 6.10.3 #2095 (snyk-bot)
- Bump cached-path-relative from 1.0.2 to 1.1.0 #2091 (dependabot[bot])
v11.32.1 (2022-01-27)
Changed
- Update auth0-js and support legacySameSiteCookie option #2089 (stevehobbsdev)
Security
... (truncated)
Commits
49e517dRelease 11.33.0 (#2116)79ae557Merge pull request from GHSA-7ww6-75fj-jcj77280665Bump grunt from 1.4.1 to 1.5.2 (#2115)9361cacui box - div replaced by main (#2114)c8e32a3fix: initialize reset password inside componentDidMount (#2111)1f7daecMerge pull request #2109 from auth0/dependabot/npm_and_yarn/minimist-1.2.63e40090Bump minimist from 1.2.5 to 1.2.6e7da750More complete support for custom passwordless connections (#2105)df60350Bump karma from 6.3.14 to 6.3.16 (#2104)c189574Bump url-parse from 1.5.7 to 1.5.10 (#2103)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by auth0-oss, a new releaser for auth0-lock since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.