From 34030902d5309278e2a926a7dd1f03857dc385c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:12:27 +0000 Subject: [PATCH] Bump redis from 2.8.0 to 4.6.15 Bumps [redis](https://github.com/redis/node-redis) from 2.8.0 to 4.6.15. - [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.6.15) --- 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..d1fc929 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.6.15", "twit": "^2.2.5" }, "devDependencies": {}