Bump @boxyhq/saml20 from 1.0.11 to 1.0.12 (#106)
Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.0.11 to 1.0.12. - [Release notes](https://github.com/boxyhq/saml20/releases) - [Commits](https://github.com/boxyhq/saml20/compare/v1.0.11...v1.0.12) --- 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:
parent
c5dbd1e68b
commit
466cdf8906
41
package-lock.json
generated
41
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "1.0.4",
|
||||
"license": "Apache 2.0",
|
||||
"dependencies": {
|
||||
"@boxyhq/saml20": "1.0.11",
|
||||
"@boxyhq/saml20": "1.0.12",
|
||||
"daisyui": "2.38.1",
|
||||
"next": "13.0.2",
|
||||
"react": "18.2.0",
|
||||
@ -63,32 +63,20 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@boxyhq/saml20": {
|
||||
"version": "1.0.11",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.11.tgz",
|
||||
"integrity": "sha512-1LDcvOSSzMguTQgJj7XKCO3MPQHXHe3xaydzS7izld0IUBl9/7+yJUctyJ/Y5ichO/CaPBoAIthvqRbe7jasUQ==",
|
||||
"version": "1.0.12",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.12.tgz",
|
||||
"integrity": "sha512-GEEFHR+x+/P0VFMd1Y9GQq7DrXik2hD0QuQytNz/OivScOEESE3H98nwkzbzAfW4PnIpibnA9Orn6XyuejYpEw==",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "0.8.3",
|
||||
"lodash": "4.17.21",
|
||||
"rambda": "7.3.0",
|
||||
"thumbprint": "0.0.1",
|
||||
"xml-crypto": "3.0.0",
|
||||
"xml-crypto": "3.0.1",
|
||||
"xml-encryption": "3.0.1",
|
||||
"xml2js": "0.4.23",
|
||||
"xmlbuilder": "15.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@boxyhq/saml20/node_modules/xml-crypto": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-3.0.0.tgz",
|
||||
"integrity": "sha512-vdmZOsWgjnFxYGY7OwCgxs+HLWzwvLgX2n0NSYWh3gudckQyNOmtJTT6ooOWEvDZSpC9qRjRs2bEXqKFi1oCHw==",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "^0.8.3",
|
||||
"xpath": "0.0.32"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/eslintrc": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz",
|
||||
@ -3809,29 +3797,18 @@
|
||||
}
|
||||
},
|
||||
"@boxyhq/saml20": {
|
||||
"version": "1.0.11",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.11.tgz",
|
||||
"integrity": "sha512-1LDcvOSSzMguTQgJj7XKCO3MPQHXHe3xaydzS7izld0IUBl9/7+yJUctyJ/Y5ichO/CaPBoAIthvqRbe7jasUQ==",
|
||||
"version": "1.0.12",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.12.tgz",
|
||||
"integrity": "sha512-GEEFHR+x+/P0VFMd1Y9GQq7DrXik2hD0QuQytNz/OivScOEESE3H98nwkzbzAfW4PnIpibnA9Orn6XyuejYpEw==",
|
||||
"requires": {
|
||||
"@xmldom/xmldom": "0.8.3",
|
||||
"lodash": "4.17.21",
|
||||
"rambda": "7.3.0",
|
||||
"thumbprint": "0.0.1",
|
||||
"xml-crypto": "3.0.0",
|
||||
"xml-crypto": "3.0.1",
|
||||
"xml-encryption": "3.0.1",
|
||||
"xml2js": "0.4.23",
|
||||
"xmlbuilder": "15.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"xml-crypto": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-3.0.0.tgz",
|
||||
"integrity": "sha512-vdmZOsWgjnFxYGY7OwCgxs+HLWzwvLgX2n0NSYWh3gudckQyNOmtJTT6ooOWEvDZSpC9qRjRs2bEXqKFi1oCHw==",
|
||||
"requires": {
|
||||
"@xmldom/xmldom": "^0.8.3",
|
||||
"xpath": "0.0.32"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@eslint/eslintrc": {
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boxyhq/saml20": "1.0.11",
|
||||
"@boxyhq/saml20": "1.0.12",
|
||||
"daisyui": "2.38.1",
|
||||
"next": "13.0.2",
|
||||
"react": "18.2.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user