From 516e6489a53443d9dd8fb5ed15f1185173203e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:59:45 +0000 Subject: [PATCH] Bump @boxyhq/saml20 from 1.4.1 to 1.4.2 (#480) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.4.1 to 1.4.2. - [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.4.1...v1.4.2) --- updated-dependencies: - dependency-name: "@boxyhq/saml20" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d4e59a..177eea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.1", "license": "Apache 2.0", "dependencies": { - "@boxyhq/saml20": "1.4.1", + "@boxyhq/saml20": "1.4.2", "daisyui": "4.6.0", "next": "14.1.0", "react": "18.2.0", @@ -250,14 +250,14 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.1.tgz", - "integrity": "sha512-ljJCuS+FNQHmVPWVZzFUawlteMJ3HWFITrDxRJIYGB37LpmKrQNBtliqVY9H/zsmQMnYDBZ1T8fvaJYXnZgimA==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.2.tgz", + "integrity": "sha512-eAYoPfAMOSawyw5YFHpe4wIg7vALDgza0c/D5jfGEfg7GoI8MOsa7bLCo8FR45kGDji2NSfM8HkCexr8pkqw6A==", "dependencies": { "@xmldom/xmldom": "0.8.10", "lodash": "4.17.21", "rambda": "9.0.1", - "xml-crypto": "5.1.1", + "xml-crypto": "6.0.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2", "xmlbuilder": "15.1.1" @@ -8296,9 +8296,9 @@ } }, "node_modules/xml-crypto": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.1.1.tgz", - "integrity": "sha512-0H7kZnvXt+u6jULEZyXBeYlKB0jOsr4EAhFRiG5aW9GGymuiUWXs1/RTXfmrKqGss7XWpI1DAs3wf5mVjHwpTA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-6.0.0.tgz", + "integrity": "sha512-L3RgnkaDrHaYcCnoENv4Idzt1ZRj5U1z1BDH98QdDTQfssScx8adgxhd9qwyYo+E3fXbQZjEQH7aiXHLVgxGvw==", "dependencies": { "@xmldom/is-dom-node": "^1.0.1", "@xmldom/xmldom": "^0.8.10", diff --git a/package.json b/package.json index 7284fa5..d405d75 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.4.1", + "@boxyhq/saml20": "1.4.2", "daisyui": "4.6.0", "next": "14.1.0", "react": "18.2.0",