Bump @boxyhq/saml20 from 1.5.0 to 1.5.1 (#609)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.5.0 to 1.5.1.
- [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/v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: "@boxyhq/saml20"
  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] 2024-05-06 17:08:50 +01:00 committed by GitHub
parent 1033db5560
commit 8a5de541ad
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.9", "version": "1.3.9",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.5.0", "@boxyhq/saml20": "1.5.1",
"daisyui": "4.10.5", "daisyui": "4.10.5",
"next": "14.2.3", "next": "14.2.3",
"react": "18.3.1", "react": "18.3.1",
@ -169,9 +169,9 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.5.0", "version": "1.5.1",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.5.0.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.5.1.tgz",
"integrity": "sha512-4/Nj4DjyYrIZXerp+VkiNwvsvFn5rLftk9idAgfbXSEHz4TtXrRZofsl80s73fipS5LUENk453uE3uLVeN+BMQ==", "integrity": "sha512-SpM/i7s11v05akleLCpcYqNoQdlykVy51TEOt6i186KJ2ZqMX5FsPSNxjjluM3v3FpfvAqiy3Vf9eCw0B0JtYQ==",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.8.10", "@xmldom/xmldom": "0.8.10",
"xml-crypto": "6.0.0", "xml-crypto": "6.0.0",

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.5.0", "@boxyhq/saml20": "1.5.1",
"daisyui": "4.10.5", "daisyui": "4.10.5",
"next": "14.2.3", "next": "14.2.3",
"react": "18.3.1", "react": "18.3.1",