Bump @boxyhq/saml20 from 1.4.9 to 1.4.10 (#494)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.4.9 to 1.4.10.
- [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.9...v1.4.10)

---
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-02-06 17:00:35 +00:00 committed by GitHub
parent 458272a6cd
commit 64c0a4df5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.3.3", "version": "1.3.3",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.4.9", "@boxyhq/saml20": "1.4.10",
"daisyui": "4.6.1", "daisyui": "4.6.1",
"next": "14.1.0", "next": "14.1.0",
"react": "18.2.0", "react": "18.2.0",
@ -248,9 +248,9 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.4.9", "version": "1.4.10",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.9.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.10.tgz",
"integrity": "sha512-S86wTvQkFDbCuwCeyu3AUbHUh3qWtqge557RwIeo2T0L3kL2xMeOJK1QcRBEfborxUXdL9zRmn5sUqceCuWYjQ==", "integrity": "sha512-d6KQD1ZlI18034Sweej0ekWpJDutyqDHaaDyOBVXVOnKnjIUNCQHiUeUtzLcitSHGHCPsNMO7bZLDyZbQVDWhw==",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.8.10", "@xmldom/xmldom": "0.8.10",
"lodash": "4.17.21", "lodash": "4.17.21",

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.9", "@boxyhq/saml20": "1.4.10",
"daisyui": "4.6.1", "daisyui": "4.6.1",
"next": "14.1.0", "next": "14.1.0",
"react": "18.2.0", "react": "18.2.0",