build(deps): bump @boxyhq/saml20 from 1.5.1 to 1.7.0 (#810)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.5.1 to 1.7.0.
- [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/v1.5.1...1.7.0)

---
updated-dependencies:
- dependency-name: "@boxyhq/saml20"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] 2024-12-19 11:47:30 +00:00 committed by GitHub
parent 3cdb028b09
commit b693087f1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 7 deletions

19
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.3.10",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.5.1",
"@boxyhq/saml20": "1.7.0",
"daisyui": "4.12.22",
"next": "15.1.2",
"react": "19.0.0",
@ -75,18 +75,25 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.5.1.tgz",
"integrity": "sha512-SpM/i7s11v05akleLCpcYqNoQdlykVy51TEOt6i186KJ2ZqMX5FsPSNxjjluM3v3FpfvAqiy3Vf9eCw0B0JtYQ==",
"license": "MIT",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.7.0.tgz",
"integrity": "sha512-LmVTz971+HpVis9HM1RO66edHv44UR+nbD9q9/kSGjplanKK7Rts53xu887UfBx0KOVz7x1lmMo+wxZm0dF1+w==",
"dependencies": {
"@xmldom/xmldom": "0.8.10",
"@xmldom/xmldom": "0.9.6",
"xml-crypto": "6.0.0",
"xml-encryption": "3.0.2",
"xml2js": "0.6.2",
"xmlbuilder": "15.1.1"
}
},
"node_modules/@boxyhq/saml20/node_modules/@xmldom/xmldom": {
"version": "0.9.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz",
"integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==",
"engines": {
"node": ">=14.6"
}
},
"node_modules/@emnapi/runtime": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz",

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.5.1",
"@boxyhq/saml20": "1.7.0",
"daisyui": "4.12.22",
"next": "15.1.2",
"react": "19.0.0",