From c8624132fb742098c26e7a3a446ae7364ed5784a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:02:57 +0200 Subject: [PATCH] build(deps): bump rambda from 9.2.1 to 9.3.0 in the regular group (#1150) Bumps the regular group with 1 update: [rambda](https://github.com/selfrefactor/rambda). Updates `rambda` from 9.2.1 to 9.3.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.2.1...9.3.0) --- updated-dependencies: - dependency-name: rambda dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1b239d2d..8aa0cee7 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "mnemonist": "0.40.0-rc1", "mongodb": "^6.8.0", "poolifier": "^4.2.3", - "rambda": "^9.2.1", + "rambda": "^9.3.0", "tar": "^7.4.3", "winston": "^3.14.2", "winston-daily-rotate-file": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 644862dc..48a9f91b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ^4.2.3 version: 4.2.3 rambda: - specifier: ^9.2.1 - version: 9.2.1 + specifier: ^9.3.0 + version: 9.3.0 tar: specifier: ^7.4.3 version: 7.4.3 @@ -4593,8 +4593,8 @@ packages: resolution: {integrity: sha512-kKr2uQ2AokadPjvTyKJQad9xELbZwYzWlNfI3Uz2j/ib5u6H9lDP7fUUR//rMycd0gv4Z5P1qXMfXR8YpIxrjQ==} hasBin: true - rambda@9.2.1: - resolution: {integrity: sha512-6Dp+QQVQuAuhwBlbIvL2FjJVHCKF29W+n9ca/BMTVDqpj+Q7KKqUh7UAINEna8aaB2/oRvPuL5hViCTQARa70Q==} + rambda@9.3.0: + resolution: {integrity: sha512-cl/7DCCKNxmsbc0dXZTJTY08rvDdzLhVfE6kPBson1fWzDapLzv0RKSzjpmAqP53fkQqAvq05gpUVHTrUNsuxg==} randombytes@2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} @@ -10820,7 +10820,7 @@ snapshots: minimist: 1.2.8 through2: 2.0.5 - rambda@9.2.1: {} + rambda@9.3.0: {} randombytes@2.1.0: dependencies: -- 2.34.1