build(deps): bump @boxyhq/saml20 from 1.7.0 to 1.7.1 (#843)
Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.7.0 to 1.7.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/1.7.0...1.7.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:
parent
26776f7fd5
commit
ad9d14e133
27
package-lock.json
generated
27
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "1.3.11",
|
||||
"license": "Apache 2.0",
|
||||
"dependencies": {
|
||||
"@boxyhq/saml20": "1.7.0",
|
||||
"@boxyhq/saml20": "1.7.1",
|
||||
"daisyui": "4.12.23",
|
||||
"next": "15.1.6",
|
||||
"react": "19.0.0",
|
||||
@ -75,14 +75,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@boxyhq/saml20": {
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.7.0.tgz",
|
||||
"integrity": "sha512-LmVTz971+HpVis9HM1RO66edHv44UR+nbD9q9/kSGjplanKK7Rts53xu887UfBx0KOVz7x1lmMo+wxZm0dF1+w==",
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.7.1.tgz",
|
||||
"integrity": "sha512-WOKJKcXhnI69d7qiDgCRTfXC6BFDWUq9qm9av23JAYXj+RN0MYaNVVZo4FHyJ4f0b/SaO97vLub/fjwC56Cb/w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "0.9.6",
|
||||
"@xmldom/xmldom": "0.9.7",
|
||||
"xml-crypto": "6.0.0",
|
||||
"xml-encryption": "3.0.2",
|
||||
"xml-encryption": "3.1.0",
|
||||
"xml2js": "0.6.2",
|
||||
"xmlbuilder": "15.1.1"
|
||||
}
|
||||
@ -1909,9 +1909,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@xmldom/xmldom": {
|
||||
"version": "0.9.6",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz",
|
||||
"integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==",
|
||||
"version": "0.9.7",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.7.tgz",
|
||||
"integrity": "sha512-syvR8iIJjpTZ/stv7l89UAViwGFh6lbheeOaqSxkYx9YNmIVvPTRH+CT/fpykFtUx5N+8eSMDRvggF9J8GEPzQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=14.6"
|
||||
@ -9146,17 +9146,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/xml-encryption": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.2.tgz",
|
||||
"integrity": "sha512-VxYXPvsWB01/aqVLd6ZMPWZ+qaj0aIdF+cStrVJMcFj3iymwZeI0ABzB3VqMYv48DkSpRhnrXqTUkR34j+UDyg==",
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.1.0.tgz",
|
||||
"integrity": "sha512-PV7qnYpoAMXbf1kvQkqMScLeQpjCMixddAKq9PtqVrho8HnYbBOWNfG0kA4R7zxQDo7w9kiYAyzS/ullAyO55Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "^0.8.5",
|
||||
"escape-html": "^1.0.3",
|
||||
"xpath": "0.0.32"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/xml-encryption/node_modules/@xmldom/xmldom": {
|
||||
|
||||
@ -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"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boxyhq/saml20": "1.7.0",
|
||||
"@boxyhq/saml20": "1.7.1",
|
||||
"daisyui": "4.12.23",
|
||||
"next": "15.1.6",
|
||||
"react": "19.0.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user