build(deps): bump @boxyhq/saml20 from 1.12.2 to 1.13.0 (#1108)

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

---
updated-dependencies:
- dependency-name: "@boxyhq/saml20"
  dependency-version: 1.13.0
  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] 2026-01-30 11:07:05 +00:00 committed by GitHub
parent 5a286ea565
commit 3c5cb6c85d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
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.12.2", "@boxyhq/saml20": "1.13.0",
"next": "16.1.5", "next": "16.1.5",
"react": "19.2.3", "react": "19.2.3",
"react-dom": "19.2.3", "react-dom": "19.2.3",
@ -334,9 +334,9 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.12.2", "version": "1.13.0",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.12.2.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.13.0.tgz",
"integrity": "sha512-KVC5CpLrxEkJK2yyyGLQcgDt0UZqUcn/JTzt5ghhEYcFhCUnQRuxLc6qOcruCPvO+pA0gkc3llwRsHWAjRaY0g==", "integrity": "sha512-f5A9Y6uCLBDu2X8nDIdNmvDxRrgeg8GNj7THFYdTymK3+FAa0S6hqVP3GE/nyk9dPWtn1kDriayKJJoEqu/zbw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.9.8", "@xmldom/xmldom": "0.9.8",

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.12.2", "@boxyhq/saml20": "1.13.0",
"next": "16.1.5", "next": "16.1.5",
"react": "19.2.3", "react": "19.2.3",
"react-dom": "19.2.3", "react-dom": "19.2.3",