Bump @boxyhq/saml20 from 1.0.15 to 1.1.0 (#122)

Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.0.15 to 1.1.0.
- [Release notes](https://github.com/boxyhq/saml20/releases)
- [Commits](https://github.com/boxyhq/saml20/compare/v1.0.15...v1.1.0)

---
updated-dependencies:
- dependency-name: "@boxyhq/saml20"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-12-05 23:17:07 +00:00 committed by GitHub
parent bd3672b0d0
commit e441f45e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.4", "version": "1.0.4",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.0.15", "@boxyhq/saml20": "1.1.0",
"daisyui": "2.42.1", "daisyui": "2.42.1",
"next": "13.0.5", "next": "13.0.5",
"react": "18.2.0", "react": "18.2.0",
@ -63,9 +63,9 @@
} }
}, },
"node_modules/@boxyhq/saml20": { "node_modules/@boxyhq/saml20": {
"version": "1.0.15", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.15.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.1.0.tgz",
"integrity": "sha512-rf0Ys8z6yLK0n2RKdOJjyUCnDgg6BWwRe2Wk6sHQ4q/BP6IAsXpQDwA3XIIVcKNnzJ6gcWZd7pnhFsej+NlAmQ==", "integrity": "sha512-1lZyBIt7/W0vCn/aiRFNEtyGXPbve+QFcd69CGf7/0DXWRZ8dKmVcgu7uIlI3XHFC25Ru2XduAMC6kfoV7iw1Q==",
"dependencies": { "dependencies": {
"@xmldom/xmldom": "0.8.6", "@xmldom/xmldom": "0.8.6",
"lodash": "4.17.21", "lodash": "4.17.21",
@ -3895,9 +3895,9 @@
} }
}, },
"@boxyhq/saml20": { "@boxyhq/saml20": {
"version": "1.0.15", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.15.tgz", "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.1.0.tgz",
"integrity": "sha512-rf0Ys8z6yLK0n2RKdOJjyUCnDgg6BWwRe2Wk6sHQ4q/BP6IAsXpQDwA3XIIVcKNnzJ6gcWZd7pnhFsej+NlAmQ==", "integrity": "sha512-1lZyBIt7/W0vCn/aiRFNEtyGXPbve+QFcd69CGf7/0DXWRZ8dKmVcgu7uIlI3XHFC25Ru2XduAMC6kfoV7iw1Q==",
"requires": { "requires": {
"@xmldom/xmldom": "0.8.6", "@xmldom/xmldom": "0.8.6",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -11,7 +11,7 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.0.15", "@boxyhq/saml20": "1.1.0",
"daisyui": "2.42.1", "daisyui": "2.42.1",
"next": "13.0.5", "next": "13.0.5",
"react": "18.2.0", "react": "18.2.0",