From 8cae12be654173c6f0ecd615b5b4ed930ea5f549 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 17:06:08 +0000 Subject: [PATCH] fix: packages/ubibot-test/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-RAMDA-1582370 --- packages/ubibot-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ubibot-test/package.json b/packages/ubibot-test/package.json index 19c20f5..00dd3d9 100644 --- a/packages/ubibot-test/package.json +++ b/packages/ubibot-test/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@numical/ubibot-util": "0.0.1", - "ramda": "^0.26.1" + "ramda": "^0.27.2" }, "devDependencies": { "faucet": "^0.0.1",