build(deps): bump @xmldom/xmldom and @boxyhq/saml20 (#1159)

Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) to 0.9.9 and updates ancestor dependency [@boxyhq/saml20](https://github.com/ory/saml20). These dependencies need to be updated together.


Updates `@xmldom/xmldom` from 0.9.8 to 0.9.9
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xmldom/xmldom/compare/0.9.8...0.9.9)

Updates `@boxyhq/saml20` from 1.13.2 to 1.15.0
- [Release notes](https://github.com/ory/saml20/releases)
- [Commits](https://github.com/ory/saml20/compare/1.13.2...1.15.0)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-version: 0.9.9
  dependency-type: indirect
- dependency-name: "@boxyhq/saml20"
  dependency-version: 1.15.0
  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] 2026-04-01 09:57:24 +01:00 committed by GitHub
parent 833cc10a28
commit 8926b7f14c
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", "version": "1.4.2",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.13.2", "@boxyhq/saml20": "1.15.0",
"next": "16.2.0", "next": "16.2.0",
"react": "19.2.4", "react": "19.2.4",
"react-dom": "19.2.4", "react-dom": "19.2.4",
@ -334,12 +334,12 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.13.2", "version": "1.15.0",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.13.2.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.15.0.tgz",
"integrity": "sha512-iMbFK2I/fB7Iu8qsUTfGBwd2KyVviRPwslxthWMHHSOLbty6GQvrqB07XO3w8kVZVUs20uHfa/azxZO8opMdHA==", "integrity": "sha512-9CP3JUCOEokDC9tV4JfocfjLKzm+Y5o5cv1+3hAbTtRxydyKcf5+oSBGBMnsfW3vRbuPjTE3+Yd8edWA3o3xiw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.9.8", "@xmldom/xmldom": "0.9.9",
"xml-crypto": "6.1.2", "xml-crypto": "6.1.2",
"xml-encryption": "3.1.0", "xml-encryption": "3.1.0",
"xml2js": "0.6.2", "xml2js": "0.6.2",
@ -2830,9 +2830,9 @@
} }
}, },
"node_modules/@xmldom/xmldom": { "node_modules/@xmldom/xmldom": {
"version": "0.9.8", "version": "0.9.9",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.9.tgz",
"integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==", "integrity": "sha512-qycIHAucxy/LXAYIjmLmtQ8q9GPnMbnjG1KXhWm9o5sCr6pOYDATkMPiTNa6/v8eELyqOQ2FsEqeoFYmgv/gJg==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=14.6" "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" "release": "git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main"
}, },
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.13.2", "@boxyhq/saml20": "1.15.0",
"next": "16.2.0", "next": "16.2.0",
"react": "19.2.4", "react": "19.2.4",
"react-dom": "19.2.4", "react-dom": "19.2.4",