From 10d16a4aa4bdcada17284a12d5b820d968c8c556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:31:08 +0000 Subject: [PATCH] build(deps): Bump rambda from 9.3.0 to 9.4.0 in the regular group Bumps the regular group with 1 update: [rambda](https://github.com/selfrefactor/rambda). Updates `rambda` from 9.3.0 to 9.4.0 - [Release notes](https://github.com/selfrefactor/rambda/releases) - [Changelog](https://github.com/selfrefactor/rambda/blob/master/CHANGELOG.md) - [Commits](https://github.com/selfrefactor/rambda/compare/9.3.0...9.4.0) --- updated-dependencies: - dependency-name: rambda dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 69fab9a..9e67279 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "lodash": "^4.17.21", "node-object-hash": "^3.0.0", "object-hash": "^3.0.0", - "rambda": "^9.3.0", + "rambda": "^9.4.0", "tatami-ng": "^0.8.13", "uuid": "^11.0.2" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3431956..e1400a2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: ^3.0.0 version: 3.0.0 rambda: - specifier: ^9.3.0 - version: 9.3.0 + specifier: ^9.4.0 + version: 9.4.0 tatami-ng: specifier: ^0.8.13 version: 0.8.13(typescript@5.5.4) @@ -1391,8 +1391,8 @@ packages: queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - rambda@9.3.0: - resolution: {integrity: sha512-cl/7DCCKNxmsbc0dXZTJTY08rvDdzLhVfE6kPBson1fWzDapLzv0RKSzjpmAqP53fkQqAvq05gpUVHTrUNsuxg==} + rambda@9.4.0: + resolution: {integrity: sha512-B7y7goUd+g0hNl5ODGUejNNERQL5gD8uANJ5Y5aHly8v0jKesFlwIe7prPfuJxttDpe3otQzHJ4NXMpTmL9ELA==} react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} @@ -3159,7 +3159,7 @@ snapshots: queue-microtask@1.2.3: {} - rambda@9.3.0: {} + rambda@9.4.0: {} react-is@16.13.1: {} -- 2.34.1