Bump @boxyhq/saml20 from 1.2.1 to 1.2.2 (#191)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/boxyhq/saml20/releases)
- [Commits](https://github.com/boxyhq/saml20/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: "@boxyhq/saml20"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2023-07-04 14:31:44 +01:00 committed by GitHub
parent b131abbf42
commit 230a82145b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 15 deletions

36
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.1.4",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.2.1",
"@boxyhq/saml20": "1.2.2",
"daisyui": "3.1.7",
"next": "13.4.7",
"react": "18.2.0",
@ -80,14 +80,14 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.2.1.tgz",
"integrity": "sha512-HOiQevmdHfogCYUJKnYWS+I3oY8Cl7M0AoZ9XDPTksJnaCpWmisAD4FViqO30x1JXYLJvNfkaivsDq+2Ni2J0g==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.2.2.tgz",
"integrity": "sha512-uFwXeFqgNfXiaSH+0VrxeLJSeLP9de3O/q6qZtIBJbS69UGuVDSZTdzkaPV+jNi4THvHFBrfEeIieoLiSAt2AA==",
"dependencies": {
"@xmldom/xmldom": "0.8.7",
"@xmldom/xmldom": "0.8.8",
"lodash": "4.17.21",
"rambda": "7.5.0",
"xml-crypto": "3.0.1",
"xml-crypto": "3.1.0",
"xml-encryption": "3.0.2",
"xml2js": "0.6.0",
"xmlbuilder": "15.1.1"
@ -591,9 +591,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.7",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.7.tgz",
"integrity": "sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==",
"version": "0.8.8",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.8.tgz",
"integrity": "sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q==",
"engines": {
"node": ">=10.0.0"
}
@ -3887,15 +3887,23 @@
"license": "ISC"
},
"node_modules/xml-crypto": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-3.0.1.tgz",
"integrity": "sha512-7XrwB3ujd95KCO6+u9fidb8ajvRJvIfGNWD0XLJoTWlBKz+tFpUzEYxsN+Il/6/gHtEs1RgRh2RH+TzhcWBZUw==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-3.1.0.tgz",
"integrity": "sha512-GPDprzBeCvn2ByTzeX+DOXbQ7V2IHmE6H1WZkrR+5LPrRQrwwYC9RoCYZ2++y2yJTYzRre1qY4gqNjmJLKdQ6Q==",
"dependencies": {
"@xmldom/xmldom": "^0.8.5",
"@xmldom/xmldom": "0.8.7",
"xpath": "0.0.32"
},
"engines": {
"node": ">=0.4.0"
"node": ">=4.0.0"
}
},
"node_modules/xml-crypto/node_modules/@xmldom/xmldom": {
"version": "0.8.7",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.7.tgz",
"integrity": "sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/xml-encryption": {

View File

@ -11,7 +11,7 @@
"lint": "next lint"
},
"dependencies": {
"@boxyhq/saml20": "1.2.1",
"@boxyhq/saml20": "1.2.2",
"daisyui": "3.1.7",
"next": "13.4.7",
"react": "18.2.0",