diff --git a/package-lock.json b/package-lock.json index 53d50c0..1846eb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3573,9 +3573,9 @@ "dev": true }, "ramda": { - "version": "0.27.1", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz", - "integrity": "sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==" + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.2.tgz", + "integrity": "sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==" }, "randombytes": { "version": "2.1.0", diff --git a/package.json b/package.json index 5e42ff4..10d7ba8 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,6 @@ }, "dependencies": { "curry-method": "^0.1.1", - "ramda": "^0.27.1" + "ramda": "^0.27.2" } }