From 3e95ec191922746d489c2547cb8991bef6d5b77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:05:57 +0000 Subject: [PATCH] Bump @boxyhq/saml20 from 1.3.0 to 1.3.2 Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.3.0 to 1.3.2. - [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.3.0...v1.3.2) --- updated-dependencies: - dependency-name: "@boxyhq/saml20" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58b98d04..6861d451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.0", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.3.0", + "@boxyhq/saml20": "1.3.2", "daisyui": "3.9.4", "next": "14.0.1", "react": "18.2.0", @@ -70,9 +70,9 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.0.tgz", - "integrity": "sha512-Qk1sWZPSj1A283VTPizkVqRKF3D1G3/InPLZgJWmLS/a4EKieF8N6HWk6jHJ+eq4vXlWS3eG4JFSMw2gJDaRjw==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.2.tgz", + "integrity": "sha512-fMuwROw4L09Ov/v072Xv31+0FmzhUOWfSFKZJC/T954SmmiAjNgbnfCl5DVE1SQzOdbSgAQh1zbVbgZm7813xg==", "dependencies": { "@xmldom/xmldom": "0.8.10", "lodash": "4.17.21", diff --git a/package.json b/package.json index 557a8102..a2734a4a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "@boxyhq/saml20": "1.3.0", + "@boxyhq/saml20": "1.3.2", "daisyui": "3.9.4", "next": "14.0.1", "react": "18.2.0",