From af1b90a70decc3b681182c552027643acccbdbc3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 16:24:09 +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 56e5707..e269af5 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "rollup-plugin-uglify": "^3.0.0" }, "dependencies": { - "ramda": "^0.25.0" + "ramda": "^0.27.2" } }