Bump @boxyhq/saml20 from 1.2.3 to 1.2.4 (#244)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.2.3 to 1.2.4.
- [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.3...v1.2.4)

---
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-08-09 10:34:58 +05:30 committed by GitHub
parent 43caa6be37
commit 2ce956fa75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 41 deletions

68
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.1.4",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.2.3",
"@boxyhq/saml20": "1.2.4",
"daisyui": "3.5.1",
"next": "13.4.13",
"react": "18.2.0",
@ -80,39 +80,19 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.2.3.tgz",
"integrity": "sha512-a48RtrRqF0bcndO1GZm8VsEzBxawtvM9BzyvYtRXrHp5VTLBdAn/oWvGirwDdGiodNyp0HtUvjHYm7fT1y/9xA==",
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.2.4.tgz",
"integrity": "sha512-fd1JUqWyahan0/l33IZO+SG5BIqjcF6Dettkd+Z0N0ZVltTVthPnmK8X+YJ1fkh3DH/5n7YEXVlklyrBTmvKog==",
"dependencies": {
"@xmldom/xmldom": "0.8.9",
"@xmldom/xmldom": "0.8.10",
"lodash": "4.17.21",
"rambda": "8.2.0",
"xml-crypto": "3.2.0",
"rambda": "8.3.0",
"xml-crypto": "4.1.0",
"xml-encryption": "3.0.2",
"xml2js": "0.6.0",
"xml2js": "0.6.2",
"xmlbuilder": "15.1.1"
}
},
"node_modules/@boxyhq/saml20/node_modules/xml2js": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.0.tgz",
"integrity": "sha512-eLTh0kA8uHceqesPqSE+VvO1CDDJWMwlQfB6LuN6T8w6MaDJ8Txm8P7s5cHD0miF0V+GGTZrDQfxPZQVsur33w==",
"dependencies": {
"sax": ">=0.6.0",
"xmlbuilder": "~11.0.0"
},
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/@boxyhq/saml20/node_modules/xml2js/node_modules/xmlbuilder": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
"engines": {
"node": ">=4.0"
}
},
"node_modules/@eslint-community/eslint-utils": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
@ -611,9 +591,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.9",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.9.tgz",
"integrity": "sha512-4VSbbcMoxc4KLjb1gs96SRmi7w4h1SF+fCoiK0XaQX62buCc1G5d0DC5bJ9xJBNPDSVCmIrcl8BiYxzjrqaaJA==",
"version": "0.8.10",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
"engines": {
"node": ">=10.0.0"
}
@ -3179,9 +3159,9 @@
"license": "MIT"
},
"node_modules/rambda": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-8.2.0.tgz",
"integrity": "sha512-4IAyedMLnNke/CGepPzh90tJtRcgXYhz8R1hmY3CqVbOiXQ4fwpK+myCzPkR+MhOkHyx04CjgMbc3r1GRSciaA=="
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-8.3.0.tgz",
"integrity": "sha512-XN5B8zIB6efO9Y9SrzdLQyk6XX3U7OyWESIvNYnm7AH8KCbXBtzsUVFaJYpUcIx5VahmvNV7fNjevR/ohc90jw=="
},
"node_modules/react": {
"version": "18.2.0",
@ -3898,15 +3878,23 @@
"license": "ISC"
},
"node_modules/xml-crypto": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-3.2.0.tgz",
"integrity": "sha512-qVurBUOQrmvlgmZqIVBqmb06TD2a/PpEUfFPgD7BuBfjmoH4zgkqaWSIJrnymlCvM2GGt9x+XtJFA+ttoAufqg==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-4.1.0.tgz",
"integrity": "sha512-EwRg1XfKveMDvJsJvi/FfLg2Ypbe44JxAuO30uypFGM65wdZN9JHqVAWqhCOmuej/lNwNkgLFyU5e4GxiEAVaQ==",
"dependencies": {
"@xmldom/xmldom": "^0.8.8",
"xpath": "0.0.32"
"@xmldom/xmldom": "^0.8.10",
"xpath": "0.0.33"
},
"engines": {
"node": ">=4.0.0"
"node": ">=14"
}
},
"node_modules/xml-crypto/node_modules/xpath": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.33.tgz",
"integrity": "sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==",
"engines": {
"node": ">=0.6.0"
}
},
"node_modules/xml-encryption": {

View File

@ -11,7 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@boxyhq/saml20": "1.2.3",
"@boxyhq/saml20": "1.2.4",
"daisyui": "3.5.1",
"next": "13.4.13",
"react": "18.2.0",