From 66d1d4feab3c4cb82f9a6e3367959605079b4371 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Mar 2021 11:03:23 +0000 Subject: [PATCH] fix(deps): update dependency @softwareventures/array to v3.8.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ef5ea2..cdbf361 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "typescript": "4.2.3" }, "dependencies": { - "@softwareventures/array": "3.6.3", + "@softwareventures/array": "3.8.0", "@softwareventures/chain": "0.1.2", "cli-color": "2.0.0", "p-all": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 17c6d0b..7b27cfb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -282,10 +282,10 @@ resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.15.0.tgz#96915baa05e6a6a1d137badf4984d3fc05820bb6" integrity sha512-lu8BpxjAtRCAo5ifytTpCPCj99LF7o/2Myn+NXyNCBqvPYn7Pjd76AMmUB5l7XF1U6t0hcWrlEM5ESufW7wAeA== -"@softwareventures/array@3.6.3": - version "3.6.3" - resolved "https://registry.yarnpkg.com/@softwareventures/array/-/array-3.6.3.tgz#f27af95c938b9697a29927a5a9470dae8814d8d4" - integrity sha512-81bHxgBGxEhrtX2DBf4IMlA9MVgIIIwJyKkDP5G3/TE0ZaAySMWCzONaDoDB5yhYCrQYJLgGp7XOs+GYuRexhg== +"@softwareventures/array@3.8.0": + version "3.8.0" + resolved "https://registry.yarnpkg.com/@softwareventures/array/-/array-3.8.0.tgz#6d1309ad553e0a3e151adbd94216e14ef92028e1" + integrity sha512-Cru4X55IIU0Ymgjn8OW0mfGc/RWjqMW4wMNrhte5bMLZJ8kGj1GYh71yCO54zwv8vCb0T+y0NW2UggSy1dfWIw== dependencies: "@softwareventures/dictionary" "^0.6.0 || ^0.7.0 || ^0.8.0" "@softwareventures/nullable" "^1.0.0"