From 7d021edec6c11b0b3f0cdb46bccc846b4b985ac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 20:14:42 -0700 Subject: [PATCH] Bump @boxyhq/saml20 from 1.0.10 to 1.0.11 (#95) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.0.10 to 1.0.11. - [Release notes](https://github.com/boxyhq/saml20/releases) - [Commits](https://github.com/boxyhq/saml20/compare/v1.0.10...v1.0.11) --- updated-dependencies: - dependency-name: "@boxyhq/saml20" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 66 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 33 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0173317..df25e28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.3", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.0.10", + "@boxyhq/saml20": "1.0.11", "daisyui": "2.33.0", "next": "12.3.1", "react": "18.2.0", @@ -39,21 +39,6 @@ "node": ">=14.18.1 <=16.x" } }, - "node_modules/@authenio/xml-encryption": { - "name": "xml-encryption", - "version": "3.0.0", - "resolved": "git+ssh://git@github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af", - "integrity": "sha512-gSCxJ1yG2wci7FneZ5l+f7+K0Sge7R6UhX17tLMKABSAs1oP1EJGJwIQiTiWNNS8tae+kJQUhbT6byrUObGutQ==", - "license": "MIT", - "dependencies": { - "@xmldom/xmldom": "^0.8.3", - "escape-html": "^1.0.3", - "xpath": "0.0.32" - }, - "engines": { - "node": ">=12" - } - }, "node_modules/@babel/runtime": { "version": "7.15.4", "dev": true, @@ -78,16 +63,16 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.10.tgz", - "integrity": "sha512-AqQLMo4Q/ibSpUeZVBptynTdsfStEfjmRAOYiUFqDrf6Eh7ZMTrFsNPR2mijKuGur8qXWOKXeHpLiAzWzFOvnA==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.11.tgz", + "integrity": "sha512-1LDcvOSSzMguTQgJj7XKCO3MPQHXHe3xaydzS7izld0IUBl9/7+yJUctyJ/Y5ichO/CaPBoAIthvqRbe7jasUQ==", "dependencies": { - "@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af", "@xmldom/xmldom": "0.8.3", "lodash": "4.17.21", "rambda": "7.3.0", "thumbprint": "0.0.1", "xml-crypto": "3.0.0", + "xml-encryption": "3.0.1", "xml2js": "0.4.23", "xmlbuilder": "15.1.1" } @@ -3699,6 +3684,19 @@ "node": ">=0.4.0" } }, + "node_modules/xml-encryption": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.1.tgz", + "integrity": "sha512-KhHltZXyQ43nGFuZr+UMfCa5G6Ws2uXdiLLJPBP3SRlMh6PmUJkXqMHdhYpy0wSgEkx4UKBQ59nRmZxcXL+4GA==", + "dependencies": { + "@xmldom/xmldom": "^0.8.3", + "escape-html": "^1.0.3", + "xpath": "0.0.32" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/xml2js": { "version": "0.4.23", "license": "MIT", @@ -3767,16 +3765,6 @@ } }, "dependencies": { - "@authenio/xml-encryption": { - "version": "git+ssh://git@github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af", - "integrity": "sha512-gSCxJ1yG2wci7FneZ5l+f7+K0Sge7R6UhX17tLMKABSAs1oP1EJGJwIQiTiWNNS8tae+kJQUhbT6byrUObGutQ==", - "from": "@authenio/xml-encryption@git+https://github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af", - "requires": { - "@xmldom/xmldom": "^0.8.3", - "escape-html": "^1.0.3", - "xpath": "0.0.32" - } - }, "@babel/runtime": { "version": "7.15.4", "dev": true, @@ -3793,16 +3781,16 @@ } }, "@boxyhq/saml20": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.10.tgz", - "integrity": "sha512-AqQLMo4Q/ibSpUeZVBptynTdsfStEfjmRAOYiUFqDrf6Eh7ZMTrFsNPR2mijKuGur8qXWOKXeHpLiAzWzFOvnA==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.0.11.tgz", + "integrity": "sha512-1LDcvOSSzMguTQgJj7XKCO3MPQHXHe3xaydzS7izld0IUBl9/7+yJUctyJ/Y5ichO/CaPBoAIthvqRbe7jasUQ==", "requires": { - "@authenio/xml-encryption": "git+https://github.com/boxyhq/node-xml-encryption.git#57c697695c43399cc39f68bf5d8097b83f2e94af", "@xmldom/xmldom": "0.8.3", "lodash": "4.17.21", "rambda": "7.3.0", "thumbprint": "0.0.1", "xml-crypto": "3.0.0", + "xml-encryption": "3.0.1", "xml2js": "0.4.23", "xmlbuilder": "15.1.1" } @@ -6126,6 +6114,16 @@ "xpath": "0.0.32" } }, + "xml-encryption": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.1.tgz", + "integrity": "sha512-KhHltZXyQ43nGFuZr+UMfCa5G6Ws2uXdiLLJPBP3SRlMh6PmUJkXqMHdhYpy0wSgEkx4UKBQ59nRmZxcXL+4GA==", + "requires": { + "@xmldom/xmldom": "^0.8.3", + "escape-html": "^1.0.3", + "xpath": "0.0.32" + } + }, "xml2js": { "version": "0.4.23", "requires": { diff --git a/package.json b/package.json index 6b36771..8477ca5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "@boxyhq/saml20": "1.0.10", + "@boxyhq/saml20": "1.0.11", "daisyui": "2.33.0", "next": "12.3.1", "react": "18.2.0",