From f59d08ca9b18c8c948fa3cc7b152e1b1e24a851e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:47:07 +0000 Subject: [PATCH] Bump @boxyhq/saml20 from 1.5.1 to 1.7.0 in /npm (#3451) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.5.1 to 1.7.0. - [Release notes](https://github.com/boxyhq/saml20/releases) - [Changelog](https://github.com/boxyhq/saml20/blob/main/.release-it.json) - [Commits](https://github.com/boxyhq/saml20/compare/v1.5.1...1.7.0) --- updated-dependencies: - dependency-name: "@boxyhq/saml20" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- npm/package-lock.json | 19 +++++++++++++------ npm/package.json | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/npm/package-lock.json b/npm/package-lock.json index 2eb36f009..ed92541ef 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -14,7 +14,7 @@ "@aws-sdk/util-dynamodb": "3.714.0", "@boxyhq/error-code-mnemonic": "0.1.1", "@boxyhq/metrics": "0.2.9", - "@boxyhq/saml20": "1.5.1", + "@boxyhq/saml20": "1.7.0", "@googleapis/admin": "23.0.0", "@libsql/sqlite3": "0.3.1", "axios": "1.7.9", @@ -1178,18 +1178,25 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.5.1.tgz", - "integrity": "sha512-SpM/i7s11v05akleLCpcYqNoQdlykVy51TEOt6i186KJ2ZqMX5FsPSNxjjluM3v3FpfvAqiy3Vf9eCw0B0JtYQ==", - "license": "MIT", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.7.0.tgz", + "integrity": "sha512-LmVTz971+HpVis9HM1RO66edHv44UR+nbD9q9/kSGjplanKK7Rts53xu887UfBx0KOVz7x1lmMo+wxZm0dF1+w==", "dependencies": { - "@xmldom/xmldom": "0.8.10", + "@xmldom/xmldom": "0.9.6", "xml-crypto": "6.0.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2", "xmlbuilder": "15.1.1" } }, + "node_modules/@boxyhq/saml20/node_modules/@xmldom/xmldom": { + "version": "0.9.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.6.tgz", + "integrity": "sha512-Su4xcxR0CPGwlDHNmVP09fqET9YxbyDXHaSob6JlBH7L6reTYaeim6zbk9o08UarO0L5GTRo3uzl0D+9lSxmvw==", + "engines": { + "node": ">=14.6" + } + }, "node_modules/@colors/colors": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", diff --git a/npm/package.json b/npm/package.json index 717d12692..ec3956030 100644 --- a/npm/package.json +++ b/npm/package.json @@ -48,7 +48,7 @@ "@aws-sdk/util-dynamodb": "3.714.0", "@boxyhq/error-code-mnemonic": "0.1.1", "@boxyhq/metrics": "0.2.9", - "@boxyhq/saml20": "1.5.1", + "@boxyhq/saml20": "1.7.0", "@googleapis/admin": "23.0.0", "@libsql/sqlite3": "0.3.1", "axios": "1.7.9",