build(deps): bump @boxyhq/saml20 from 1.10.1 to 1.10.2 (#937)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.10.1 to 1.10.2.
- [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/1.10.1...1.10.2)

---
updated-dependencies:
- dependency-name: "@boxyhq/saml20"
  dependency-version: 1.10.2
  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] 2025-05-02 11:47:27 +01:00 committed by GitHub
parent d52b438ccc
commit 4d439471a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.3.12", "version": "1.3.12",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.10.1", "@boxyhq/saml20": "1.10.2",
"daisyui": "4.12.24", "daisyui": "4.12.24",
"next": "15.3.1", "next": "15.3.1",
"react": "19.1.0", "react": "19.1.0",
@ -50,13 +50,13 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.10.1", "version": "1.10.2",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.10.1.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.10.2.tgz",
"integrity": "sha512-LViW69mFUTG1aNCrMz8qOCcwJgg8a/svDSEKt+60cuCTYy7PbCeIbmZhe7SMPBOUIaBBjMid67lYqnKz8oj2Vg==", "integrity": "sha512-B7Z3bbgc2T3+284nqyciHeQpu4+isBITuRKeLsznHIkunXb/viakkfGJOmW78ohmtGz0P73lu6mAuQBm8ASAJA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.9.8", "@xmldom/xmldom": "0.9.8",
"xml-crypto": "6.0.1", "xml-crypto": "6.1.2",
"xml-encryption": "3.1.0", "xml-encryption": "3.1.0",
"xml2js": "0.6.2", "xml2js": "0.6.2",
"xmlbuilder": "15.1.1" "xmlbuilder": "15.1.1"
@ -8453,9 +8453,9 @@
} }
}, },
"node_modules/xml-crypto": { "node_modules/xml-crypto": {
"version": "6.0.1", "version": "6.1.2",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-6.0.1.tgz", "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-6.1.2.tgz",
"integrity": "sha512-v05aU7NS03z4jlZ0iZGRFeZsuKO1UfEbbYiaeRMiATBFs6Jq9+wqKquEMTn4UTrYZ9iGD8yz3KT4L9o2iF682w==", "integrity": "sha512-leBOVQdVi8FvPJrMYoum7Ici9qyxfE4kVi+AkpUoYCSXaQF4IlBm1cneTK9oAxR61LpYxTx7lNcsnBIeRpGW2w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@xmldom/is-dom-node": "^1.0.1", "@xmldom/is-dom-node": "^1.0.1",

View File

@ -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" "release": "git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main"
}, },
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.10.1", "@boxyhq/saml20": "1.10.2",
"daisyui": "4.12.24", "daisyui": "4.12.24",
"next": "15.3.1", "next": "15.3.1",
"react": "19.1.0", "react": "19.1.0",