From a0854b57cd12b5732e821c62a4266f845cb9adab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Feb 2022 20:01:11 +0000 Subject: [PATCH] fix: upgrade ramda from 0.27.2 to 0.28.0 Snyk has created this PR to upgrade ramda from 0.27.2 to 0.28.0. See this package in npm: https://www.npmjs.com/package/ramda See this project in Snyk: https://app.snyk.io/org/sergiov85/project/27794aab-91f6-44b7-83cc-a5acb3d47a03?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 4c977e9..d200f85 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "he": "^1.2.0", "mongodb": "~3.6.3", "mz": "^2.7.0", - "ramda": "^0.27.0", + "ramda": "^0.28.0", "request": "^2.85.0", "request-promise": "^4.2.1", "source-map-support": "^0.5.13",