Bump @boxyhq/saml20 from 1.3.3 to 1.4.0 (#459)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.3.3 to 1.4.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.3.3...v1.4.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:
dependabot[bot] 2024-01-12 15:53:26 +00:00 committed by GitHub
parent e1252d6a72
commit 0764a0f790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.2.1",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.3.3",
"@boxyhq/saml20": "1.4.0",
"daisyui": "4.6.0",
"next": "14.0.4",
"react": "18.2.0",
@ -250,14 +250,14 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.3.tgz",
"integrity": "sha512-GwrFln0i8ki9ELPz727JP1g76MinWFrj9aJuKkvKCpi9ak4rdERCJQd3jD47deVVPa6uUNOVvjO0RhxkcSuYgA==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.0.tgz",
"integrity": "sha512-WRu2jrdEfsqCvz5aA6KFdCOUMof7HGmvDVZxT8YWRBUdy89aNtB+RZZdpVCHusFpuFCjZKG9O/GBHQBYS92GgQ==",
"dependencies": {
"@xmldom/xmldom": "0.8.10",
"lodash": "4.17.21",
"rambda": "8.6.0",
"xml-crypto": "5.0.0",
"xml-crypto": "5.1.0",
"xml-encryption": "3.0.2",
"xml2js": "0.6.2",
"xmlbuilder": "15.1.1"
@ -8273,9 +8273,9 @@
}
},
"node_modules/xml-crypto": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.0.0.tgz",
"integrity": "sha512-TdJZp/gdKb5RYiZigLy/RUz9EpbEV+HoOR4ofby3VonDSn7FmNZlex7OuxLPD8sRlCLZ5YYFI+9s1OhFs7fwEw==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.1.0.tgz",
"integrity": "sha512-cQRSUN5ydZ017b9GYeEMPfHh6zhwQAClW2y+y7etuPMN6xWvZ5N8hMQn6jqvnphBwAPBOgIzV5lTlsNZ3r2gGA==",
"dependencies": {
"@xmldom/is-dom-node": "^1.0.1",
"@xmldom/xmldom": "^0.8.10",

View File

@ -12,7 +12,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.3.3",
"@boxyhq/saml20": "1.4.0",
"daisyui": "4.6.0",
"next": "14.0.4",
"react": "18.2.0",