diff --git a/package-lock.json b/package-lock.json index 0fc42c5..0671abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.1", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.3.3", + "@boxyhq/saml20": "1.4.0", "daisyui": "4.6.0", "next": "14.0.4", "react": "18.2.0", @@ -250,14 +250,14 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.3.3.tgz", - "integrity": "sha512-GwrFln0i8ki9ELPz727JP1g76MinWFrj9aJuKkvKCpi9ak4rdERCJQd3jD47deVVPa6uUNOVvjO0RhxkcSuYgA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.0.tgz", + "integrity": "sha512-WRu2jrdEfsqCvz5aA6KFdCOUMof7HGmvDVZxT8YWRBUdy89aNtB+RZZdpVCHusFpuFCjZKG9O/GBHQBYS92GgQ==", "dependencies": { "@xmldom/xmldom": "0.8.10", "lodash": "4.17.21", "rambda": "8.6.0", - "xml-crypto": "5.0.0", + "xml-crypto": "5.1.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2", "xmlbuilder": "15.1.1" @@ -8273,9 +8273,9 @@ } }, "node_modules/xml-crypto": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.0.0.tgz", - "integrity": "sha512-TdJZp/gdKb5RYiZigLy/RUz9EpbEV+HoOR4ofby3VonDSn7FmNZlex7OuxLPD8sRlCLZ5YYFI+9s1OhFs7fwEw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.1.0.tgz", + "integrity": "sha512-cQRSUN5ydZ017b9GYeEMPfHh6zhwQAClW2y+y7etuPMN6xWvZ5N8hMQn6jqvnphBwAPBOgIzV5lTlsNZ3r2gGA==", "dependencies": { "@xmldom/is-dom-node": "^1.0.1", "@xmldom/xmldom": "^0.8.10", diff --git a/package.json b/package.json index 267d681..2011b56 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,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.3.3", + "@boxyhq/saml20": "1.4.0", "daisyui": "4.6.0", "next": "14.0.4", "react": "18.2.0",