From a697908aae1193b2da35d21eb01756e78f663256 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Jan 2021 02:05:06 +0000 Subject: [PATCH] fix: upgrade ramda from 0.26.1 to 0.27.1 Snyk has created this PR to upgrade ramda from 0.26.1 to 0.27.1. See this package in npm: https://www.npmjs.com/package/ramda See this project in Snyk: https://app.snyk.io/org/9rb/project/8acad236-85af-4a32-8384-ee9cf815c70c?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8094f32..5c8f095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1600,6 +1600,13 @@ "js-sha3": "^0.8.0", "ramda": "^0.26.1", "request": "^2.88.2" + }, + "dependencies": { + "ramda": { + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.26.1.tgz", + "integrity": "sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ==" + } } }, "@types/bn.js": { @@ -6647,9 +6654,9 @@ } }, "ramda": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.26.1.tgz", - "integrity": "sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ==" + "version": "0.27.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz", + "integrity": "sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==" }, "randombytes": { "version": "2.1.0", diff --git a/package.json b/package.json index 9d306dc..66bb022 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "grpc-web": "^1.2.1", "mithril": "^2.0.4", "npm-run-all": "^4.1.5", - "ramda": "^0.26.1" + "ramda": "^0.27.1" }, "devDependencies": { "@babel/core": "^7.11.4",