Bump @boxyhq/saml20 from 1.0.10 to 1.0.11 (#95)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/boxyhq/saml20/releases)
- [Commits](https://github.com/boxyhq/saml20/compare/v1.0.10...v1.0.11)

---
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-31 20:14:42 -07:00 committed by GitHub
parent c932205243
commit 7d021edec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 35 deletions

66
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.3", "version": "1.0.3",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.0.10", "@boxyhq/saml20": "1.0.11",
"daisyui": "2.33.0", "daisyui": "2.33.0",
"next": "12.3.1", "next": "12.3.1",
"react": "18.2.0", "react": "18.2.0",
@ -39,21 +39,6 @@
"node": ">=14.18.1 <=16.x" "node": ">=14.18.1 <=16.x"
} }
}, },
"node_modules/@authenio/xml-encryption": {
"name": "xml-encryption",
"version": "3.0.0",
"resolved": "git+ssh://git@github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af",
"integrity": "sha512-gSCxJ1yG2wci7FneZ5l+f7+K0Sge7R6UhX17tLMKABSAs1oP1EJGJwIQiTiWNNS8tae+kJQUhbT6byrUObGutQ==",
"license": "MIT",
"dependencies": {
"@xmldom/xmldom": "^0.8.3",
"escape-html": "^1.0.3",
"xpath": "0.0.32"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@babel/runtime": { "node_modules/@babel/runtime": {
"version": "7.15.4", "version": "7.15.4",
"dev": true, "dev": true,
@ -78,16 +63,16 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.0.10", "version": "1.0.11",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.10.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.11.tgz",
"integrity": "sha512-AqQLMo4Q/ibSpUeZVBptynTdsfStEfjmRAOYiUFqDrf6Eh7ZMTrFsNPR2mijKuGur8qXWOKXeHpLiAzWzFOvnA==", "integrity": "sha512-1LDcvOSSzMguTQgJj7XKCO3MPQHXHe3xaydzS7izld0IUBl9/7+yJUctyJ/Y5ichO/CaPBoAIthvqRbe7jasUQ==",
"dependencies": { "dependencies": {
"@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af",
"@xmldom/xmldom": "0.8.3", "@xmldom/xmldom": "0.8.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"rambda": "7.3.0", "rambda": "7.3.0",
"thumbprint": "0.0.1", "thumbprint": "0.0.1",
"xml-crypto": "3.0.0", "xml-crypto": "3.0.0",
"xml-encryption": "3.0.1",
"xml2js": "0.4.23", "xml2js": "0.4.23",
"xmlbuilder": "15.1.1" "xmlbuilder": "15.1.1"
} }
@ -3699,6 +3684,19 @@
"node": ">=0.4.0" "node": ">=0.4.0"
} }
}, },
"node_modules/xml-encryption": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.1.tgz",
"integrity": "sha512-KhHltZXyQ43nGFuZr+UMfCa5G6Ws2uXdiLLJPBP3SRlMh6PmUJkXqMHdhYpy0wSgEkx4UKBQ59nRmZxcXL+4GA==",
"dependencies": {
"@xmldom/xmldom": "^0.8.3",
"escape-html": "^1.0.3",
"xpath": "0.0.32"
},
"engines": {
"node": ">=12"
}
},
"node_modules/xml2js": { "node_modules/xml2js": {
"version": "0.4.23", "version": "0.4.23",
"license": "MIT", "license": "MIT",
@ -3767,16 +3765,6 @@
} }
}, },
"dependencies": { "dependencies": {
"@authenio/xml-encryption": {
"version": "git+ssh://git@github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af",
"integrity": "sha512-gSCxJ1yG2wci7FneZ5l+f7+K0Sge7R6UhX17tLMKABSAs1oP1EJGJwIQiTiWNNS8tae+kJQUhbT6byrUObGutQ==",
"from": "@authenio/xml-encryption@git+https://github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af",
"requires": {
"@xmldom/xmldom": "^0.8.3",
"escape-html": "^1.0.3",
"xpath": "0.0.32"
}
},
"@babel/runtime": { "@babel/runtime": {
"version": "7.15.4", "version": "7.15.4",
"dev": true, "dev": true,
@ -3793,16 +3781,16 @@
} }
}, },
"@boxyhq/saml20": { "@boxyhq/saml20": {
"version": "1.0.10", "version": "1.0.11",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.10.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.11.tgz",
"integrity": "sha512-AqQLMo4Q/ibSpUeZVBptynTdsfStEfjmRAOYiUFqDrf6Eh7ZMTrFsNPR2mijKuGur8qXWOKXeHpLiAzWzFOvnA==", "integrity": "sha512-1LDcvOSSzMguTQgJj7XKCO3MPQHXHe3xaydzS7izld0IUBl9/7+yJUctyJ/Y5ichO/CaPBoAIthvqRbe7jasUQ==",
"requires": { "requires": {
"@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af",
"@xmldom/xmldom": "0.8.3", "@xmldom/xmldom": "0.8.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"rambda": "7.3.0", "rambda": "7.3.0",
"thumbprint": "0.0.1", "thumbprint": "0.0.1",
"xml-crypto": "3.0.0", "xml-crypto": "3.0.0",
"xml-encryption": "3.0.1",
"xml2js": "0.4.23", "xml2js": "0.4.23",
"xmlbuilder": "15.1.1" "xmlbuilder": "15.1.1"
} }
@ -6126,6 +6114,16 @@
"xpath": "0.0.32" "xpath": "0.0.32"
} }
}, },
"xml-encryption": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.1.tgz",
"integrity": "sha512-KhHltZXyQ43nGFuZr+UMfCa5G6Ws2uXdiLLJPBP3SRlMh6PmUJkXqMHdhYpy0wSgEkx4UKBQ59nRmZxcXL+4GA==",
"requires": {
"@xmldom/xmldom": "^0.8.3",
"escape-html": "^1.0.3",
"xpath": "0.0.32"
}
},
"xml2js": { "xml2js": {
"version": "0.4.23", "version": "0.4.23",
"requires": { "requires": {

View File

@ -11,7 +11,7 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.0.10", "@boxyhq/saml20": "1.0.11",
"daisyui": "2.33.0", "daisyui": "2.33.0",
"next": "12.3.1", "next": "12.3.1",
"react": "18.2.0", "react": "18.2.0",