From d7178eef3d795c30a25b05a61e6c4420f2f95261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:15:31 +0000 Subject: [PATCH] Bump @boxyhq/saml20 from 1.4.0 to 1.4.1 (#469) Bumps [@boxyhq/saml20](https://github.com/boxyhq/saml20) from 1.4.0 to 1.4.1. - [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.0...v1.4.1) --- 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 | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index c160c36..a756baa 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.4.0", + "@boxyhq/saml20": "1.4.1", "daisyui": "4.6.0", "next": "14.1.0", "react": "18.2.0", @@ -250,14 +250,14 @@ } }, "node_modules/@boxyhq/saml20": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.0.tgz", - "integrity": "sha512-WRu2jrdEfsqCvz5aA6KFdCOUMof7HGmvDVZxT8YWRBUdy89aNtB+RZZdpVCHusFpuFCjZKG9O/GBHQBYS92GgQ==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@boxyhq/saml20/-/saml20-1.4.1.tgz", + "integrity": "sha512-ljJCuS+FNQHmVPWVZzFUawlteMJ3HWFITrDxRJIYGB37LpmKrQNBtliqVY9H/zsmQMnYDBZ1T8fvaJYXnZgimA==", "dependencies": { "@xmldom/xmldom": "0.8.10", "lodash": "4.17.21", - "rambda": "8.6.0", - "xml-crypto": "5.1.0", + "rambda": "9.0.1", + "xml-crypto": "5.1.1", "xml-encryption": "3.0.2", "xml2js": "0.6.2", "xmlbuilder": "15.1.1" @@ -6588,9 +6588,9 @@ } }, "node_modules/rambda": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/rambda/-/rambda-8.6.0.tgz", - "integrity": "sha512-Ax+/bAcV2h4wINXx6wm0792G5uXZAl78rzhei+FqmHezg45vbeTUyDAmDNbSdjNOL6LGN8AUEvzaYD7oO5eYrw==" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/rambda/-/rambda-9.0.1.tgz", + "integrity": "sha512-Su5spknJIBhYUDHNyfEYknOmZTHxbT+kOGRuzLtxF+gjI7YBm7lX0DE/7qnQ6zszve62AJFuLC+7gXD/VSiwRQ==" }, "node_modules/rc": { "version": "1.2.8", @@ -8521,9 +8521,9 @@ } }, "node_modules/xml-crypto": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.1.0.tgz", - "integrity": "sha512-cQRSUN5ydZ017b9GYeEMPfHh6zhwQAClW2y+y7etuPMN6xWvZ5N8hMQn6jqvnphBwAPBOgIzV5lTlsNZ3r2gGA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-5.1.1.tgz", + "integrity": "sha512-0H7kZnvXt+u6jULEZyXBeYlKB0jOsr4EAhFRiG5aW9GGymuiUWXs1/RTXfmrKqGss7XWpI1DAs3wf5mVjHwpTA==", "dependencies": { "@xmldom/is-dom-node": "^1.0.1", "@xmldom/xmldom": "^0.8.10", diff --git a/package.json b/package.json index 26bb9f4..7727887 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.0", + "@boxyhq/saml20": "1.4.1", "daisyui": "4.6.0", "next": "14.1.0", "react": "18.2.0",