Skip to content

Commit

Permalink
build(deps): bump ioredis and @types/ioredis in /superset-websocket
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.28.0 to 5.3.2
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/luin/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v4.28.0...v5.3.2)

Updates `@types/ioredis` from 4.28.0 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] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 5, 2023
1 parent aabab5c commit f40af0b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 68 deletions.
106 changes: 40 additions & 66 deletions superset-websocket/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 superset-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"dependencies": {
"cookie": "^0.5.0",
"hot-shots": "^10.0.0",
"ioredis": "^4.28.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.0",
"uuid": "^9.0.0",
"winston": "^3.8.2",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/ioredis": "^4.27.8",
"@types/ioredis": "^5.0.0",
"@types/jest": "^27.0.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.0.0",
Expand Down

0 comments on commit f40af0b

Please sign in to comment.