diff --git a/package-lock.json b/package-lock.json index 377f6fb..8b5ff68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.0", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.3.0", + "@boxyhq/saml20": "1.3.2", "daisyui": "3.9.4", "next": "14.0.2", "react": "18.2.0", @@ -70,9 +70,9 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.0.tgz", - "integrity": "sha512-Qk1sWZPSj1A283VTPizkVqRKF3D1G3/InPLZgJWmLS/a4EKieF8N6HWk6jHJ+eq4vXlWS3eG4JFSMw2gJDaRjw==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.2.tgz", + "integrity": "sha512-fMuwROw4L09Ov/v072Xv31+0FmzhUOWfSFKZJC/T954SmmiAjNgbnfCl5DVE1SQzOdbSgAQh1zbVbgZm7813xg==", "dependencies": { "@xmldom/xmldom": "0.8.10", "lodash": "4.17.21", diff --git a/package.json b/package.json index 48bbab1..9ed49d6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "@boxyhq/saml20": "1.3.0", + "@boxyhq/saml20": "1.3.2", "daisyui": "3.9.4", "next": "14.0.2", "react": "18.2.0",