Bump @boxyhq/saml20 from 1.4.0 to 1.4.1 (#469)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.4.0 to 1.4.1.
- [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.4.0...v1.4.1)

---
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] 2024-01-19 12:15:31 +00:00 committed by GitHub
parent 89414ce990
commit d7178eef3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.2.1",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.4.0",
"@boxyhq/saml20": "1.4.1",
"daisyui": "4.6.0",
"next": "14.1.0",
"react": "18.2.0",
@ -250,14 +250,14 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.0.tgz",
"integrity": "sha512-WRu2jrdEfsqCvz5aA6KFdCOUMof7HGmvDVZxT8YWRBUdy89aNtB+RZZdpVCHusFpuFCjZKG9O/GBHQBYS92GgQ==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.1.tgz",
"integrity": "sha512-ljJCuS+FNQHmVPWVZzFUawlteMJ3HWFITrDxRJIYGB37LpmKrQNBtliqVY9H/zsmQMnYDBZ1T8fvaJYXnZgimA==",
"dependencies": {
"@xmldom/xmldom": "0.8.10",
"lodash": "4.17.21",
"rambda": "8.6.0",
"xml-crypto": "5.1.0",
"rambda": "9.0.1",
"xml-crypto": "5.1.1",
"xml-encryption": "3.0.2",
"xml2js": "0.6.2",
"xmlbuilder": "15.1.1"
@ -6588,9 +6588,9 @@
}
},
"node_modules/rambda": {
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-8.6.0.tgz",
"integrity": "sha512-Ax+/bAcV2h4wINXx6wm0792G5uXZAl78rzhei+FqmHezg45vbeTUyDAmDNbSdjNOL6LGN8AUEvzaYD7oO5eYrw=="
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-9.0.1.tgz",
"integrity": "sha512-Su5spknJIBhYUDHNyfEYknOmZTHxbT+kOGRuzLtxF+gjI7YBm7lX0DE/7qnQ6zszve62AJFuLC+7gXD/VSiwRQ=="
},
"node_modules/rc": {
"version": "1.2.8",
@ -8521,9 +8521,9 @@
}
},
"node_modules/xml-crypto": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.1.0.tgz",
"integrity": "sha512-cQRSUN5ydZ017b9GYeEMPfHh6zhwQAClW2y+y7etuPMN6xWvZ5N8hMQn6jqvnphBwAPBOgIzV5lTlsNZ3r2gGA==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.1.1.tgz",
"integrity": "sha512-0H7kZnvXt+u6jULEZyXBeYlKB0jOsr4EAhFRiG5aW9GGymuiUWXs1/RTXfmrKqGss7XWpI1DAs3wf5mVjHwpTA==",
"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.4.0",
"@boxyhq/saml20": "1.4.1",
"daisyui": "4.6.0",
"next": "14.1.0",
"react": "18.2.0",