From f26b61366ebd297e147ad8bbabe086dce6af80b6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 May 2020 10:57:17 +0000 Subject: [PATCH] Update dependency ramda to ^0.27.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 90230ca..a634828 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "get-stdin": "^7.0.0", "js-yaml": "^3.10.0", "number-enum": "^3.0.0", - "ramda": "^0.26.0", + "ramda": "^0.27.0", "string-template": "^1.0.0", "yargs": "^11.0.0" }, @@ -35,7 +35,7 @@ "@types/deepmerge": "^2.1.0", "@types/get-stdin": "^5.0.1", "@types/js-yaml": "^3.10.1", - "@types/ramda": "^0.26.0", + "@types/ramda": "^0.27.0", "@types/string-template": "^1.0.2", "jest-cli": "^23.0.0", "just-try": "^2.0.1",