Bump @boxyhq/saml20 from 1.3.0 to 1.3.2 (#389)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.3.0 to 1.3.2.
- [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.3.0...v1.3.2)

---
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] 2023-11-13 21:42:52 +00:00 committed by GitHub
parent ffad743984
commit f3d122485e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.2.0",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.3.0",
"@boxyhq/saml20": "1.3.2",
"daisyui": "3.9.4",
"next": "14.0.2",
"react": "18.2.0",
@ -70,9 +70,9 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.0.tgz",
"integrity": "sha512-Qk1sWZPSj1A283VTPizkVqRKF3D1G3/InPLZgJWmLS/a4EKieF8N6HWk6jHJ+eq4vXlWS3eG4JFSMw2gJDaRjw==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.2.tgz",
"integrity": "sha512-fMuwROw4L09Ov/v072Xv31+0FmzhUOWfSFKZJC/T954SmmiAjNgbnfCl5DVE1SQzOdbSgAQh1zbVbgZm7813xg==",
"dependencies": {
"@xmldom/xmldom": "0.8.10",
"lodash": "4.17.21",

View File

@ -11,7 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@boxyhq/saml20": "1.3.0",
"@boxyhq/saml20": "1.3.2",
"daisyui": "3.9.4",
"next": "14.0.2",
"react": "18.2.0",