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:
dependabot[bot] 2025-02-05 17:42:51 +00:00 committed by GitHub
parent 26776f7fd5
commit ad9d14e133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 16 deletions

27
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.3.11", "version": "1.3.11",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.7.0", "@boxyhq/saml20": "1.7.1",
"daisyui": "4.12.23", "daisyui": "4.12.23",
"next": "15.1.6", "next": "15.1.6",
"react": "19.0.0", "react": "19.0.0",
@ -75,14 +75,14 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.7.0", "version": "1.7.1",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.7.0.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.7.1.tgz",
"integrity": "sha512-LmVTz971+HpVis9HM1RO66edHv44UR+nbD9q9/kSGjplanKK7Rts53xu887UfBx0KOVz7x1lmMo+wxZm0dF1+w==", "integrity": "sha512-WOKJKcXhnI69d7qiDgCRTfXC6BFDWUq9qm9av23JAYXj+RN0MYaNVVZo4FHyJ4f0b/SaO97vLub/fjwC56Cb/w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.9.6", "@xmldom/xmldom": "0.9.7",
"xml-crypto": "6.0.0", "xml-crypto": "6.0.0",
"xml-encryption": "3.0.2", "xml-encryption": "3.1.0",
"xml2js": "0.6.2", "xml2js": "0.6.2",
"xmlbuilder": "15.1.1" "xmlbuilder": "15.1.1"
} }
@ -1909,9 +1909,9 @@
} }
}, },
"node_modules/@xmldom/xmldom": { "node_modules/@xmldom/xmldom": {
"version": "0.9.6", "version": "0.9.7",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.7.tgz",
"integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==", "integrity": "sha512-syvR8iIJjpTZ/stv7l89UAViwGFh6lbheeOaqSxkYx9YNmIVvPTRH+CT/fpykFtUx5N+8eSMDRvggF9J8GEPzQ==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=14.6" "node": ">=14.6"
@ -9146,17 +9146,14 @@
} }
}, },
"node_modules/xml-encryption": { "node_modules/xml-encryption": {
"version": "3.0.2", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.2.tgz", "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.1.0.tgz",
"integrity": "sha512-VxYXPvsWB01/aqVLd6ZMPWZ+qaj0aIdF+cStrVJMcFj3iymwZeI0ABzB3VqMYv48DkSpRhnrXqTUkR34j+UDyg==", "integrity": "sha512-PV7qnYpoAMXbf1kvQkqMScLeQpjCMixddAKq9PtqVrho8HnYbBOWNfG0kA4R7zxQDo7w9kiYAyzS/ullAyO55Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "^0.8.5", "@xmldom/xmldom": "^0.8.5",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"xpath": "0.0.32" "xpath": "0.0.32"
},
"engines": {
"node": ">=12"
} }
}, },
"node_modules/xml-encryption/node_modules/@xmldom/xmldom": { "node_modules/xml-encryption/node_modules/@xmldom/xmldom": {

View File

@ -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" "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.7.0", "@boxyhq/saml20": "1.7.1",
"daisyui": "4.12.23", "daisyui": "4.12.23",
"next": "15.1.6", "next": "15.1.6",
"react": "19.0.0", "react": "19.0.0",