Bump socket.io-redis from 5.2.0 to 5.3.0 (#159)

Bumps [socket.io-redis](https://github.com/socketio/socket.io-redis) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/socketio/socket.io-redis/releases)
- [Changelog](https://github.com/socketio/socket.io-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-redis/compare/5.2.0...5.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
merge-requests/208/head
dependabot-preview[bot] 4 years ago committed by GitHub
parent 137e3a8809
commit bd427b929e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      package-lock.json

23
package-lock.json generated

@ -7585,15 +7585,30 @@
}
},
"socket.io-redis": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/socket.io-redis/-/socket.io-redis-5.2.0.tgz",
"integrity": "sha1-j+KtlEX8UIhvtwq8dZ1nQD1Ymd8=",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/socket.io-redis/-/socket.io-redis-5.3.0.tgz",
"integrity": "sha512-w2EqyGdw3oXzd1MY4sVIg2rYVooDI5sSwel8DOt38sTgaJuuXQSC847x38FvLSn2Rt6MAcdLhiNw/FqjzeC4RQ==",
"requires": {
"debug": "~2.6.8",
"debug": "~4.1.0",
"notepack.io": "~2.1.2",
"redis": "~2.8.0",
"socket.io-adapter": "~1.1.0",
"uid2": "0.0.3"
},
"dependencies": {
"debug": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
"integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
"requires": {
"ms": "^2.1.1"
}
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
}
}
},
"socks": {

Loading…
Cancel
Save