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.5 to 5.4.1
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v4.28.5...v5.4.1)

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] authored Dec 19, 2024
1 parent e5b561c commit 7012311
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 @@ -19,7 +19,7 @@
"dependencies": {
"cookie": "^0.7.0",
"hot-shots": "^10.0.0",
"ioredis": "^4.28.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"uuid": "^11.0.2",
Expand All @@ -30,7 +30,7 @@
"@eslint/js": "^9.16.0",
"@types/cookie": "^0.6.0",
"@types/eslint__js": "^8.42.3",
"@types/ioredis": "^4.27.8",
"@types/ioredis": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.17.7",
Expand Down

0 comments on commit 7012311

Please sign in to comment.