From 8f7996d4bd6be05477086cf7d0140b20dc3b4216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:24:13 +0000 Subject: [PATCH] Bump redis from 2.8.0 to 4.7.0 Bumps [redis](https://github.com/redis/node-redis) from 2.8.0 to 4.7.0. - [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.8.0...redis@4.7.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b275272..ae059d2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/PatAltimore/snoopybot#readme", "dependencies": { "express": "^4.15.2", - "redis": "^2.7.1", + "redis": "^4.7.0", "twit": "^2.2.5" }, "devDependencies": {}