Bump @boxyhq/saml20 from 1.2.4 to 1.3.0 (#366)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.2.4 to 1.3.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/v1.2.4...v1.3.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] 2023-10-25 16:38:11 +01:00 committed by GitHub
parent 792897fc32
commit b83bc8176c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.2.0",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.2.4",
"@boxyhq/saml20": "1.3.0",
"daisyui": "3.9.3",
"next": "13.5.6",
"react": "18.2.0",
@ -70,13 +70,13 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.2.4.tgz",
"integrity": "sha512-fd1JUqWyahan0/l33IZO+SG5BIqjcF6Dettkd+Z0N0ZVltTVthPnmK8X+YJ1fkh3DH/5n7YEXVlklyrBTmvKog==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.0.tgz",
"integrity": "sha512-Qk1sWZPSj1A283VTPizkVqRKF3D1G3/InPLZgJWmLS/a4EKieF8N6HWk6jHJ+eq4vXlWS3eG4JFSMw2gJDaRjw==",
"dependencies": {
"@xmldom/xmldom": "0.8.10",
"lodash": "4.17.21",
"rambda": "8.3.0",
"rambda": "8.5.0",
"xml-crypto": "4.1.0",
"xml-encryption": "3.0.2",
"xml2js": "0.6.2",
@ -3535,9 +3535,9 @@
"license": "MIT"
},
"node_modules/rambda": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-8.3.0.tgz",
"integrity": "sha512-XN5B8zIB6efO9Y9SrzdLQyk6XX3U7OyWESIvNYnm7AH8KCbXBtzsUVFaJYpUcIx5VahmvNV7fNjevR/ohc90jw=="
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-8.5.0.tgz",
"integrity": "sha512-+bh+mA8Z2iL8fQR8iEvg04bhjlGcFNPaDkI1bDsbp/SQS8Oz29eA5LtdBDdii8tna1SGBMRNkZJ7tNJW/31K4Q=="
},
"node_modules/react": {
"version": "18.2.0",

View File

@ -11,7 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@boxyhq/saml20": "1.2.4",
"@boxyhq/saml20": "1.3.0",
"daisyui": "3.9.3",
"next": "13.5.6",
"react": "18.2.0",