Skip to content

Commit dc24dd0

Browse files
committed
Update dependency @types/redis to v2.8.32
1 parent 8623309 commit dc24dd0

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
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.2.3",
35-
"@types/redis": "2.8.6",
35+
"@types/redis": "2.8.32",
3636
"codecov": "3.0.1",
3737
"jest": "23.0.0",
3838
"standard": "10.0.3",

yarn.lock

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
esutils "^2.0.2"
1111
js-tokens "^3.0.0"
1212

13-
"@types/events@*":
14-
version "1.1.0"
15-
resolved "https://registry.yarnpkg.com/@types/events/-/events-1.1.0.tgz#93b1be91f63c184450385272c47b6496fd028e02"
16-
1713
1814
version "22.2.3"
1915
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-22.2.3.tgz#0157c0316dc3722c43a7b71de3fdf3acbccef10d"
@@ -22,11 +18,11 @@
2218
version "8.0.20"
2319
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.20.tgz#65c7375255c24b184c215a5d0b63247c32f01c91"
2420

25-
26-
version "2.8.6"
27-
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.6.tgz#3674d07a13ad76bccda4c37dc3909e4e95757e7e"
21+
22+
version "2.8.32"
23+
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.32.tgz#1d3430219afbee10f8cfa389dad2571a05ecfb11"
24+
integrity sha512-7jkMKxcGq9p242exlbsVzuJb57KqHRhNl4dHoQu2Y5v9bCAbtIXXH0R3HleSQW4CTOqpHIYUW3t6tpUj4BVQ+w==
2825
dependencies:
29-
"@types/events" "*"
3026
"@types/node" "*"
3127

3228
abab@^1.0.3:

0 commit comments

Comments
 (0)