Bump @boxyhq/saml20 from 1.0.14 to 1.0.15 (#119)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.0.14 to 1.0.15.
- [Release notes](https://github.com/boxyhq/saml20/releases)
- [Commits](https://github.com/boxyhq/saml20/compare/v1.0.14...v1.0.15)

---
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-11-25 17:14:38 +00:00 committed by GitHub
parent 63cdbb460d
commit ec80c4547e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 25 deletions

39
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.4", "version": "1.0.4",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.0.14", "@boxyhq/saml20": "1.0.15",
"daisyui": "2.42.1", "daisyui": "2.42.1",
"next": "13.0.3", "next": "13.0.3",
"react": "18.2.0", "react": "18.2.0",
@ -63,14 +63,13 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.0.14", "version": "1.0.15",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.14.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.15.tgz",
"integrity": "sha512-Lum873k6PLkUisA6fmROIX/eUJUTaBzf/318y8htZwGnnYXNC8m+34KPkJM/9MC0srgkIrj6k5iq0fOKETu+Ww==", "integrity": "sha512-rf0Ys8z6yLK0n2RKdOJjyUCnDgg6BWwRe2Wk6sHQ4q/BP6IAsXpQDwA3XIIVcKNnzJ6gcWZd7pnhFsej+NlAmQ==",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.8.6", "@xmldom/xmldom": "0.8.6",
"lodash": "4.17.21", "lodash": "4.17.21",
"rambda": "7.3.0", "rambda": "7.4.0",
"thumbprint": "0.0.1",
"xml-crypto": "3.0.1", "xml-crypto": "3.0.1",
"xml-encryption": "3.0.2", "xml-encryption": "3.0.2",
"xml2js": "0.4.23", "xml2js": "0.4.23",
@ -3149,9 +3148,9 @@
} }
}, },
"node_modules/rambda": { "node_modules/rambda": {
"version": "7.3.0", "version": "7.4.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.3.0.tgz", "resolved": "https://registry.npmjs.org/rambda/-/rambda-7.4.0.tgz",
"integrity": "sha512-RFVofZYaG2TaVcxjnM0ejdVWf/59rFq1f57OGnjP3GT/bthzFw0GVr5rkP9PKbVlEuF/Y7bOVPLfiiYfxq/EWQ==" "integrity": "sha512-A9hihu7dUTLOUCM+I8E61V4kRXnN4DwYeK0DwCBydC1MqNI1PidyAtbtpsJlBBzK4icSctEcCQ1bGcLpBuETUQ=="
}, },
"node_modules/react": { "node_modules/react": {
"version": "18.2.0", "version": "18.2.0",
@ -3597,10 +3596,6 @@
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/thumbprint": {
"version": "0.0.1",
"license": "MIT"
},
"node_modules/tiny-glob": { "node_modules/tiny-glob": {
"version": "0.2.9", "version": "0.2.9",
"resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz", "resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz",
@ -3909,14 +3904,13 @@
} }
}, },
"@boxyhq/saml20": { "@boxyhq/saml20": {
"version": "1.0.14", "version": "1.0.15",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.14.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.15.tgz",
"integrity": "sha512-Lum873k6PLkUisA6fmROIX/eUJUTaBzf/318y8htZwGnnYXNC8m+34KPkJM/9MC0srgkIrj6k5iq0fOKETu+Ww==", "integrity": "sha512-rf0Ys8z6yLK0n2RKdOJjyUCnDgg6BWwRe2Wk6sHQ4q/BP6IAsXpQDwA3XIIVcKNnzJ6gcWZd7pnhFsej+NlAmQ==",
"requires": { "requires": {
"@xmldom/xmldom": "0.8.6", "@xmldom/xmldom": "0.8.6",
"lodash": "4.17.21", "lodash": "4.17.21",
"rambda": "7.3.0", "rambda": "7.4.0",
"thumbprint": "0.0.1",
"xml-crypto": "3.0.1", "xml-crypto": "3.0.1",
"xml-encryption": "3.0.2", "xml-encryption": "3.0.2",
"xml2js": "0.4.23", "xml2js": "0.4.23",
@ -5888,9 +5882,9 @@
"version": "5.1.1" "version": "5.1.1"
}, },
"rambda": { "rambda": {
"version": "7.3.0", "version": "7.4.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.3.0.tgz", "resolved": "https://registry.npmjs.org/rambda/-/rambda-7.4.0.tgz",
"integrity": "sha512-RFVofZYaG2TaVcxjnM0ejdVWf/59rFq1f57OGnjP3GT/bthzFw0GVr5rkP9PKbVlEuF/Y7bOVPLfiiYfxq/EWQ==" "integrity": "sha512-A9hihu7dUTLOUCM+I8E61V4kRXnN4DwYeK0DwCBydC1MqNI1PidyAtbtpsJlBBzK4icSctEcCQ1bGcLpBuETUQ=="
}, },
"react": { "react": {
"version": "18.2.0", "version": "18.2.0",
@ -6182,9 +6176,6 @@
"version": "0.2.0", "version": "0.2.0",
"dev": true "dev": true
}, },
"thumbprint": {
"version": "0.0.1"
},
"tiny-glob": { "tiny-glob": {
"version": "0.2.9", "version": "0.2.9",
"resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz", "resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz",

View File

@ -11,7 +11,7 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.0.14", "@boxyhq/saml20": "1.0.15",
"daisyui": "2.42.1", "daisyui": "2.42.1",
"next": "13.0.3", "next": "13.0.3",
"react": "18.2.0", "react": "18.2.0",