Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 6f95df9

Browse files
chore(deps): update dependency @types/redis to v4
1 parent 95e6796 commit 6f95df9

File tree

2 files changed

+69
-35
lines changed

2 files changed

+69
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/koa": "2.11.6",
5151
"@types/node": "14.14.10",
5252
"@types/npmlog": "4.1.2",
53-
"@types/redis": "2.8.28",
53+
"@types/redis": "4.0.11",
5454
"axios": "0.21.0",
5555
"babel-eslint": "10.1.0",
5656
"babel-jest": "26.6.3",

yarn.lock

Lines changed: 68 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,40 @@
11291129
methods "^1.1.2"
11301130
path-to-regexp "^6.1.0"
11311131

1132+
"@redis/bloom@1.2.0":
1133+
version "1.2.0"
1134+
resolved "https://registry.yarnpkg.com/@redis/bloom/-/bloom-1.2.0.tgz#d3fd6d3c0af3ef92f26767b56414a370c7b63b71"
1135+
integrity sha512-HG2DFjYKbpNmVXsa0keLHp/3leGJz1mjh09f2RLGGLQZzSHpkmZWuwJbAvo3QcRY8p80m5+ZdXZdYOSBLlp7Cg==
1136+
1137+
"@redis/client@1.5.14":
1138+
version "1.5.14"
1139+
resolved "https://registry.yarnpkg.com/@redis/client/-/client-1.5.14.tgz#1107893464d092f140d77c468b018a6ed306a180"
1140+
integrity sha512-YGn0GqsRBFUQxklhY7v562VMOP0DcmlrHHs3IV1mFE3cbxe31IITUkqhBcIhVSI/2JqtWAJXg5mjV4aU+zD0HA==
1141+
dependencies:
1142+
cluster-key-slot "1.1.2"
1143+
generic-pool "3.9.0"
1144+
yallist "4.0.0"
1145+
1146+
"@redis/graph@1.1.1":
1147+
version "1.1.1"
1148+
resolved "https://registry.yarnpkg.com/@redis/graph/-/graph-1.1.1.tgz#8c10df2df7f7d02741866751764031a957a170ea"
1149+
integrity sha512-FEMTcTHZozZciLRl6GiiIB4zGm5z5F3F6a6FZCyrfxdKOhFlGkiAqlexWMBzCi4DcRoyiOsuLfW+cjlGWyExOw==
1150+
1151+
"@redis/json@1.0.6":
1152+
version "1.0.6"
1153+
resolved "https://registry.yarnpkg.com/@redis/json/-/json-1.0.6.tgz#b7a7725bbb907765d84c99d55eac3fcf772e180e"
1154+
integrity sha512-rcZO3bfQbm2zPRpqo82XbW8zg4G/w4W3tI7X8Mqleq9goQjAGLL7q/1n1ZX4dXEAmORVZ4s1+uKLaUOg7LrUhw==
1155+
1156+
"@redis/search@1.1.6":
1157+
version "1.1.6"
1158+
resolved "https://registry.yarnpkg.com/@redis/search/-/search-1.1.6.tgz#33bcdd791d9ed88ab6910243a355d85a7fedf756"
1159+
integrity sha512-mZXCxbTYKBQ3M2lZnEddwEAks0Kc7nauire8q20oA0oA/LoA+E/b5Y5KZn232ztPb1FkIGqo12vh3Lf+Vw5iTw==
1160+
1161+
"@redis/time-series@1.0.5":
1162+
version "1.0.5"
1163+
resolved "https://registry.yarnpkg.com/@redis/time-series/-/time-series-1.0.5.tgz#a6d70ef7a0e71e083ea09b967df0a0ed742bc6ad"
1164+
integrity sha512-IFjIgTusQym2B5IZJG3XKr5llka7ey84fw/NOYqESP5WUfQs9zz1ww/9+qoz4ka/S6KcGBodzlCeZ5UImKbscg==
1165+
11321166
"@sindresorhus/is@^0.14.0":
11331167
version "0.14.0"
11341168
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@@ -1407,12 +1441,12 @@
14071441
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
14081442
integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==
14091443

1410-
"@types/redis@2.8.28":
1411-
version "2.8.28"
1412-
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-2.8.28.tgz#5862b2b64aa7f7cbc76dafd7e6f06992b52c55e3"
1413-
integrity sha512-8l2gr2OQ969ypa7hFOeKqtFoY70XkHxISV0pAwmQ2nm6CSPb1brmTmqJCGGrekCo+pAZyWlNXr+Kvo6L/1wijA==
1444+
"@types/redis@4.0.11":
1445+
version "4.0.11"
1446+
resolved "https://registry.yarnpkg.com/@types/redis/-/redis-4.0.11.tgz#0bb4c11ac9900a21ad40d2a6768ec6aaf651c0e1"
1447+
integrity sha512-bI+gth8La8Wg/QCR1+V1fhrL9+LZUSWfcqpOj2Kc80ZQ4ffbdL173vQd5wovmoV9i071FU9oP2g6etLuEwb6Rg==
14141448
dependencies:
1415-
"@types/node" "*"
1449+
redis "*"
14161450

14171451
"@types/serve-static@*":
14181452
version "1.13.4"
@@ -2041,6 +2075,11 @@ clone-response@^1.0.2:
20412075
dependencies:
20422076
mimic-response "^1.0.0"
20432077

2078+
cluster-key-slot@1.1.2:
2079+
version "1.1.2"
2080+
resolved "https://registry.yarnpkg.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz#88ddaa46906e303b5de30d3153b7d9fe0a0c19ac"
2081+
integrity sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==
2082+
20442083
co@^4.6.0:
20452084
version "4.6.0"
20462085
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -3132,6 +3171,11 @@ gauge@~2.7.3:
31323171
strip-ansi "^3.0.1"
31333172
wide-align "^1.1.0"
31343173

3174+
generic-pool@3.9.0:
3175+
version "3.9.0"
3176+
resolved "https://registry.yarnpkg.com/generic-pool/-/generic-pool-3.9.0.tgz#36f4a678e963f4fdb8707eab050823abc4e8f5e4"
3177+
integrity sha512-hymDOu5B53XvN4QT9dBmZxPX4CWhBPPLguTZ9MMFeFa/Kg0xWVfylOVNlJji/E7yTZWFd/q9GO5TxDLq156D7g==
3178+
31353179
gensync@^1.0.0-beta.1:
31363180
version "1.0.0-beta.1"
31373181
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
@@ -4450,7 +4494,7 @@ lodash.isequal@^4.5.0:
44504494
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
44514495
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
44524496

4453-
lodash.iteratee@^4.5.0, lodash.iteratee@^4.7.0:
4497+
lodash.iteratee@^4.7.0:
44544498
version "4.7.0"
44554499
resolved "https://registry.yarnpkg.com/lodash.iteratee/-/lodash.iteratee-4.7.0.tgz#be4177db289a8ccc3c0990f1db26b5b22fc1554c"
44564500
integrity sha512-yv3cSQZmfpbIKo4Yo45B1taEvxjNvcpF1CEOc0Y6dEyvhPIfEJE3twDwPgWTPQubcSgXyBwBKG6wpQvWMDOf6Q==
@@ -5264,6 +5308,18 @@ redis-parser@^3.0.0:
52645308
dependencies:
52655309
redis-errors "^1.0.0"
52665310

5311+
redis@*:
5312+
version "4.6.13"
5313+
resolved "https://registry.yarnpkg.com/redis/-/redis-4.6.13.tgz#e247267c5f3ba35ab8277b57343d3a56acb2f0a6"
5314+
integrity sha512-MHgkS4B+sPjCXpf+HfdetBwbRz6vCtsceTmw1pHNYJAsYxrfpOP6dz+piJWGos8wqG7qb3vj/Rrc5qOlmInUuA==
5315+
dependencies:
5316+
"@redis/bloom" "1.2.0"
5317+
"@redis/client" "1.5.14"
5318+
"@redis/graph" "1.1.1"
5319+
"@redis/json" "1.0.6"
5320+
"@redis/search" "1.1.6"
5321+
"@redis/time-series" "1.0.5"
5322+
52675323
redis@3.0.2:
52685324
version "3.0.2"
52695325
resolved "https://registry.yarnpkg.com/redis/-/redis-3.0.2.tgz#bd47067b8a4a3e6a2e556e57f71cc82c7360150a"
@@ -6228,34 +6284,21 @@ unique-string@^2.0.0:
62286284
dependencies:
62296285
crypto-random-string "^2.0.0"
62306286

6231-
unist-util-find@1.0.4:
6287+
unist-util-find@1.0.4, unist-util-find@^1.0.2:
62326288
version "1.0.4"
62336289
resolved "https://registry.yarnpkg.com/unist-util-find/-/unist-util-find-1.0.4.tgz#752e2c6fabf9d57e2c08e03d2f54aaee8c227ef3"
62346290
integrity sha512-T5vI7IkhroDj7KxAIy057VbIeGnCXfso4d4GoUsjbAmDLQUkzAeszlBtzx1+KHgdsYYBygaqUBvrbYCfePedZw==
62356291
dependencies:
62366292
lodash.iteratee "^4.7.0"
62376293
unist-util-visit "^2.0.0"
62386294

6239-
unist-util-find@^1.0.2:
6240-
version "1.0.2"
6241-
resolved "https://registry.yarnpkg.com/unist-util-find/-/unist-util-find-1.0.2.tgz#4d5b01a69fca2a382ad4f55f9865e402129ecf56"
6242-
integrity sha512-ft06UDYzqi9o9RmGP0sZWI/zvLLQiBW2/MD+rW6mDqbOWDcmknGX9orQPspfuGRYWr8eSJAmfsBcvOpfGRJseA==
6243-
dependencies:
6244-
lodash.iteratee "^4.5.0"
6245-
unist-util-visit "^1.1.0"
6246-
62476295
unist-util-flat-filter@1.0.0:
62486296
version "1.0.0"
62496297
resolved "https://registry.yarnpkg.com/unist-util-flat-filter/-/unist-util-flat-filter-1.0.0.tgz#44972de80c889462c444da8878f5576568a113c6"
62506298
integrity sha512-zjTmbMgyL1V7iUCnFaGLms9HtGbqK4d3YINqzu+wiMbau93GdiDGtJiB8lMhAyxAaxIAK2rOCeBCldF0FUreKQ==
62516299
dependencies:
62526300
unist-util-is "^4.0.0"
62536301

6254-
unist-util-is@^3.0.0:
6255-
version "3.0.0"
6256-
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd"
6257-
integrity sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==
6258-
62596302
unist-util-is@^4.0.0:
62606303
version "4.0.2"
62616304
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.0.2.tgz#c7d1341188aa9ce5b3cff538958de9895f14a5de"
@@ -6268,13 +6311,6 @@ unist-util-parents@1.0.3, unist-util-parents@^1.0.3:
62686311
dependencies:
62696312
es6-weak-map "^2.0.0"
62706313

6271-
unist-util-visit-parents@^2.0.0:
6272-
version "2.1.2"
6273-
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9"
6274-
integrity sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==
6275-
dependencies:
6276-
unist-util-is "^3.0.0"
6277-
62786314
unist-util-visit-parents@^3.0.0:
62796315
version "3.1.1"
62806316
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz#65a6ce698f78a6b0f56aa0e88f13801886cdaef6"
@@ -6283,13 +6319,6 @@ unist-util-visit-parents@^3.0.0:
62836319
"@types/unist" "^2.0.0"
62846320
unist-util-is "^4.0.0"
62856321

6286-
unist-util-visit@^1.1.0:
6287-
version "1.4.1"
6288-
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3"
6289-
integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==
6290-
dependencies:
6291-
unist-util-visit-parents "^2.0.0"
6292-
62936322
unist-util-visit@^2.0.0:
62946323
version "2.0.3"
62956324
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c"
@@ -6566,6 +6595,11 @@ y18n@^4.0.0:
65666595
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
65676596
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
65686597

6598+
yallist@4.0.0:
6599+
version "4.0.0"
6600+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
6601+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
6602+
65696603
yaml@^1.10.0:
65706604
version "1.10.0"
65716605
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"

0 commit comments

Comments
 (0)