From ed30ae066c2f8c537c3a4cddc45d1367989072e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:15:56 +0000 Subject: [PATCH] Bump @boxyhq/saml20 from 1.4.11 to 1.4.12 (#511) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.4.11 to 1.4.12. - [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.11...v1.4.12) --- updated-dependencies: - dependency-name: "@boxyhq/saml20" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c6860f0..e79cfd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.4", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.4.11", + "@boxyhq/saml20": "1.4.12", "daisyui": "4.7.2", "next": "14.1.0", "react": "18.2.0", @@ -248,9 +248,9 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.11.tgz", - "integrity": "sha512-CpaPFA+tqRXlfQkBW7lahvFyp/ubDmoSvtPyRoibuejxkh0d9oT8Q3W7r2qx8m3wY1VSP1+gEHTSZJk86U/oHw==", + "version": "1.4.12", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.12.tgz", + "integrity": "sha512-DPWSI/oBL7MrvV1ixfeFAVMiGlUc56Qo0wbbc+Qt0IlIczZNZbaKl4n/XELcyEzlLPUk4aq8N5GnCaWUxFondg==", "dependencies": { "@xmldom/xmldom": "0.8.10", "lodash": "4.17.21", diff --git a/package.json b/package.json index 353e5a4..2397f8b 100644 --- a/package.json +++ b/package.json @@ -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" }, "dependencies": { - "@boxyhq/saml20": "1.4.11", + "@boxyhq/saml20": "1.4.12", "daisyui": "4.7.2", "next": "14.1.0", "react": "18.2.0",