From 906af74ea04b540da0fb0769ecde40dce8699e37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 16:41:15 +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 f067b6c..281f556 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "npmlog": "~4.1.2", "pacote": "^9.1.0", "qw": "~1.0.1", - "ramda": "^0.25.0", + "ramda": "^0.27.2", "read-package-tree": "^5.2.1", "rimraf": "~2.6.2", "sanctuary": "^0.15.0",