From b0cdf01a60e9a55da20f18e1dc9288fdb16fc93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:29:16 +0000 Subject: [PATCH] Bump kth-node-redis from 4.1.0 to 4.1.1 in the minors group Bumps the minors group with 1 update: [kth-node-redis](https://github.com/KTH/kth-node-redis). Updates `kth-node-redis` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/KTH/kth-node-redis/releases) - [Changelog](https://github.com/KTH/kth-node-redis/blob/main/CHANGELOG.md) - [Commits](https://github.com/KTH/kth-node-redis/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: kth-node-redis dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minors ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 257ebc5..7427e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6256,14 +6256,14 @@ } }, "node_modules/kth-node-redis": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/kth-node-redis/-/kth-node-redis-4.1.0.tgz", - "integrity": "sha512-hX+tvOrKSi+8nbVK6X2woWzODk5uYKPeevM/574htJB1SDepVlI0ouv/CBLuSI9x7fmRV0LawuopZYUjVA7qaQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/kth-node-redis/-/kth-node-redis-4.1.1.tgz", + "integrity": "sha512-dSuhayw3+ucAXqc5ezIkT0sTHWTT56Ac7/vZjclrkALVkHAf6Fi7TUVaym9/a/4sbOszAEDc7hsLJsAZkh3DXA==", "license": "MIT", "dependencies": { "@kth/log": "^4.0.8", - "jest": "^30.1.3", - "redis": "^5.11.0" + "jest": "^30.4.2", + "redis": "^5.12.1" }, "engines": { "node": ">=20.0.0"