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",