From 26729aeef17a5b7dd49887a9b90f2599adca3b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 08:07:00 +0000 Subject: [PATCH] Bump ramda from 0.28.0 to 0.29.0 in /packages/metaforms Bumps [ramda](https://github.com/ramda/ramda) from 0.28.0 to 0.29.0. - [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.0) --- updated-dependencies: - dependency-name: ramda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/metaforms/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/metaforms/package.json b/packages/metaforms/package.json index f4d8d3e4..3806128d 100644 --- a/packages/metaforms/package.json +++ b/packages/metaforms/package.json @@ -28,7 +28,7 @@ "dependencies": { "@falsy/metacore": "^5.2.1", "fputils": "^1.2.4", - "ramda": "^0.28.0" + "ramda": "^0.29.0" }, "devDependencies": { "@types/jest": "^29.0.0",