build(deps): bump xml-crypto and @boxyhq/saml20 (#885)

Bumps [xml-crypto](https://github.com/node-saml/xml-crypto) to 6.0.1 and updates ancestor dependency [@boxyhq/saml20](https://github.com/boxyhq/saml20). These dependencies need to be updated together.


Updates `xml-crypto` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/node-saml/xml-crypto/releases)
- [Changelog](https://github.com/node-saml/xml-crypto/blob/v6.0.1/CHANGELOG.md)
- [Commits](https://github.com/node-saml/xml-crypto/compare/v6.0.0...v6.0.1)

Updates `@boxyhq/saml20` from 1.8.0 to 1.10.1
- [Release notes](https://github.com/boxyhq/saml20/releases)
- [Changelog](https://github.com/boxyhq/saml20/blob/main/.release-it.json)
- [Commits](https://github.com/boxyhq/saml20/compare/1.8.0...1.10.1)

---
updated-dependencies:
- dependency-name: xml-crypto
  dependency-type: indirect
- dependency-name: "@boxyhq/saml20"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-14 18:52:18 +00:00 committed by GitHub
parent d91f93953a
commit 368c50a751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.3.11",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.8.0",
"@boxyhq/saml20": "1.10.1",
"daisyui": "4.12.24",
"next": "15.2.0",
"react": "19.0.0",
@ -75,13 +75,13 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.8.0.tgz",
"integrity": "sha512-NjSTYFrxsAnR0PqdarAuHb50+udk5XxYJt7XjpQgUAzys65c4mXoHapvEpSVKtM1WEEY/pCzB0KdcoCDJ6HxVg==",
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.10.1.tgz",
"integrity": "sha512-LViW69mFUTG1aNCrMz8qOCcwJgg8a/svDSEKt+60cuCTYy7PbCeIbmZhe7SMPBOUIaBBjMid67lYqnKz8oj2Vg==",
"license": "MIT",
"dependencies": {
"@xmldom/xmldom": "0.9.7",
"xml-crypto": "6.0.0",
"@xmldom/xmldom": "0.9.8",
"xml-crypto": "6.0.1",
"xml-encryption": "3.1.0",
"xml2js": "0.6.2",
"xmlbuilder": "15.1.1"
@ -1913,9 +1913,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.9.7",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.7.tgz",
"integrity": "sha512-syvR8iIJjpTZ/stv7l89UAViwGFh6lbheeOaqSxkYx9YNmIVvPTRH+CT/fpykFtUx5N+8eSMDRvggF9J8GEPzQ==",
"version": "0.9.8",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz",
"integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==",
"license": "MIT",
"engines": {
"node": ">=14.6"
@ -9130,9 +9130,9 @@
}
},
"node_modules/xml-crypto": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-6.0.0.tgz",
"integrity": "sha512-L3RgnkaDrHaYcCnoENv4Idzt1ZRj5U1z1BDH98QdDTQfssScx8adgxhd9qwyYo+E3fXbQZjEQH7aiXHLVgxGvw==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-6.0.1.tgz",
"integrity": "sha512-v05aU7NS03z4jlZ0iZGRFeZsuKO1UfEbbYiaeRMiATBFs6Jq9+wqKquEMTn4UTrYZ9iGD8yz3KT4L9o2iF682w==",
"license": "MIT",
"dependencies": {
"@xmldom/is-dom-node": "^1.0.1",

View File

@ -14,7 +14,7 @@
"release": "git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main"
},
"dependencies": {
"@boxyhq/saml20": "1.8.0",
"@boxyhq/saml20": "1.10.1",
"daisyui": "4.12.24",
"next": "15.2.0",
"react": "19.0.0",