Bump ioredis from 4.26.0 to 4.27.2 (#5799)

Bumps [ioredis](https://github.com/luin/ioredis) from 4.26.0 to 4.27.2.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/luin/ioredis/blob/master/Changelog.md)
- [Commits](https://github.com/luin/ioredis/compare/v4.26.0...v4.27.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-05-21 10:06:36 -04:00
committed by GitHub
parent b019b61322
commit 1607698103
2 changed files with 9 additions and 9 deletions

View File

@@ -138,7 +138,7 @@
"connect-memcached": "^1.0.0",
"connect-redis": "^5.2.0",
"connect-session-knex": "^2.1.0",
"ioredis": "^4.19.2",
"ioredis": "^4.27.2",
"keyv-memcache": "^1.0.1",
"memcached": "^2.2.2",
"mysql": "^2.18.1",

16
package-lock.json generated
View File

@@ -164,7 +164,7 @@
"connect-memcached": "^1.0.0",
"connect-redis": "^5.2.0",
"connect-session-knex": "^2.1.0",
"ioredis": "^4.19.2",
"ioredis": "^4.27.2",
"keyv-memcache": "^1.0.1",
"memcached": "^2.2.2",
"mysql": "^2.18.1",
@@ -25583,9 +25583,9 @@
}
},
"node_modules/ioredis": {
"version": "4.26.0",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.26.0.tgz",
"integrity": "sha512-nh39okWezWWZ35/RxXXzHksMFt4WCaev8SNO2kozRDeVdEAJj16EarqPP3JeHz8IEjEXN5CiVtbWMk62Z0eveQ==",
"version": "4.27.2",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.2.tgz",
"integrity": "sha512-7OpYymIthonkC2Jne5uGWXswdhlua1S1rWGAERaotn0hGJWTSURvxdHA9G6wNbT/qKCloCja/FHsfKXW8lpTmg==",
"optional": true,
"dependencies": {
"cluster-key-slot": "^1.1.0",
@@ -67433,7 +67433,7 @@
"graphql-compose": "^8.1.0",
"icc": "^2.0.0",
"inquirer": "^8.0.0",
"ioredis": "^4.19.2",
"ioredis": "^4.27.2",
"joi": "^17.3.0",
"js-yaml": "^4.1.0",
"js2xmlparser": "^4.0.1",
@@ -74460,9 +74460,9 @@
}
},
"ioredis": {
"version": "4.26.0",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.26.0.tgz",
"integrity": "sha512-nh39okWezWWZ35/RxXXzHksMFt4WCaev8SNO2kozRDeVdEAJj16EarqPP3JeHz8IEjEXN5CiVtbWMk62Z0eveQ==",
"version": "4.27.2",
"resolved": "https://registry.npmjs.org/ioredis/-/ioredis-4.27.2.tgz",
"integrity": "sha512-7OpYymIthonkC2Jne5uGWXswdhlua1S1rWGAERaotn0hGJWTSURvxdHA9G6wNbT/qKCloCja/FHsfKXW8lpTmg==",
"optional": true,
"requires": {
"cluster-key-slot": "^1.1.0",