build(deps): bump @boxyhq/saml20 from 1.15.0 to 1.15.1 (#1172)

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

---
updated-dependencies:
- dependency-name: "@boxyhq/saml20"
  dependency-version: 1.15.1
  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-10 23:24:46 +01:00 committed by GitHub
parent a86c2271db
commit 16d9bd0342
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.15.0", "@boxyhq/saml20": "1.15.1",
"next": "16.2.2", "next": "16.2.2",
"react": "19.2.4", "react": "19.2.4",
"react-dom": "19.2.4", "react-dom": "19.2.4",
@ -334,14 +334,14 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.15.0", "version": "1.15.1",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.15.0.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.15.1.tgz",
"integrity": "sha512-9CP3JUCOEokDC9tV4JfocfjLKzm+Y5o5cv1+3hAbTtRxydyKcf5+oSBGBMnsfW3vRbuPjTE3+Yd8edWA3o3xiw==", "integrity": "sha512-MeJXTdFF+g0OCzCXXJCsaeLuokefPUv34afNKTEJWBhiJjR7uwj0rgeKh21wYOU7HPZhTAQhu2aSEDARRvFDHQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.9.9", "@xmldom/xmldom": "0.9.9",
"xml-crypto": "6.1.2", "xml-crypto": "6.1.2",
"xml-encryption": "3.1.0", "xml-encryption": "4.0.0",
"xml2js": "0.6.2", "xml2js": "0.6.2",
"xmlbuilder": "15.1.1" "xmlbuilder": "15.1.1"
} }
@ -8916,9 +8916,9 @@
} }
}, },
"node_modules/xml-encryption": { "node_modules/xml-encryption": {
"version": "3.1.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.1.0.tgz", "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-4.0.0.tgz",
"integrity": "sha512-PV7qnYpoAMXbf1kvQkqMScLeQpjCMixddAKq9PtqVrho8HnYbBOWNfG0kA4R7zxQDo7w9kiYAyzS/ullAyO55Q==", "integrity": "sha512-UvSSRKoDfmyH/ECiKPbhHXMKhcXKOYLva7ifmzitN4BNXLAfdgez+nQANJ3jllmY42D5bdeVvIK0Y7hzcAAlyQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "^0.8.5", "@xmldom/xmldom": "^0.8.5",

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.15.0", "@boxyhq/saml20": "1.15.1",
"next": "16.2.2", "next": "16.2.2",
"react": "19.2.4", "react": "19.2.4",
"react-dom": "19.2.4", "react-dom": "19.2.4",