From 1796493ec4c9862d62ae26ea9b79081e6f1d6b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:48:06 +0000 Subject: [PATCH] Bump rambda from 8.6.0 to 9.0.1 (#500) Bumps [rambda](https://github.com/selfrefactor/rambda) from 8.6.0 to 9.0.1. - [Release notes](https://github.com/selfrefactor/rambda/releases) - [Changelog](https://github.com/selfrefactor/rambda/blob/master/CHANGELOG.md) - [Commits](https://github.com/selfrefactor/rambda/commits) --- updated-dependencies: - dependency-name: rambda dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 669012da..262dde6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@xmldom/xmldom": "0.8.10", "lodash": "4.17.21", - "rambda": "8.6.0", + "rambda": "9.0.1", "xml-crypto": "5.1.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2", @@ -6596,9 +6596,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/randombytes": { "version": "2.1.0", @@ -13170,9 +13170,9 @@ "dev": true }, "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==" }, "randombytes": { "version": "2.1.0", diff --git a/package.json b/package.json index 44192d11..2b784e86 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@xmldom/xmldom": "0.8.10", "lodash": "4.17.21", - "rambda": "8.6.0", + "rambda": "9.0.1", "xml-crypto": "5.1.0", "xml-encryption": "3.0.2", "xml2js": "0.6.2",