From 8a5de541ad488a208fbbf41203c324385ddd2838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 17:08:50 +0100 Subject: [PATCH] Bump @boxyhq/saml20 from 1.5.0 to 1.5.1 (#609) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.5.0 to 1.5.1. - [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.5.0...v1.5.1) --- 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 bc5b088..d940304 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.9", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.5.0", + "@boxyhq/saml20": "1.5.1", "daisyui": "4.10.5", "next": "14.2.3", "react": "18.3.1", @@ -169,9 +169,9 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.5.0.tgz", - "integrity": "sha512-4/Nj4DjyYrIZXerp+VkiNwvsvFn5rLftk9idAgfbXSEHz4TtXrRZofsl80s73fipS5LUENk453uE3uLVeN+BMQ==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.5.1.tgz", + "integrity": "sha512-SpM/i7s11v05akleLCpcYqNoQdlykVy51TEOt6i186KJ2ZqMX5FsPSNxjjluM3v3FpfvAqiy3Vf9eCw0B0JtYQ==", "dependencies": { "@xmldom/xmldom": "0.8.10", "xml-crypto": "6.0.0", diff --git a/package.json b/package.json index 46340c9..2e8da38 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.5.0", + "@boxyhq/saml20": "1.5.1", "daisyui": "4.10.5", "next": "14.2.3", "react": "18.3.1",