Bump @boxyhq/saml20 from 1.4.1 to 1.4.2 (#480)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.4.1 to 1.4.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/v1.4.1...v1.4.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] 2024-01-29 21:59:45 +00:00 committed by GitHub
parent d3a8d4fa80
commit 516e6489a5
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.1",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.4.1",
"@boxyhq/saml20": "1.4.2",
"daisyui": "4.6.0",
"next": "14.1.0",
"react": "18.2.0",
@ -250,14 +250,14 @@
}
},
"node_modules/@boxyhq/saml20": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.1.tgz",
"integrity": "sha512-ljJCuS+FNQHmVPWVZzFUawlteMJ3HWFITrDxRJIYGB37LpmKrQNBtliqVY9H/zsmQMnYDBZ1T8fvaJYXnZgimA==",
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.2.tgz",
"integrity": "sha512-eAYoPfAMOSawyw5YFHpe4wIg7vALDgza0c/D5jfGEfg7GoI8MOsa7bLCo8FR45kGDji2NSfM8HkCexr8pkqw6A==",
"dependencies": {
"@xmldom/xmldom": "0.8.10",
"lodash": "4.17.21",
"rambda": "9.0.1",
"xml-crypto": "5.1.1",
"xml-crypto": "6.0.0",
"xml-encryption": "3.0.2",
"xml2js": "0.6.2",
"xmlbuilder": "15.1.1"
@ -8296,9 +8296,9 @@
}
},
"node_modules/xml-crypto": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.1.1.tgz",
"integrity": "sha512-0H7kZnvXt+u6jULEZyXBeYlKB0jOsr4EAhFRiG5aW9GGymuiUWXs1/RTXfmrKqGss7XWpI1DAs3wf5mVjHwpTA==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-6.0.0.tgz",
"integrity": "sha512-L3RgnkaDrHaYcCnoENv4Idzt1ZRj5U1z1BDH98QdDTQfssScx8adgxhd9qwyYo+E3fXbQZjEQH7aiXHLVgxGvw==",
"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.1",
"@boxyhq/saml20": "1.4.2",
"daisyui": "4.6.0",
"next": "14.1.0",
"react": "18.2.0",