From 0f274342f290d60be9f45c1050e060528b3553df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 08:01:32 +0000 Subject: [PATCH] Bump rambda from 4.2.0 to 7.3.0 Bumps [rambda](https://github.com/selfrefactor/rambda) from 4.2.0 to 7.3.0. - [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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 38d686d..ea0c885 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "jest" }, "devDependencies": { - "rambda": "^4.2.0", + "rambda": "^7.3.0", "jest": "^27.2.1" } } diff --git a/yarn.lock b/yarn.lock index 8277d22..085d95a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1998,9 +1998,9 @@ punycode@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" -rambda@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/rambda/-/rambda-4.2.0.tgz#840f2e48366cfd5aa157393de47c67abd8117794" +rambda@^7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/rambda/-/rambda-7.3.0.tgz#90e440ead53030a216093865d8d97997a80868ca" react-is@^17.0.1: version "17.0.2"