From 2ed41eed0b22e190cb67ec95daa04b999f08ab04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jan 2022 09:16:05 +0000 Subject: [PATCH] fix: upgrade ramda from 0.26.1 to 0.27.1 Snyk has created this PR to upgrade ramda from 0.26.1 to 0.27.1. See this package in npm: https://www.npmjs.com/package/ramda See this project in Snyk: https://app.snyk.io/org/realtschoegl/project/12de5f63-424f-4917-9dbe-31de988d467b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 488c23e..8c37bba 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "aws-sdk": "^2.474.0", "fs-extra": "^7.0.0", "globby": "^9.2.0", - "ramda": "^0.26.0" + "ramda": "^0.27.1" }, "devDependencies": { "babel-eslint": "9.0.0",