Bump @boxyhq/saml20 from 1.0.6 to 1.0.7 (#70)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/boxyhq/saml20/releases)
- [Commits](https://github.com/boxyhq/saml20/compare/v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: "@boxyhq/saml20"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-10-03 18:15:56 +01:00 committed by GitHub
parent 7e8672a635
commit d1811b5d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.2",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.0.6",
"@boxyhq/saml20": "1.0.7",
"daisyui": "2.31.0",
"next": "12.3.1",
"react": "18.2.0",
@ -78,14 +78,14 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.6.tgz",
"integrity": "sha512-PI3OWnv3XJLHKk1xAuVtOhIsgVnV1afjJgVsHPoHeq4HjhPOVl/DeknLiJhm9nEXL31MC2jL75XviFRSNdCAXw==",
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.7.tgz",
"integrity": "sha512-Gepp1v6X41rFHU6EeldXg/OoTDWuf2gpYBDbCl8o5Xz+0Ia1W/kiq/qtM4o2bO0vfJCOoG5bXkhriunU8JlCaw==",
"dependencies": {
"@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#70b915d7dd107f8191a8e671e9b1e59aed0258f4",
"@xmldom/xmldom": "0.8.2",
"lodash": "4.17.21",
"rambda": "7.2.0",
"rambda": "7.2.1",
"thumbprint": "0.0.1",
"xml-crypto": "2.1.4",
"xml2js": "0.4.23",
@ -3085,9 +3085,9 @@
}
},
"node_modules/rambda": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.2.0.tgz",
"integrity": "sha512-xW2ZcQh+AtRHdIN0RUix+gAwyfAeMBZA6SnLSblw1+YRqUx+eV4Eppg/ayDdrvSs6KegZYHYtSF6+I86Z5Owqg=="
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.2.1.tgz",
"integrity": "sha512-Wswj8ZvzdI3VhaGPkZAxaCTwuMmGtgWt7Zxsgyo4P+iTmVnkojvyWaOep5q3ZjMIecW0wtQa66GWxaKkZ24RAA=="
},
"node_modules/react": {
"version": "18.2.0",
@ -3795,14 +3795,14 @@
}
},
"@boxyhq/saml20": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.6.tgz",
"integrity": "sha512-PI3OWnv3XJLHKk1xAuVtOhIsgVnV1afjJgVsHPoHeq4HjhPOVl/DeknLiJhm9nEXL31MC2jL75XviFRSNdCAXw==",
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.7.tgz",
"integrity": "sha512-Gepp1v6X41rFHU6EeldXg/OoTDWuf2gpYBDbCl8o5Xz+0Ia1W/kiq/qtM4o2bO0vfJCOoG5bXkhriunU8JlCaw==",
"requires": {
"@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#70b915d7dd107f8191a8e671e9b1e59aed0258f4",
"@xmldom/xmldom": "0.8.2",
"lodash": "4.17.21",
"rambda": "7.2.0",
"rambda": "7.2.1",
"thumbprint": "0.0.1",
"xml-crypto": "2.1.4",
"xml2js": "0.4.23",
@ -5715,9 +5715,9 @@
"version": "5.1.1"
},
"rambda": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.2.0.tgz",
"integrity": "sha512-xW2ZcQh+AtRHdIN0RUix+gAwyfAeMBZA6SnLSblw1+YRqUx+eV4Eppg/ayDdrvSs6KegZYHYtSF6+I86Z5Owqg=="
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.2.1.tgz",
"integrity": "sha512-Wswj8ZvzdI3VhaGPkZAxaCTwuMmGtgWt7Zxsgyo4P+iTmVnkojvyWaOep5q3ZjMIecW0wtQa66GWxaKkZ24RAA=="
},
"react": {
"version": "18.2.0",

View File

@ -11,7 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@boxyhq/saml20": "1.0.6",
"@boxyhq/saml20": "1.0.7",
"daisyui": "2.31.0",
"next": "12.3.1",
"react": "18.2.0",