chore(deps): bump redis from 3.1.2 to 4.0.3 in /build/frappe-socketio

Bumps [redis](https://github.com/redis/node-redis) from 3.1.2 to 4.0.3.
- [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/v3.1.2...redis@4.0.3)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-01 08:21:44 +00:00 committed by GitHub
parent 7404bcadee
commit b1789f476a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"express": "^4.17.1", "express": "^4.17.1",
"redis": "^3.1.1", "redis": "^4.0.3",
"socket.io": "^2.4.0", "socket.io": "^2.4.0",
"superagent": "^5.1.0" "superagent": "^5.1.0"
} }