From 35eec40cb7dbdd3f8cbdee7069345f41cdf2c98f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 16:15:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-RAMDA-1582370 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ffebf0..b4d94e1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "app-root-path": "^2.0.1", "file-matcher": "^1.1.0", "moment": "^2.18.1", - "ramda": "^0.25.0", + "ramda": "^0.27.2", "winston": "^2.4.0" } }