From e69082fef09ca4f9255d075e194758edc88760aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 05:39:42 +0000 Subject: [PATCH] Bump ramda from 0.28.0 to 0.29.1 Bumps [ramda](https://github.com/ramda/ramda) from 0.28.0 to 0.29.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.28.0...v0.29.1) --- updated-dependencies: - dependency-name: ramda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 479e528..b868655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.6.5", "dependencies": { "axios": "^0.27.2", - "ramda": "^0.28.0" + "ramda": "^0.29.1" }, "devDependencies": { "@babel/core": "^7.17.2", @@ -8085,9 +8085,9 @@ ] }, "node_modules/ramda": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.28.0.tgz", - "integrity": "sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==", + "version": "0.29.1", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.29.1.tgz", + "integrity": "sha512-OfxIeWzd4xdUNxlWhgFazxsA/nl3mS4/jGZI5n00uWOoSSFRhC1b6gl6xvmzUamgmqELraWp0J/qqVlXYPDPyA==", "funding": { "type": "opencollective", "url": "https://opencollective.com/ramda" diff --git a/package.json b/package.json index 9d4ea64..8b981d8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "axios": "^0.27.2", - "ramda": "^0.28.0" + "ramda": "^0.29.1" }, "devDependencies": { "@babel/core": "^7.17.2",