Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 21, 2022

Bumps passport-saml from 0.15.0 to 3.2.1.

Release notes

Sourced from passport-saml's releases.

v3.2.1

  • deps: upgrade release-it, npm dedupe (8f3ffcd)
  • deps: npm audit fix (b81c36c)
  • Export AuthenticateOptions type (#657) (ef1dcfc)
  • test: update error message to match new xml-encryption format. (3e908fa)
  • Update xml-encryption to get rid of vulnerable node-forge (#667) (b9de63b)

v3.2.0

  • Update dependencies (#640) (e21a04b)

v3.1.2

  • Update xmldom to 0.7.2 (#633) (9aef839)

v3.1.1

  • Patch algorithm definitions (#625) (d782971)

v3.1.0

  • Limit transforms for signed nodes (#595) (f1e00b6)
  • Add assertion attributes to child object on profile (#593) (2a1699b)
  • Rebuild changelog for 3.0.0 (#605) (c7b7226)
  • Fix typo OnBefore -> NotBefore (#611) (522fe1d)
  • Update README with new Cache Provider interface (#608) (8cc0d8e)
  • Fix validateInResponseTo null check (#596) (bf41764)

v3.0.0

Important Release Notes

This release has some breaking changes and some significant refactors. Please read the CHANGELOG.md carefully to note what few things may need to change in your code before taking this version. There are deprecation notices in the latest 2.x releases, so it is strongly advised that you upgrade to those versions and clear up the warnings before taking this release.

Also, this release contains significant work to separate the SAML parts out from the Passport parts in preparation for a complete split of these two parts. If you are using the SAML part apart from the Passport part, this release will be much easier for you to use.

Changes

  • Remove deprecated field privateCert from README, tests (#591) (4eff276)
  • Add support for more tags in the changelog (#592) (6a7e476)
  • Create codeql-analysis.yml (52ede4c)
  • Improve changelog format (#587) (2d2cc0a)
  • Update all dependencies to latest (d34b22f)
  • Add Node 16 support; drop Node 10 (b0caa65)
  • Update all packages to latest semver-minor (#588) (13c7216)
  • Enforce more secure XML encryption (#584) (8d35454)
  • Add optional setting to set a ceiling on how old a SAML response is allowed to be (#577) (54a1e04)
  • Move XML functions to utility module (#571) (9ad5662)
  • Improve the typing of the Strategy class hierarchy. (#554) (4a83196)
  • Resolve XML-encoded carriage returns during signature validation (#576) (5618b65)
  • Make sure CI builds test latest versions of dependencies (#570) (0798e4d)
  • Start separation of node-saml from passport-saml strategy (#574) (c668737)
  • internal: configure Github Issue chooser (6df9bdd)
  • Run prettier (69c87b7)
  • Create of Code of Conduct (61cf7c5)

... (truncated)

Changelog

Sourced from passport-saml's changelog.

Changelog

v3.0.0 (2021-05-14)

💣 Major Changes:

  • Node saml separation #574
  • Remove support for deprecated privateCert #569
  • Enforce more secure XML encryption #584
  • Add Node 16 support; drop Node 10 #589
  • Update all dependencies to latest #590
  • Require cert for every strategy #548

🚀 Minor Changes:

  • Update xml-crypto to v2.1.1 #558
  • Allow for authnRequestBinding in SAML options #529
  • Add optional setting to set a ceiling on how old a SAML response is allowed to be #577
  • Move XML functions to utility module #571
  • Improve the typing of the Strategy class hierarchy. #554
  • Resolve XML-encoded carriage returns during signature validation #576
  • Make sure CI builds test latest versions of dependencies #570
  • Add WantAssertionsSigned #536

🔗 Dependencies:

  • bump xmldom to 0.5.x since all lower versions have security issue #551
  • Update xml-encryption to v1.2.3 #560
  • Update xml-encryption to v1.2.3 #567
  • Update all packages to latest semver-minor #588

🐛 Bug Fixes:

  • Fix incorrect import of compiled files in tests #572

📚 Documentation:

  • Remove deprecated field privateCert from README, tests #591
  • Add support for more tags in the changelog #592
  • Update readme on using multiSamlStrategy #531
  • Create of Code of Conduct #573
  • Changelog #587

⚙️ Technical Tasks:

  • remove old callback functions, tests use async/await #545
  • async/await for saml.ts #496
  • Format code and enforce code style on PR #527
  • Tests use typescript #534
  • async / await in cache interface #532

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by markstos, a new releaser for passport-saml since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 21, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-saml-3.2.1 branch 3 times, most recently from 748f13d to a172244 Compare February 19, 2022 16:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-saml-3.2.1 branch from a172244 to a9f205b Compare April 12, 2022 15:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-saml-3.2.1 branch 4 times, most recently from 7ea30c7 to 13b22b5 Compare April 26, 2022 21:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-saml-3.2.1 branch from 13b22b5 to 172009f Compare April 27, 2022 17:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-saml-3.2.1 branch 3 times, most recently from dac0a0a to 020b1b7 Compare May 12, 2022 08:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-saml-3.2.1 branch from 020b1b7 to 745b6d4 Compare September 16, 2022 14:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-saml-3.2.1 branch from 745b6d4 to 1f21561 Compare September 30, 2022 11:37
Bumps [passport-saml](https://github.com/node-saml/passport-saml) from 0.15.0 to 3.2.1.
- [Release notes](https://github.com/node-saml/passport-saml/releases)
- [Changelog](https://github.com/node-saml/passport-saml/blob/master/CHANGELOG.md)
- [Commits](node-saml/passport-saml@v0.15.0...v3.2.1)

---
updated-dependencies:
- dependency-name: passport-saml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/passport-saml-3.2.1 branch from 1f21561 to 21555e3 Compare October 9, 2022 23:29
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 12, 2022

Superseded by #598.

@dependabot dependabot bot closed this Oct 12, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/passport-saml-3.2.1 branch October 12, 2022 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant