Bump @boxyhq/saml20 from 1.3.2 to 1.3.3 (#432)

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

---
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-12-13 18:31:43 +00:00 committed by GitHub
parent 8e7e861500
commit a869ed907b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 15 deletions

37
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.2.0",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.3.2",
"@boxyhq/saml20": "1.3.3",
"daisyui": "4.4.19",
"next": "14.0.4",
"react": "18.2.0",
@ -71,14 +71,14 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.2.tgz",
"integrity": "sha512-fMuwROw4L09Ov/v072Xv31+0FmzhUOWfSFKZJC/T954SmmiAjNgbnfCl5DVE1SQzOdbSgAQh1zbVbgZm7813xg==",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.3.tgz",
"integrity": "sha512-GwrFln0i8ki9ELPz727JP1g76MinWFrj9aJuKkvKCpi9ak4rdERCJQd3jD47deVVPa6uUNOVvjO0RhxkcSuYgA==",
"dependencies": {
"@xmldom/xmldom": "0.8.10",
"lodash": "4.17.21",
"rambda": "8.5.0",
"xml-crypto": "4.1.0",
"rambda": "8.6.0",
"xml-crypto": "5.0.0",
"xml-encryption": "3.0.2",
"xml2js": "0.6.2",
"xmlbuilder": "15.1.1"
@ -580,6 +580,14 @@
"integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
"dev": true
},
"node_modules/@xmldom/is-dom-node": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@xmldom/is-dom-node/-/is-dom-node-1.0.1.tgz",
"integrity": "sha512-CJDxIgE5I0FH+ttq/Fxy6nRpxP70+e2O048EPe85J2use3XKdatVM7dDVvFNjQudd9B49NPoZ+8PG49zj4Er8Q==",
"engines": {
"node": ">= 16"
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.10",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
@ -3623,9 +3631,9 @@
]
},
"node_modules/rambda": {
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-8.5.0.tgz",
"integrity": "sha512-+bh+mA8Z2iL8fQR8iEvg04bhjlGcFNPaDkI1bDsbp/SQS8Oz29eA5LtdBDdii8tna1SGBMRNkZJ7tNJW/31K4Q=="
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-8.6.0.tgz",
"integrity": "sha512-Ax+/bAcV2h4wINXx6wm0792G5uXZAl78rzhei+FqmHezg45vbeTUyDAmDNbSdjNOL6LGN8AUEvzaYD7oO5eYrw=="
},
"node_modules/react": {
"version": "18.2.0",
@ -4541,15 +4549,16 @@
"dev": true
},
"node_modules/xml-crypto": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-4.1.0.tgz",
"integrity": "sha512-EwRg1XfKveMDvJsJvi/FfLg2Ypbe44JxAuO30uypFGM65wdZN9JHqVAWqhCOmuej/lNwNkgLFyU5e4GxiEAVaQ==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.0.0.tgz",
"integrity": "sha512-TdJZp/gdKb5RYiZigLy/RUz9EpbEV+HoOR4ofby3VonDSn7FmNZlex7OuxLPD8sRlCLZ5YYFI+9s1OhFs7fwEw==",
"dependencies": {
"@xmldom/is-dom-node": "^1.0.1",
"@xmldom/xmldom": "^0.8.10",
"xpath": "0.0.33"
"xpath": "^0.0.33"
},
"engines": {
"node": ">=14"
"node": ">=16"
}
},
"node_modules/xml-encryption": {

View File

@ -11,7 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@boxyhq/saml20": "1.3.2",
"@boxyhq/saml20": "1.3.3",
"daisyui": "4.4.19",
"next": "14.0.4",
"react": "18.2.0",