diff --git a/package-lock.json b/package-lock.json index 4f01f86..67fd9b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.4", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.0.15", + "@boxyhq/saml20": "1.1.0", "daisyui": "2.42.1", "next": "13.0.5", "react": "18.2.0", @@ -63,9 +63,9 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.15.tgz", - "integrity": "sha512-rf0Ys8z6yLK0n2RKdOJjyUCnDgg6BWwRe2Wk6sHQ4q/BP6IAsXpQDwA3XIIVcKNnzJ6gcWZd7pnhFsej+NlAmQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.1.0.tgz", + "integrity": "sha512-1lZyBIt7/W0vCn/aiRFNEtyGXPbve+QFcd69CGf7/0DXWRZ8dKmVcgu7uIlI3XHFC25Ru2XduAMC6kfoV7iw1Q==", "dependencies": { "@xmldom/xmldom": "0.8.6", "lodash": "4.17.21", @@ -3895,9 +3895,9 @@ } }, "@boxyhq/saml20": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.15.tgz", - "integrity": "sha512-rf0Ys8z6yLK0n2RKdOJjyUCnDgg6BWwRe2Wk6sHQ4q/BP6IAsXpQDwA3XIIVcKNnzJ6gcWZd7pnhFsej+NlAmQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.1.0.tgz", + "integrity": "sha512-1lZyBIt7/W0vCn/aiRFNEtyGXPbve+QFcd69CGf7/0DXWRZ8dKmVcgu7uIlI3XHFC25Ru2XduAMC6kfoV7iw1Q==", "requires": { "@xmldom/xmldom": "0.8.6", "lodash": "4.17.21", diff --git a/package.json b/package.json index 8262b0f..1046ee2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "@boxyhq/saml20": "1.0.15", + "@boxyhq/saml20": "1.1.0", "daisyui": "2.42.1", "next": "13.0.5", "react": "18.2.0",