From d3d732975f2ee433dc0b67889e4e120b1f3c9c72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 02:22:15 +0000 Subject: [PATCH] fix: update dependency ramda to ^0.30.0 --- package-lock.json | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2cfadeb0..c448798f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "lodash": "^4.17.14", "node-gyp": "^10.0.1", "node-gyp-build": "^4.8.1", - "ramda": "^0.25.0", + "ramda": "^0.30.0", "tar-fs": "^2.1.1" }, "devDependencies": { @@ -3511,9 +3511,14 @@ } }, "node_modules/ramda": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.25.0.tgz", - "integrity": "sha512-GXpfrYVPwx3K7RQ6aYT8KPS8XViSXUVJT1ONhoKPE9VAleW42YE+U+8VEyGWt41EnEQW7gwecYJriTI0pKoecQ==" + "version": "0.30.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.30.1.tgz", + "integrity": "sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/ramda" + } }, "node_modules/readable-stream": { "version": "3.6.0", diff --git a/package.json b/package.json index 0cf355feb..0b6ea4257 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lodash": "^4.17.14", "node-gyp": "^10.0.1", "node-gyp-build": "^4.8.1", - "ramda": "^0.25.0", + "ramda": "^0.30.0", "tar-fs": "^2.1.1" }, "devDependencies": {