From 060a565a805114602ac2503d14829185cb7ea7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:04:02 +0200 Subject: [PATCH] Bump @boxyhq/saml20 from 1.4.14 to 1.5.0 (#577) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.4.14 to 1.5.0. - [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.14...v1.5.0) --- updated-dependencies: - dependency-name: "@boxyhq/saml20" dependency-type: direct:production update-type: version-update:semver-minor ... 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 3c8dea3..80a6276 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.4.14", + "@boxyhq/saml20": "1.5.0", "daisyui": "4.10.1", "next": "14.1.4", "react": "18.2.0", @@ -248,9 +248,9 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.14.tgz", - "integrity": "sha512-aLoCe6MTxoA65GXAXCZ+2bmZbb+9OZVUp7w0VbWlpFTcQpBOpKjkFnYqEfh3tkPZqDsFgjIESnBYfYDqbtPOvQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.5.0.tgz", + "integrity": "sha512-4/Nj4DjyYrIZXerp+VkiNwvsvFn5rLftk9idAgfbXSEHz4TtXrRZofsl80s73fipS5LUENk453uE3uLVeN+BMQ==", "dependencies": { "@xmldom/xmldom": "0.8.10", "xml-crypto": "6.0.0", diff --git a/package.json b/package.json index 782e2ec..48d7e4a 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.14", + "@boxyhq/saml20": "1.5.0", "daisyui": "4.10.1", "next": "14.1.4", "react": "18.2.0",