From 8926b7f14c53336cd76fa4f57a602c6a12eff18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:57:24 +0100 Subject: [PATCH] build(deps): bump @xmldom/xmldom and @boxyhq/saml20 (#1159) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) to 0.9.9 and updates ancestor dependency [@boxyhq/saml20](https://github.com/ory/saml20). These dependencies need to be updated together. Updates `@xmldom/xmldom` from 0.9.8 to 0.9.9 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.9.8...0.9.9) Updates `@boxyhq/saml20` from 1.13.2 to 1.15.0 - [Release notes](https://github.com/ory/saml20/releases) - [Commits](https://github.com/ory/saml20/compare/1.13.2...1.15.0) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.9.9 dependency-type: indirect - dependency-name: "@boxyhq/saml20" dependency-version: 1.15.0 dependency-type: direct:production ... 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 8ab41c0..8c8f6a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.4.2", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.13.2", + "@boxyhq/saml20": "1.15.0", "next": "16.2.0", "react": "19.2.4", "react-dom": "19.2.4", @@ -334,12 +334,12 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.13.2.tgz", - "integrity": "sha512-iMbFK2I/fB7Iu8qsUTfGBwd2KyVviRPwslxthWMHHSOLbty6GQvrqB07XO3w8kVZVUs20uHfa/azxZO8opMdHA==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.15.0.tgz", + "integrity": "sha512-9CP3JUCOEokDC9tV4JfocfjLKzm+Y5o5cv1+3hAbTtRxydyKcf5+oSBGBMnsfW3vRbuPjTE3+Yd8edWA3o3xiw==", "license": "MIT", "dependencies": { - "@xmldom/xmldom": "0.9.8", + "@xmldom/xmldom": "0.9.9", "xml-crypto": "6.1.2", "xml-encryption": "3.1.0", "xml2js": "0.6.2", @@ -2830,9 +2830,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.9.8", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz", - "integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==", + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.9.tgz", + "integrity": "sha512-qycIHAucxy/LXAYIjmLmtQ8q9GPnMbnjG1KXhWm9o5sCr6pOYDATkMPiTNa6/v8eELyqOQ2FsEqeoFYmgv/gJg==", "license": "MIT", "engines": { "node": ">=14.6" diff --git a/package.json b/package.json index 691633b..b8bb358 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.13.2", + "@boxyhq/saml20": "1.15.0", "next": "16.2.0", "react": "19.2.4", "react-dom": "19.2.4",