From d1811b5d9b675ab634cf96429d83a5b1452b3db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 18:15:56 +0100 Subject: [PATCH] Bump @boxyhq/saml20 from 1.0.6 to 1.0.7 (#70) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/boxyhq/saml20/releases) - [Commits](https://github.com/boxyhq/saml20/compare/v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: "@boxyhq/saml20" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a57094..2bf08b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.2", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.0.6", + "@boxyhq/saml20": "1.0.7", "daisyui": "2.31.0", "next": "12.3.1", "react": "18.2.0", @@ -78,14 +78,14 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.6.tgz", - "integrity": "sha512-PI3OWnv3XJLHKk1xAuVtOhIsgVnV1afjJgVsHPoHeq4HjhPOVl/DeknLiJhm9nEXL31MC2jL75XviFRSNdCAXw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.7.tgz", + "integrity": "sha512-Gepp1v6X41rFHU6EeldXg/OoTDWuf2gpYBDbCl8o5Xz+0Ia1W/kiq/qtM4o2bO0vfJCOoG5bXkhriunU8JlCaw==", "dependencies": { "@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#70b915d7dd107f8191a8e671e9b1e59aed0258f4", "@xmldom/xmldom": "0.8.2", "lodash": "4.17.21", - "rambda": "7.2.0", + "rambda": "7.2.1", "thumbprint": "0.0.1", "xml-crypto": "2.1.4", "xml2js": "0.4.23", @@ -3085,9 +3085,9 @@ } }, "node_modules/rambda": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/rambda/-/rambda-7.2.0.tgz", - "integrity": "sha512-xW2ZcQh+AtRHdIN0RUix+gAwyfAeMBZA6SnLSblw1+YRqUx+eV4Eppg/ayDdrvSs6KegZYHYtSF6+I86Z5Owqg==" + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/rambda/-/rambda-7.2.1.tgz", + "integrity": "sha512-Wswj8ZvzdI3VhaGPkZAxaCTwuMmGtgWt7Zxsgyo4P+iTmVnkojvyWaOep5q3ZjMIecW0wtQa66GWxaKkZ24RAA==" }, "node_modules/react": { "version": "18.2.0", @@ -3795,14 +3795,14 @@ } }, "@boxyhq/saml20": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.6.tgz", - "integrity": "sha512-PI3OWnv3XJLHKk1xAuVtOhIsgVnV1afjJgVsHPoHeq4HjhPOVl/DeknLiJhm9nEXL31MC2jL75XviFRSNdCAXw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.7.tgz", + "integrity": "sha512-Gepp1v6X41rFHU6EeldXg/OoTDWuf2gpYBDbCl8o5Xz+0Ia1W/kiq/qtM4o2bO0vfJCOoG5bXkhriunU8JlCaw==", "requires": { "@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#70b915d7dd107f8191a8e671e9b1e59aed0258f4", "@xmldom/xmldom": "0.8.2", "lodash": "4.17.21", - "rambda": "7.2.0", + "rambda": "7.2.1", "thumbprint": "0.0.1", "xml-crypto": "2.1.4", "xml2js": "0.4.23", @@ -5715,9 +5715,9 @@ "version": "5.1.1" }, "rambda": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/rambda/-/rambda-7.2.0.tgz", - "integrity": "sha512-xW2ZcQh+AtRHdIN0RUix+gAwyfAeMBZA6SnLSblw1+YRqUx+eV4Eppg/ayDdrvSs6KegZYHYtSF6+I86Z5Owqg==" + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/rambda/-/rambda-7.2.1.tgz", + "integrity": "sha512-Wswj8ZvzdI3VhaGPkZAxaCTwuMmGtgWt7Zxsgyo4P+iTmVnkojvyWaOep5q3ZjMIecW0wtQa66GWxaKkZ24RAA==" }, "react": { "version": "18.2.0", diff --git a/package.json b/package.json index 73e3670..f1c3346 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "@boxyhq/saml20": "1.0.6", + "@boxyhq/saml20": "1.0.7", "daisyui": "2.31.0", "next": "12.3.1", "react": "18.2.0",