From 41aa4db6a47973e9fd710de021eb637d7e60ea79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:48:57 +0000 Subject: [PATCH] Bump @boxyhq/saml20 from 1.4.12 to 1.4.13 (#528) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.4.12 to 1.4.13. - [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.12...v1.4.13) --- 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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e37d9a3..611a83d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.5", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.4.12", + "@boxyhq/saml20": "1.4.13", "daisyui": "4.7.2", "next": "14.1.2", "react": "18.2.0", @@ -248,12 +248,11 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.12.tgz", - "integrity": "sha512-DPWSI/oBL7MrvV1ixfeFAVMiGlUc56Qo0wbbc+Qt0IlIczZNZbaKl4n/XELcyEzlLPUk4aq8N5GnCaWUxFondg==", + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.13.tgz", + "integrity": "sha512-ypj3/0pQqLGJxWtXjAr+sXcCNQz0DnMK00FTb3RUyTxFyksr8gVTO66cd+Qlu3rDzYLSEp+d6PLAGTb4ThTwkA==", "dependencies": { "@xmldom/xmldom": "0.8.10", - "lodash": "4.17.21", "xml-crypto": "6.0.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2", @@ -5149,7 +5148,8 @@ "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true }, "node_modules/lodash.capitalize": { "version": "4.2.1", diff --git a/package.json b/package.json index f669198..97c183d 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.12", + "@boxyhq/saml20": "1.4.13", "daisyui": "4.7.2", "next": "14.1.2", "react": "18.2.0",