From 5e7272940ce48d09cba05557fd1ce9987c00b7c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 07:51:09 +0000 Subject: [PATCH] Bump ramda from 0.27.0 to 0.27.1 Bumps [ramda](https://github.com/ramda/ramda) from 0.27.0 to 0.27.1. - [Release notes](https://github.com/ramda/ramda/releases) - [Changelog](https://github.com/ramda/ramda/blob/master/CHANGELOG.md) - [Commits](https://github.com/ramda/ramda/compare/v0.27.0...v0.27.1) Signed-off-by: dependabot-preview[bot] --- 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 de3232c4e..598bb9abe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7852,9 +7852,9 @@ "dev": true }, "ramda": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.0.tgz", - "integrity": "sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==" + "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 affffb849..5fdc0fb67 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "escape-html": "^1.0.3", "lunr": "^2.3.8", "lunr-languages": "^1.4.0", - "ramda": "^0.27.0", + "ramda": "^0.27.1", "rxjs": "^7.0.0-beta.4" }, "devDependencies": {