From 1458b95b2982cee3a01203e68ae65250e288befc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 10 Mar 2020 01:27:57 -0400 Subject: [PATCH] chore(deps): bump ramda to 0.27.0 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 628056e..36247d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16135,9 +16135,9 @@ "integrity": "sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA==" }, "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.0", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.0.tgz", + "integrity": "sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==" }, "randombytes": { "version": "2.1.0", diff --git a/package.json b/package.json index 85e5a1d..9b2d974 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "lodash": "^4.17.15", "polished": "^3.4.4", "prismjs": "^1.19.0", - "ramda": "^0.26.1", + "ramda": "^0.27.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-helmet": "^5.2.1",