From a07fbc52cd68f2e7edc4ca7d020070db2190c4b6 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Tue, 11 Apr 2023 22:52:00 +0100 Subject: [PATCH] updated saml20 --- package-lock.json | 38 +++++++++----------------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9241450..9527f53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.1", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.1.4", + "@boxyhq/saml20": "1.1.5", "daisyui": "2.51.5", "next": "13.2.4", "react": "18.2.0", @@ -63,39 +63,19 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.1.4.tgz", - "integrity": "sha512-+3Jt9vrTCtCXgvGXj7D9z74fpVmRRhtPwf9j7oM8ujd3D+MWhMh1L3qNFYW8XAq94IKCGrcLpMmkBFqGSzRFyQ==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.1.5.tgz", + "integrity": "sha512-E4KwZvYIY9yai8475ZgIDHnKmVica/1OXsocv+o6AcNvfk/eYbc7dpR+SNmTV7MOZVWFW26ktPt8C63d8Y8qRQ==", "dependencies": { - "@xmldom/xmldom": "0.8.6", + "@xmldom/xmldom": "0.8.7", "lodash": "4.17.21", "rambda": "7.5.0", "xml-crypto": "3.0.1", "xml-encryption": "3.0.2", - "xml2js": "0.4.23", + "xml2js": "0.5.0", "xmlbuilder": "15.1.1" } }, - "node_modules/@boxyhq/saml20/node_modules/xml2js": { - "version": "0.4.23", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", - "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", - "dependencies": { - "sax": ">=0.6.0", - "xmlbuilder": "~11.0.0" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@boxyhq/saml20/node_modules/xml2js/node_modules/xmlbuilder": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", - "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", - "engines": { - "node": ">=4.0" - } - }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", @@ -632,9 +612,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.6", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz", - "integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==", + "version": "0.8.7", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.7.tgz", + "integrity": "sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==", "engines": { "node": ">=10.0.0" } diff --git a/package.json b/package.json index e9bd6c9..f1cd07a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "@boxyhq/saml20": "1.1.4", + "@boxyhq/saml20": "1.1.5", "daisyui": "2.51.5", "next": "13.2.4", "react": "18.2.0",