build(deps): bump @boxyhq/saml20 from 1.5.1 to 1.6.0 (#762)
Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/boxyhq/saml20/releases) - [Changelog](https://github.com/boxyhq/saml20/blob/main/.release-it.json) - [Commits](https://github.com/boxyhq/saml20/compare/v1.5.1...1.6.0) --- updated-dependencies: - dependency-name: "@boxyhq/saml20" dependency-type: direct:production update-type: version-update:semver-minor ... 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
34eee37a76
commit
c58afc6892
20
package-lock.json
generated
20
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "1.3.9",
|
||||
"license": "Apache 2.0",
|
||||
"dependencies": {
|
||||
"@boxyhq/saml20": "1.5.1",
|
||||
"@boxyhq/saml20": "1.6.0",
|
||||
"daisyui": "4.12.14",
|
||||
"next": "15.0.3",
|
||||
"react": "18.3.1",
|
||||
@ -168,18 +168,26 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@boxyhq/saml20": {
|
||||
"version": "1.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.5.1.tgz",
|
||||
"integrity": "sha512-SpM/i7s11v05akleLCpcYqNoQdlykVy51TEOt6i186KJ2ZqMX5FsPSNxjjluM3v3FpfvAqiy3Vf9eCw0B0JtYQ==",
|
||||
"license": "MIT",
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.6.0.tgz",
|
||||
"integrity": "sha512-Qf5az14Ti8vWnWwiG2yMhvNrlZfNGapg2POOy7W2LuXHccd083PGNslh+ssa/P1TptFbHgoF8lBrMSmHuQW2Cw==",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "0.8.10",
|
||||
"@xmldom/xmldom": "0.9.4",
|
||||
"xml-crypto": "6.0.0",
|
||||
"xml-encryption": "3.0.2",
|
||||
"xml2js": "0.6.2",
|
||||
"xmlbuilder": "15.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@boxyhq/saml20/node_modules/@xmldom/xmldom": {
|
||||
"version": "0.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.4.tgz",
|
||||
"integrity": "sha512-zglELfWx7g1cEpVMRBZ0srIQO5nEvKvraJ6CVUC/c5Ky1GgX8OIjtUj5qOweTYULYZo5VnXs/LpUUUNiGpX/rA==",
|
||||
"deprecated": "this version has critical issues, please update to the latest version",
|
||||
"engines": {
|
||||
"node": ">=14.6"
|
||||
}
|
||||
},
|
||||
"node_modules/@emnapi/runtime": {
|
||||
"version": "1.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz",
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
"release": "git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boxyhq/saml20": "1.5.1",
|
||||
"@boxyhq/saml20": "1.6.0",
|
||||
"daisyui": "4.12.14",
|
||||
"next": "15.0.3",
|
||||
"react": "18.3.1",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user