build(deps): bump @boxyhq/saml20 from 1.15.1 to 1.15.2 (#1190)

Bumps [@boxyhq/saml20](https://github.com/ory/saml20) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/ory/saml20/releases)
- [Commits](https://github.com/ory/saml20/compare/1.15.1...1.15.2)

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

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] 2026-04-26 23:31:26 +01:00 committed by GitHub
parent 0210656c83
commit 710b56be6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.4.2",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.15.1",
"@boxyhq/saml20": "1.15.2",
"next": "16.2.4",
"react": "19.2.5",
"react-dom": "19.2.5",
@ -334,12 +334,12 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.15.1.tgz",
"integrity": "sha512-MeJXTdFF+g0OCzCXXJCsaeLuokefPUv34afNKTEJWBhiJjR7uwj0rgeKh21wYOU7HPZhTAQhu2aSEDARRvFDHQ==",
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.15.2.tgz",
"integrity": "sha512-kdceDRQMfVft/CdpsKOAwYe44EZPRkqvIt6yh1Hh+ugoab/lKjb13wUvLJwNrWwftMRYrV7oS7N05viu+ljQDw==",
"license": "MIT",
"dependencies": {
"@xmldom/xmldom": "0.9.9",
"@xmldom/xmldom": "0.9.10",
"xml-crypto": "6.1.2",
"xml-encryption": "4.0.0",
"xml2js": "0.6.2",
@ -2847,9 +2847,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.9.9",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.9.tgz",
"integrity": "sha512-qycIHAucxy/LXAYIjmLmtQ8q9GPnMbnjG1KXhWm9o5sCr6pOYDATkMPiTNa6/v8eELyqOQ2FsEqeoFYmgv/gJg==",
"version": "0.9.10",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
"integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==",
"license": "MIT",
"engines": {
"node": ">=14.6"

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.15.1",
"@boxyhq/saml20": "1.15.2",
"next": "16.2.4",
"react": "19.2.5",
"react-dom": "19.2.5",