Skip to content

Commit 082b331

Browse files
authored
Merge pull request #42 from suttna/renovate/redis-2.x
Update dependency @types/redis to v2.8.6
2 parents 19d4b61 + c63a79c commit 082b331

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@types/jest": "22.1.3",
35-
"@types/redis": "2.8.5",
35+
"@types/redis": "2.8.6",
3636
"codecov": "3.0.0",
3737
"jest": "22.4.3",
3838
"standard": "10.0.3",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
version "8.0.20"
2323
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.20.tgz#65c7375255c24b184c215a5d0b63247c32f01c91"
2424

25-
"@types/[email protected].5":
26-
version "2.8.5"
27-
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.5.tgz#c4a31a63e95434202eb84908290528ad8510b149"
25+
"@types/[email protected].6":
26+
version "2.8.6"
27+
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.6.tgz#3674d07a13ad76bccda4c37dc3909e4e95757e7e"
2828
dependencies:
2929
"@types/events" "*"
3030
"@types/node" "*"

0 commit comments

Comments
 (0)