Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Bump redis from 3.0.2 to 3.1.1 in /auth-server
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/NodeRedis/node-redis) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/NodeRedis/node-redis/releases)
- [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md)
- [Commits](redis/node-redis@v3.0.2...v3.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2021
1 parent cc3534f commit 80a1d30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pg": "^8.0.3",
"redis": "3.0.2",
"redis": "3.1.1",
"tmp": "^0.1.0",
"typescript": "^3.9.3",
"uuidv4": "^6.1.0",
Expand Down Expand Up @@ -99,7 +99,7 @@
"ts-node": "^8.10.1"
},
"resolutions": {
"redis": "3.0.2",
"redis": "3.1.1",
"@types/redis": "2.8.21",
"@polkadot/networks": "6.0.5",
"@polkadot/util": "6.0.5",
Expand Down
16 changes: 8 additions & 8 deletions auth-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@ delegates@^1.0.0:
resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=

denque@^1.4.1:
denque@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/denque/-/denque-1.5.0.tgz#773de0686ff2d8ec2ff92914316a47b73b1c73de"
integrity sha512-CYiCSgIF1p6EUByQPlGkKnP1M9g0ZV3qMIrqMqZqdwazygIA/YP2vrbcyl1h/WppKJTdl1F85cXIle+394iDAQ==
Expand Down Expand Up @@ -4587,7 +4587,7 @@ rechoir@^0.6.2:
dependencies:
resolve "^1.1.6"

redis-commands@^1.5.0:
redis-commands@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/redis-commands/-/redis-commands-1.7.0.tgz#15a6fea2d58281e27b1cd1acfb4b293e278c3a89"
integrity sha512-nJWqw3bTFy21hX/CPKHth6sfhZbdiHP6bTawSgQBlKOVRG7EZkfHbbHwQJnrE4vsQf0CMNE+3gJ4Fmm16vdVlQ==
Expand All @@ -4604,13 +4604,13 @@ redis-parser@^3.0.0:
dependencies:
redis-errors "^1.0.0"

redis@3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/redis/-/redis-3.0.2.tgz#bd47067b8a4a3e6a2e556e57f71cc82c7360150a"
integrity sha512-PNhLCrjU6vKVuMOyFu7oSP296mwBkcE6lrAjruBYG5LgdSqtRBoVQIylrMyVZD/lkF24RSNNatzvYag6HRBHjQ==
redis@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/redis/-/redis-3.1.1.tgz#a44bee7c072dcf685e139048d6a1a4d3b00f5d01"
integrity sha512-QhkKhOuzhogR1NDJfBD34TQJz2ZJwDhhIC6ZmvpftlmfYShHHQXjjNspAJ+Z2HH5NwSBVYBVganbiZ8bgFMHjg==
dependencies:
denque "^1.4.1"
redis-commands "^1.5.0"
denque "^1.5.0"
redis-commands "^1.7.0"
redis-errors "^1.2.0"
redis-parser "^3.0.0"

Expand Down

0 comments on commit 80a1d30

Please sign in to comment.