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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-03 07:51:09 +00:00
parent c930fb6bf0
commit 5e7272940c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7852,9 +7852,9 @@
"dev": true "dev": true
}, },
"ramda": { "ramda": {
"version": "0.27.0", "version": "0.27.1",
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.0.tgz", "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz",
"integrity": "sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==" "integrity": "sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw=="
}, },
"randombytes": { "randombytes": {
"version": "2.1.0", "version": "2.1.0",

View File

@ -36,7 +36,7 @@
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"lunr": "^2.3.8", "lunr": "^2.3.8",
"lunr-languages": "^1.4.0", "lunr-languages": "^1.4.0",
"ramda": "^0.27.0", "ramda": "^0.27.1",
"rxjs": "^7.0.0-beta.4" "rxjs": "^7.0.0-beta.4"
}, },
"devDependencies": { "devDependencies": {