Skip to content

Commit 71c1c96

Browse files
Bump redis and @types/redis
Bumps [redis](https://github.com/redis/node-redis) and [@types/redis](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/redis). These dependencies needed to be updated together. Updates `redis` from 3.1.2 to 4.6.14 - [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/[email protected]) Updates `@types/redis` from 2.8.32 to 4.0.11 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/redis) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/redis" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 810779f commit 71c1c96

File tree

2 files changed

+164
-89
lines changed

2 files changed

+164
-89
lines changed

package-lock.json

+162-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/react-dom": "18.3.0",
4343
"@types/react-modal": "3.16.3",
4444
"@types/recharts": "1.8.29",
45-
"@types/redis": "2.8.32",
45+
"@types/redis": "4.0.11",
4646
"@types/styled-components": "5.1.34",
4747
"axios": "1.7.2",
4848
"classnames": "2.5.1",
@@ -94,7 +94,7 @@
9494
"react-hook-form": "7.51.5",
9595
"react-router-dom": "6.23.1",
9696
"recharts": "2.12.7",
97-
"redis": "3.1.2",
97+
"redis": "4.6.14",
9898
"styled-components": "5.3.6",
9999
"unleash-client": "4.1.1",
100100
"use-debounce": "9.0.3"

0 commit comments

Comments
 (0)