Bump @boxyhq/saml20 from 1.4.12 to 1.4.13 (#528)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.4.12 to 1.4.13.
- [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.12...v1.4.13)

---
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-03-06 10:48:57 +00:00 committed by GitHub
parent 698898e495
commit 41aa4db6a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.3.5", "version": "1.3.5",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.4.12", "@boxyhq/saml20": "1.4.13",
"daisyui": "4.7.2", "daisyui": "4.7.2",
"next": "14.1.2", "next": "14.1.2",
"react": "18.2.0", "react": "18.2.0",
@ -248,12 +248,11 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.4.12", "version": "1.4.13",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.12.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.13.tgz",
"integrity": "sha512-DPWSI/oBL7MrvV1ixfeFAVMiGlUc56Qo0wbbc+Qt0IlIczZNZbaKl4n/XELcyEzlLPUk4aq8N5GnCaWUxFondg==", "integrity": "sha512-ypj3/0pQqLGJxWtXjAr+sXcCNQz0DnMK00FTb3RUyTxFyksr8gVTO66cd+Qlu3rDzYLSEp+d6PLAGTb4ThTwkA==",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.8.10", "@xmldom/xmldom": "0.8.10",
"lodash": "4.17.21",
"xml-crypto": "6.0.0", "xml-crypto": "6.0.0",
"xml-encryption": "3.0.2", "xml-encryption": "3.0.2",
"xml2js": "0.6.2", "xml2js": "0.6.2",
@ -5149,7 +5148,8 @@
"node_modules/lodash": { "node_modules/lodash": {
"version": "4.17.21", "version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true
}, },
"node_modules/lodash.capitalize": { "node_modules/lodash.capitalize": {
"version": "4.2.1", "version": "4.2.1",

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.4.12", "@boxyhq/saml20": "1.4.13",
"daisyui": "4.7.2", "daisyui": "4.7.2",
"next": "14.1.2", "next": "14.1.2",
"react": "18.2.0", "react": "18.2.0",