From b693087f1a5ae11dc8cbbb93e7750e9b0a5fe0dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:47:30 +0000 Subject: [PATCH] build(deps): bump @boxyhq/saml20 from 1.5.1 to 1.7.0 (#810) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.5.1 to 1.7.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.5.1...1.7.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 | 19 +++++++++++++------ package.json | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a522c9c..b456bc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.10", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.5.1", + "@boxyhq/saml20": "1.7.0", "daisyui": "4.12.22", "next": "15.1.2", "react": "19.0.0", @@ -75,18 +75,25 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.5.1.tgz", - "integrity": "sha512-SpM/i7s11v05akleLCpcYqNoQdlykVy51TEOt6i186KJ2ZqMX5FsPSNxjjluM3v3FpfvAqiy3Vf9eCw0B0JtYQ==", - "license": "MIT", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.7.0.tgz", + "integrity": "sha512-LmVTz971+HpVis9HM1RO66edHv44UR+nbD9q9/kSGjplanKK7Rts53xu887UfBx0KOVz7x1lmMo+wxZm0dF1+w==", "dependencies": { - "@xmldom/xmldom": "0.8.10", + "@xmldom/xmldom": "0.9.6", "xml-crypto": "6.0.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2", "xmlbuilder": "15.1.1" } }, + "node_modules/@boxyhq/saml20/node_modules/@xmldom/xmldom": { + "version": "0.9.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", + "integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==", + "engines": { + "node": ">=14.6" + } + }, "node_modules/@emnapi/runtime": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz", diff --git a/package.json b/package.json index ab10806..2406864 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.5.1", + "@boxyhq/saml20": "1.7.0", "daisyui": "4.12.22", "next": "15.1.2", "react": "19.0.0",