Skip to content

Commit

Permalink
Bump ioredis and @types/ioredis
Browse files Browse the repository at this point in the history
Bumps [ioredis](https://github.com/luin/ioredis) and [@types/ioredis](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ioredis). These dependencies needed to be updated together.

Updates `ioredis` from 4.17.3 to 5.3.2
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v4.17.3...v5.3.2)

Updates `@types/ioredis` from 4.17.4 to 5.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ioredis)

---
updated-dependencies:
- dependency-name: ioredis
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/ioredis"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 8, 2023
1 parent 5564874 commit ccc0677
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
63 changes: 32 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@companieshouse/structured-logging-node": "^1.0.0",
"crypto": "^1.0.1",
"express-async-handler": "^1.1.4",
"ioredis": "^4.17.3",
"ioredis": "^5.3.2",
"msgpack5": "^4.5.1",
"on-headers": "^1.0.2"
},
Expand All @@ -38,7 +38,7 @@
"@types/chai": "^4.2.13",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.8",
"@types/ioredis": "^4.17.4",
"@types/ioredis": "^5.0.0",
"@types/mocha": "^8.0.3",
"@types/msgpack5": "^3.4.1",
"@types/on-headers": "^1.0.0",
Expand Down

0 comments on commit ccc0677

Please sign in to comment.