From afc4787865f36f31b6c77b4911c68c563330f9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:02:38 +0000 Subject: [PATCH] build(deps): bump @boxyhq/saml20 from 1.13.1 to 1.13.2 (#1135) Bumps [@boxyhq/saml20](https://github.com/ory/saml20) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/ory/saml20/releases) - [Commits](https://github.com/ory/saml20/compare/1.13.1...1.13.2) --- updated-dependencies: - dependency-name: "@boxyhq/saml20" dependency-version: 1.13.2 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 4b4644e..1404918 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.4.2", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.13.1", + "@boxyhq/saml20": "1.13.2", "next": "16.1.6", "react": "19.2.4", "react-dom": "19.2.4", @@ -334,9 +334,9 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.13.1.tgz", - "integrity": "sha512-tlPd5J3J/OF8wPylmZP5h1pND6tKHASxrEY+C6/Z3k4lYB8DadjvIsmBUaz7aV+s9Wwti8fj1A1mflAmLFo+Tw==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.13.2.tgz", + "integrity": "sha512-iMbFK2I/fB7Iu8qsUTfGBwd2KyVviRPwslxthWMHHSOLbty6GQvrqB07XO3w8kVZVUs20uHfa/azxZO8opMdHA==", "license": "MIT", "dependencies": { "@xmldom/xmldom": "0.9.8", diff --git a/package.json b/package.json index 84374ac..aae91f5 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.13.1", + "@boxyhq/saml20": "1.13.2", "next": "16.1.6", "react": "19.2.4", "react-dom": "19.2.4",