From bbdd329176f6955e9edf6ab68113685453b1bc1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 03:48:22 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [lodash](https://github.com/lodash/lodash) and [redis](https://github.com/redis/node-redis). Updates `lodash` from 4.17.4 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.21) Updates `redis` from 2.7.1 to 3.1.1 - [Release notes](https://github.com/redis/node-redis/releases) - [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/node-redis/compare/v.2.7.1...v3.1.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.21 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: redis dependency-version: 3.1.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4a06c9c..b65a9b8 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "dependencies": { "catbox": "7.1.5", "catbox-redis": "3.0.2", - "lodash": "4.17.4", + "lodash": "4.17.21", "q": "1.5.0", - "redis": "2.7.1" + "redis": "3.1.1" }, "devDependencies": { "chai": "^4.1.0",