From e441f45e297da8c8c67596da0ffed460cc04cbc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 23:17:07 +0000 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f01f86..67fd9b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.4", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.0.15", + "@boxyhq/saml20": "1.1.0", "daisyui": "2.42.1", "next": "13.0.5", "react": "18.2.0", @@ -63,9 +63,9 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.15.tgz", - "integrity": "sha512-rf0Ys8z6yLK0n2RKdOJjyUCnDgg6BWwRe2Wk6sHQ4q/BP6IAsXpQDwA3XIIVcKNnzJ6gcWZd7pnhFsej+NlAmQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.1.0.tgz", + "integrity": "sha512-1lZyBIt7/W0vCn/aiRFNEtyGXPbve+QFcd69CGf7/0DXWRZ8dKmVcgu7uIlI3XHFC25Ru2XduAMC6kfoV7iw1Q==", "dependencies": { "@xmldom/xmldom": "0.8.6", "lodash": "4.17.21", @@ -3895,9 +3895,9 @@ } }, "@boxyhq/saml20": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.15.tgz", - "integrity": "sha512-rf0Ys8z6yLK0n2RKdOJjyUCnDgg6BWwRe2Wk6sHQ4q/BP6IAsXpQDwA3XIIVcKNnzJ6gcWZd7pnhFsej+NlAmQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.1.0.tgz", + "integrity": "sha512-1lZyBIt7/W0vCn/aiRFNEtyGXPbve+QFcd69CGf7/0DXWRZ8dKmVcgu7uIlI3XHFC25Ru2XduAMC6kfoV7iw1Q==", "requires": { "@xmldom/xmldom": "0.8.6", "lodash": "4.17.21", diff --git a/package.json b/package.json index 8262b0f..1046ee2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "@boxyhq/saml20": "1.0.15", + "@boxyhq/saml20": "1.1.0", "daisyui": "2.42.1", "next": "13.0.5", "react": "18.2.0",