From 0764a0f7905213952ff639343ef43288b95cc634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 15:53:26 +0000 Subject: [PATCH] Bump @boxyhq/saml20 from 1.3.3 to 1.4.0 (#459) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.3.3 to 1.4.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.3.3...v1.4.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 0fc42c5..0671abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.1", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.3.3", + "@boxyhq/saml20": "1.4.0", "daisyui": "4.6.0", "next": "14.0.4", "react": "18.2.0", @@ -250,14 +250,14 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.3.tgz", - "integrity": "sha512-GwrFln0i8ki9ELPz727JP1g76MinWFrj9aJuKkvKCpi9ak4rdERCJQd3jD47deVVPa6uUNOVvjO0RhxkcSuYgA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.0.tgz", + "integrity": "sha512-WRu2jrdEfsqCvz5aA6KFdCOUMof7HGmvDVZxT8YWRBUdy89aNtB+RZZdpVCHusFpuFCjZKG9O/GBHQBYS92GgQ==", "dependencies": { "@xmldom/xmldom": "0.8.10", "lodash": "4.17.21", "rambda": "8.6.0", - "xml-crypto": "5.0.0", + "xml-crypto": "5.1.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2", "xmlbuilder": "15.1.1" @@ -8273,9 +8273,9 @@ } }, "node_modules/xml-crypto": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.0.0.tgz", - "integrity": "sha512-TdJZp/gdKb5RYiZigLy/RUz9EpbEV+HoOR4ofby3VonDSn7FmNZlex7OuxLPD8sRlCLZ5YYFI+9s1OhFs7fwEw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.1.0.tgz", + "integrity": "sha512-cQRSUN5ydZ017b9GYeEMPfHh6zhwQAClW2y+y7etuPMN6xWvZ5N8hMQn6jqvnphBwAPBOgIzV5lTlsNZ3r2gGA==", "dependencies": { "@xmldom/is-dom-node": "^1.0.1", "@xmldom/xmldom": "^0.8.10", diff --git a/package.json b/package.json index 267d681..2011b56 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,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.3.3", + "@boxyhq/saml20": "1.4.0", "daisyui": "4.6.0", "next": "14.0.4", "react": "18.2.0",