From c6e0b4dc538345731994e7c5586344646b080b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:10:06 +0000 Subject: [PATCH] build(deps): bump ramda from 0.27.2 to 0.30.1 Bumps [ramda](https://github.com/ramda/ramda) from 0.27.2 to 0.30.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.2...v0.30.1) --- updated-dependencies: - dependency-name: ramda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f427e9f5..c6d78719 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "passport-twitter": "git+https://github.com/GluuFederation/passport-twitter.git", "passport-windowslive": "^1.0.2", "prom-client": "^14.0.1", - "ramda": "^0.27.1", + "ramda": "^0.30.1", "redis": "^3.1.2", "sha1": "^1.1.1", "stomp-client": "^0.9.0", @@ -8355,9 +8355,13 @@ } }, "node_modules/ramda": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.2.tgz", - "integrity": "sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==" + "version": "0.30.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.30.1.tgz", + "integrity": "sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/ramda" + } }, "node_modules/random-bytes": { "version": "1.0.0", diff --git a/package.json b/package.json index 5309d01a..5cf9ba6c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "passport-twitter": "git+https://github.com/GluuFederation/passport-twitter.git", "passport-windowslive": "^1.0.2", "prom-client": "^14.0.1", - "ramda": "^0.27.1", + "ramda": "^0.30.1", "redis": "^3.1.2", "sha1": "^1.1.1", "stomp-client": "^0.9.0",