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:
parent
d3a8d4fa80
commit
516e6489a5
16
package-lock.json
generated
16
package-lock.json
generated
@ -9,7 +9,7 @@
|
|||||||
"version": "1.3.1",
|
"version": "1.3.1",
|
||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@boxyhq/saml20": "1.4.1",
|
"@boxyhq/saml20": "1.4.2",
|
||||||
"daisyui": "4.6.0",
|
"daisyui": "4.6.0",
|
||||||
"next": "14.1.0",
|
"next": "14.1.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
@ -250,14 +250,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@boxyhq/saml20": {
|
"node_modules/@boxyhq/saml20": {
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.2.tgz",
|
||||||
"integrity": "sha512-ljJCuS+FNQHmVPWVZzFUawlteMJ3HWFITrDxRJIYGB37LpmKrQNBtliqVY9H/zsmQMnYDBZ1T8fvaJYXnZgimA==",
|
"integrity": "sha512-eAYoPfAMOSawyw5YFHpe4wIg7vALDgza0c/D5jfGEfg7GoI8MOsa7bLCo8FR45kGDji2NSfM8HkCexr8pkqw6A==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xmldom/xmldom": "0.8.10",
|
"@xmldom/xmldom": "0.8.10",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"rambda": "9.0.1",
|
"rambda": "9.0.1",
|
||||||
"xml-crypto": "5.1.1",
|
"xml-crypto": "6.0.0",
|
||||||
"xml-encryption": "3.0.2",
|
"xml-encryption": "3.0.2",
|
||||||
"xml2js": "0.6.2",
|
"xml2js": "0.6.2",
|
||||||
"xmlbuilder": "15.1.1"
|
"xmlbuilder": "15.1.1"
|
||||||
@ -8296,9 +8296,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/xml-crypto": {
|
"node_modules/xml-crypto": {
|
||||||
"version": "5.1.1",
|
"version": "6.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-6.0.0.tgz",
|
||||||
"integrity": "sha512-0H7kZnvXt+u6jULEZyXBeYlKB0jOsr4EAhFRiG5aW9GGymuiUWXs1/RTXfmrKqGss7XWpI1DAs3wf5mVjHwpTA==",
|
"integrity": "sha512-L3RgnkaDrHaYcCnoENv4Idzt1ZRj5U1z1BDH98QdDTQfssScx8adgxhd9qwyYo+E3fXbQZjEQH7aiXHLVgxGvw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xmldom/is-dom-node": "^1.0.1",
|
"@xmldom/is-dom-node": "^1.0.1",
|
||||||
"@xmldom/xmldom": "^0.8.10",
|
"@xmldom/xmldom": "^0.8.10",
|
||||||
|
|||||||
@ -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"
|
"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.4.1",
|
"@boxyhq/saml20": "1.4.2",
|
||||||
"daisyui": "4.6.0",
|
"daisyui": "4.6.0",
|
||||||
"next": "14.1.0",
|
"next": "14.1.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user