Bump @boxyhq/saml20 from 1.0.12 to 1.0.14 (#113)

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

---
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-21 16:49:59 +00:00 committed by GitHub
parent 2e9e3d51ed
commit 12b34378f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 41 deletions

65
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.12", "@boxyhq/saml20": "1.0.14",
"daisyui": "2.40.1", "daisyui": "2.40.1",
"next": "13.0.3", "next": "13.0.3",
"react": "18.2.0", "react": "18.2.0",
@ -63,16 +63,16 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.0.12", "version": "1.0.14",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.12.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.14.tgz",
"integrity": "sha512-GEEFHR+x+/P0VFMd1Y9GQq7DrXik2hD0QuQytNz/OivScOEESE3H98nwkzbzAfW4PnIpibnA9Orn6XyuejYpEw==", "integrity": "sha512-Lum873k6PLkUisA6fmROIX/eUJUTaBzf/318y8htZwGnnYXNC8m+34KPkJM/9MC0srgkIrj6k5iq0fOKETu+Ww==",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.8.3", "@xmldom/xmldom": "0.8.6",
"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.1", "xml-crypto": "3.0.1",
"xml-encryption": "3.0.1", "xml-encryption": "3.0.2",
"xml2js": "0.4.23", "xml2js": "0.4.23",
"xmlbuilder": "15.1.1" "xmlbuilder": "15.1.1"
} }
@ -560,9 +560,9 @@
} }
}, },
"node_modules/@xmldom/xmldom": { "node_modules/@xmldom/xmldom": {
"version": "0.8.3", "version": "0.8.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
"integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==", "integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==",
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
} }
@ -3692,20 +3692,12 @@
"node": ">=0.4.0" "node": ">=0.4.0"
} }
}, },
"node_modules/xml-crypto/node_modules/@xmldom/xmldom": {
"version": "0.8.5",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.5.tgz",
"integrity": "sha512-0dpjDLeCXYThL2YhqZcd/spuwoH+dmnFoND9ZxZkAYxp1IJUB2GP16ow2MJRsjVxy8j1Qv8BJRmN5GKnbDKCmQ==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/xml-encryption": { "node_modules/xml-encryption": {
"version": "3.0.1", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.1.tgz", "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.2.tgz",
"integrity": "sha512-KhHltZXyQ43nGFuZr+UMfCa5G6Ws2uXdiLLJPBP3SRlMh6PmUJkXqMHdhYpy0wSgEkx4UKBQ59nRmZxcXL+4GA==", "integrity": "sha512-VxYXPvsWB01/aqVLd6ZMPWZ+qaj0aIdF+cStrVJMcFj3iymwZeI0ABzB3VqMYv48DkSpRhnrXqTUkR34j+UDyg==",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "^0.8.3", "@xmldom/xmldom": "^0.8.5",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"xpath": "0.0.32" "xpath": "0.0.32"
}, },
@ -3797,16 +3789,16 @@
} }
}, },
"@boxyhq/saml20": { "@boxyhq/saml20": {
"version": "1.0.12", "version": "1.0.14",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.12.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.14.tgz",
"integrity": "sha512-GEEFHR+x+/P0VFMd1Y9GQq7DrXik2hD0QuQytNz/OivScOEESE3H98nwkzbzAfW4PnIpibnA9Orn6XyuejYpEw==", "integrity": "sha512-Lum873k6PLkUisA6fmROIX/eUJUTaBzf/318y8htZwGnnYXNC8m+34KPkJM/9MC0srgkIrj6k5iq0fOKETu+Ww==",
"requires": { "requires": {
"@xmldom/xmldom": "0.8.3", "@xmldom/xmldom": "0.8.6",
"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.1", "xml-crypto": "3.0.1",
"xml-encryption": "3.0.1", "xml-encryption": "3.0.2",
"xml2js": "0.4.23", "xml2js": "0.4.23",
"xmlbuilder": "15.1.1" "xmlbuilder": "15.1.1"
} }
@ -4095,9 +4087,9 @@
} }
}, },
"@xmldom/xmldom": { "@xmldom/xmldom": {
"version": "0.8.3", "version": "0.8.6",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz",
"integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==" "integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg=="
}, },
"acorn": { "acorn": {
"version": "8.8.0", "version": "8.8.0",
@ -6135,21 +6127,14 @@
"requires": { "requires": {
"@xmldom/xmldom": "^0.8.5", "@xmldom/xmldom": "^0.8.5",
"xpath": "0.0.32" "xpath": "0.0.32"
},
"dependencies": {
"@xmldom/xmldom": {
"version": "0.8.5",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.5.tgz",
"integrity": "sha512-0dpjDLeCXYThL2YhqZcd/spuwoH+dmnFoND9ZxZkAYxp1IJUB2GP16ow2MJRsjVxy8j1Qv8BJRmN5GKnbDKCmQ=="
}
} }
}, },
"xml-encryption": { "xml-encryption": {
"version": "3.0.1", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.1.tgz", "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.2.tgz",
"integrity": "sha512-KhHltZXyQ43nGFuZr+UMfCa5G6Ws2uXdiLLJPBP3SRlMh6PmUJkXqMHdhYpy0wSgEkx4UKBQ59nRmZxcXL+4GA==", "integrity": "sha512-VxYXPvsWB01/aqVLd6ZMPWZ+qaj0aIdF+cStrVJMcFj3iymwZeI0ABzB3VqMYv48DkSpRhnrXqTUkR34j+UDyg==",
"requires": { "requires": {
"@xmldom/xmldom": "^0.8.3", "@xmldom/xmldom": "^0.8.5",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"xpath": "0.0.32" "xpath": "0.0.32"
} }

View File

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