Bump @boxyhq/saml20 from 1.0.7 to 1.0.8 (#82)
Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/boxyhq/saml20/releases) - [Commits](https://github.com/boxyhq/saml20/compare/v1.0.7...v1.0.8) --- 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
9538e80462
commit
3b9f0861e0
49
package-lock.json
generated
49
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "1.0.3",
|
||||
"license": "Apache 2.0",
|
||||
"dependencies": {
|
||||
"@boxyhq/saml20": "1.0.7",
|
||||
"@boxyhq/saml20": "1.0.8",
|
||||
"daisyui": "2.31.0",
|
||||
"next": "12.3.1",
|
||||
"react": "18.2.0",
|
||||
@ -78,20 +78,28 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@boxyhq/saml20": {
|
||||
"version": "1.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.7.tgz",
|
||||
"integrity": "sha512-Gepp1v6X41rFHU6EeldXg/OoTDWuf2gpYBDbCl8o5Xz+0Ia1W/kiq/qtM4o2bO0vfJCOoG5bXkhriunU8JlCaw==",
|
||||
"version": "1.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.8.tgz",
|
||||
"integrity": "sha512-Pn//y9e/tdirUVxLObA/c4uVKkLvt6M4SL43t04fqyBO0RrmE74JZq+2moElLjeBJ0Vg6saTk//h5TBYq9Q+2w==",
|
||||
"dependencies": {
|
||||
"@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#70b915d7dd107f8191a8e671e9b1e59aed0258f4",
|
||||
"@xmldom/xmldom": "0.8.2",
|
||||
"@xmldom/xmldom": "0.8.3",
|
||||
"lodash": "4.17.21",
|
||||
"rambda": "7.2.1",
|
||||
"rambda": "7.3.0",
|
||||
"thumbprint": "0.0.1",
|
||||
"xml-crypto": "2.1.4",
|
||||
"xml2js": "0.4.23",
|
||||
"xmlbuilder": "15.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@boxyhq/saml20/node_modules/@xmldom/xmldom": {
|
||||
"version": "0.8.3",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz",
|
||||
"integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/eslintrc": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz",
|
||||
@ -3074,9 +3082,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/rambda": {
|
||||
"version": "7.2.1",
|
||||
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.2.1.tgz",
|
||||
"integrity": "sha512-Wswj8ZvzdI3VhaGPkZAxaCTwuMmGtgWt7Zxsgyo4P+iTmVnkojvyWaOep5q3ZjMIecW0wtQa66GWxaKkZ24RAA=="
|
||||
"version": "7.3.0",
|
||||
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.3.0.tgz",
|
||||
"integrity": "sha512-RFVofZYaG2TaVcxjnM0ejdVWf/59rFq1f57OGnjP3GT/bthzFw0GVr5rkP9PKbVlEuF/Y7bOVPLfiiYfxq/EWQ=="
|
||||
},
|
||||
"node_modules/react": {
|
||||
"version": "18.2.0",
|
||||
@ -3785,18 +3793,25 @@
|
||||
}
|
||||
},
|
||||
"@boxyhq/saml20": {
|
||||
"version": "1.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.7.tgz",
|
||||
"integrity": "sha512-Gepp1v6X41rFHU6EeldXg/OoTDWuf2gpYBDbCl8o5Xz+0Ia1W/kiq/qtM4o2bO0vfJCOoG5bXkhriunU8JlCaw==",
|
||||
"version": "1.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.8.tgz",
|
||||
"integrity": "sha512-Pn//y9e/tdirUVxLObA/c4uVKkLvt6M4SL43t04fqyBO0RrmE74JZq+2moElLjeBJ0Vg6saTk//h5TBYq9Q+2w==",
|
||||
"requires": {
|
||||
"@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#70b915d7dd107f8191a8e671e9b1e59aed0258f4",
|
||||
"@xmldom/xmldom": "0.8.2",
|
||||
"@xmldom/xmldom": "0.8.3",
|
||||
"lodash": "4.17.21",
|
||||
"rambda": "7.2.1",
|
||||
"rambda": "7.3.0",
|
||||
"thumbprint": "0.0.1",
|
||||
"xml-crypto": "2.1.4",
|
||||
"xml2js": "0.4.23",
|
||||
"xmlbuilder": "15.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": {
|
||||
"version": "0.8.3",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz",
|
||||
"integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@eslint/eslintrc": {
|
||||
@ -5698,9 +5713,9 @@
|
||||
"version": "5.1.1"
|
||||
},
|
||||
"rambda": {
|
||||
"version": "7.2.1",
|
||||
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.2.1.tgz",
|
||||
"integrity": "sha512-Wswj8ZvzdI3VhaGPkZAxaCTwuMmGtgWt7Zxsgyo4P+iTmVnkojvyWaOep5q3ZjMIecW0wtQa66GWxaKkZ24RAA=="
|
||||
"version": "7.3.0",
|
||||
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.3.0.tgz",
|
||||
"integrity": "sha512-RFVofZYaG2TaVcxjnM0ejdVWf/59rFq1f57OGnjP3GT/bthzFw0GVr5rkP9PKbVlEuF/Y7bOVPLfiiYfxq/EWQ=="
|
||||
},
|
||||
"react": {
|
||||
"version": "18.2.0",
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boxyhq/saml20": "1.0.7",
|
||||
"@boxyhq/saml20": "1.0.8",
|
||||
"daisyui": "2.31.0",
|
||||
"next": "12.3.1",
|
||||
"react": "18.2.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user