diff --git a/package-lock.json b/package-lock.json index bc5b088..d940304 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.9", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.5.0", + "@boxyhq/saml20": "1.5.1", "daisyui": "4.10.5", "next": "14.2.3", "react": "18.3.1", @@ -169,9 +169,9 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.5.0.tgz", - "integrity": "sha512-4/Nj4DjyYrIZXerp+VkiNwvsvFn5rLftk9idAgfbXSEHz4TtXrRZofsl80s73fipS5LUENk453uE3uLVeN+BMQ==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.5.1.tgz", + "integrity": "sha512-SpM/i7s11v05akleLCpcYqNoQdlykVy51TEOt6i186KJ2ZqMX5FsPSNxjjluM3v3FpfvAqiy3Vf9eCw0B0JtYQ==", "dependencies": { "@xmldom/xmldom": "0.8.10", "xml-crypto": "6.0.0", diff --git a/package.json b/package.json index 46340c9..2e8da38 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.0", + "@boxyhq/saml20": "1.5.1", "daisyui": "4.10.5", "next": "14.2.3", "react": "18.3.1",