build(deps): bump @boxyhq/saml20 from 1.7.1 to 1.8.0 (#864)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.7.1 to 1.8.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/1.7.1...1.8.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] 2025-02-20 16:08:37 +00:00 committed by GitHub
parent 309235ecc0
commit 26fd5c95cc
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.3.11",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.7.1",
"@boxyhq/saml20": "1.8.0",
"daisyui": "4.12.23",
"next": "15.1.7",
"react": "19.0.0",
@ -75,9 +75,9 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.7.1.tgz",
"integrity": "sha512-WOKJKcXhnI69d7qiDgCRTfXC6BFDWUq9qm9av23JAYXj+RN0MYaNVVZo4FHyJ4f0b/SaO97vLub/fjwC56Cb/w==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.8.0.tgz",
"integrity": "sha512-NjSTYFrxsAnR0PqdarAuHb50+udk5XxYJt7XjpQgUAzys65c4mXoHapvEpSVKtM1WEEY/pCzB0KdcoCDJ6HxVg==",
"license": "MIT",
"dependencies": {
"@xmldom/xmldom": "0.9.7",

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.7.1",
"@boxyhq/saml20": "1.8.0",
"daisyui": "4.12.23",
"next": "15.1.7",
"react": "19.0.0",