From b83bc8176c381f353ab4264ee28265a91d8c027d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:38:11 +0100 Subject: [PATCH] Bump @boxyhq/saml20 from 1.2.4 to 1.3.0 (#366) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.2.4 to 1.3.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.2.4...v1.3.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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 226623b..ccf8382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.0", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.2.4", + "@boxyhq/saml20": "1.3.0", "daisyui": "3.9.3", "next": "13.5.6", "react": "18.2.0", @@ -70,13 +70,13 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.2.4.tgz", - "integrity": "sha512-fd1JUqWyahan0/l33IZO+SG5BIqjcF6Dettkd+Z0N0ZVltTVthPnmK8X+YJ1fkh3DH/5n7YEXVlklyrBTmvKog==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.0.tgz", + "integrity": "sha512-Qk1sWZPSj1A283VTPizkVqRKF3D1G3/InPLZgJWmLS/a4EKieF8N6HWk6jHJ+eq4vXlWS3eG4JFSMw2gJDaRjw==", "dependencies": { "@xmldom/xmldom": "0.8.10", "lodash": "4.17.21", - "rambda": "8.3.0", + "rambda": "8.5.0", "xml-crypto": "4.1.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2", @@ -3535,9 +3535,9 @@ "license": "MIT" }, "node_modules/rambda": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/rambda/-/rambda-8.3.0.tgz", - "integrity": "sha512-XN5B8zIB6efO9Y9SrzdLQyk6XX3U7OyWESIvNYnm7AH8KCbXBtzsUVFaJYpUcIx5VahmvNV7fNjevR/ohc90jw==" + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/rambda/-/rambda-8.5.0.tgz", + "integrity": "sha512-+bh+mA8Z2iL8fQR8iEvg04bhjlGcFNPaDkI1bDsbp/SQS8Oz29eA5LtdBDdii8tna1SGBMRNkZJ7tNJW/31K4Q==" }, "node_modules/react": { "version": "18.2.0", diff --git a/package.json b/package.json index 60de128..c308832 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "@boxyhq/saml20": "1.2.4", + "@boxyhq/saml20": "1.3.0", "daisyui": "3.9.3", "next": "13.5.6", "react": "18.2.0",