Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fec948

Browse files
authored
fix(Redis): Update ioredis package version (LLC-1396) (#1602)
1 parentac0803e commit5fec948

File tree

2 files changed

+51
-39
lines changed

2 files changed

+51
-39
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"http-proxy":"^1.12.0",
9090
"http-status":"^1.4.2",
9191
"immutable":"^3.8.1",
92-
"ioredis":"^3.2.2",
92+
"ioredis":"^4.14.0",
9393
"js-cookie":"^2.1.3",
9494
"jsonwebtoken":"^8.3.0",
9595
"jwt-decode":"^1.5.1",

‎yarn.lock‎

Lines changed: 50 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
"@babel/helper-function-name" "^7.7.4"
222222
"@babel/helper-split-export-declaration" "^7.7.4"
223223
"@babel/parser" "^7.7.4"
224+
"@babel/types" "^7.7.4"
224225
debug "^4.1.0"
225226
globals "^11.1.0"
226227
lodash "^4.17.13"
@@ -4207,7 +4208,14 @@ debug@4, debug@4.1.1, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
42074208
dependencies:
42084209
ms "^2.1.1"
42094210

4210-
debuglog@*, debuglog@^1.0.0, debuglog@^1.0.1:
4211+
debug@^4.3.1:
4212+
version "4.3.2"
4213+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
4214+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
4215+
dependencies:
4216+
ms "2.1.2"
4217+
4218+
debuglog@^1.0.0, debuglog@^1.0.1:
42114219
version "1.0.1"
42124220
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
42134221

@@ -4328,8 +4336,9 @@ delegates@^1.0.0:
43284336
integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
43294337

43304338
denque@^1.1.0:
4331-
version "1.4.1"
4332-
resolved "https://registry.yarnpkg.com/denque/-/denque-1.4.1.tgz#6744ff7641c148c3f8a69c307e51235c1f4a37cf"
4339+
version "1.5.1"
4340+
resolved "https://registry.yarnpkg.com/denque/-/denque-1.5.1.tgz#07f670e29c9a78f8faecb2566a1e2c11929c5cbf"
4341+
integrity sha512-XwE+iZ4D6ZUB7mfYRMb5wByE8L74HCn30FBN7sWnXksWc1LO1bPDl67pBR9o/kC4z/xSNAwkMYcGgqDV3BE3Hw==
43334342

43344343
depd@1.1.0:
43354344
version "1.1.0"
@@ -7090,7 +7099,7 @@ import-lazy@^2.1.0:
70907099
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
70917100
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
70927101

7093-
imurmurhash@*, imurmurhash@^0.1.4:
7102+
imurmurhash@^0.1.4:
70947103
version "0.1.4"
70957104
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
70967105
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -7251,6 +7260,23 @@ ioredis@^3.2.2:
72517260
redis-commands "^1.2.0"
72527261
redis-parser "^2.4.0"
72537262

7263+
ioredis@^4.14.0:
7264+
version "4.28.0"
7265+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.28.0.tgz#5a2be3f37ff2075e2332f280eaeb02ab4d9ff0d3"
7266+
integrity sha512-I+zkeeWp3XFgPT2CtJKxvaF5FjGBGt4yGYljRjQecdQKteThuAsKqffeF1lgHVlYnuNeozRbPOCDNZ7tDWPeig==
7267+
dependencies:
7268+
cluster-key-slot "^1.1.0"
7269+
debug "^4.3.1"
7270+
denque "^1.1.0"
7271+
lodash.defaults "^4.2.0"
7272+
lodash.flatten "^4.4.0"
7273+
lodash.isarguments "^3.1.0"
7274+
p-map "^2.1.0"
7275+
redis-commands "1.7.0"
7276+
redis-errors "^1.2.0"
7277+
redis-parser "^3.0.0"
7278+
standard-as-callback "^2.1.0"
7279+
72547280
ioredis@^4.14.1:
72557281
version "4.14.1"
72567282
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.14.1.tgz#b73ded95fcf220f106d33125a92ef6213aa31318"
@@ -8626,11 +8652,6 @@ lodash._basefor@^3.0.0:
86268652
version "3.0.3"
86278653
resolved "https://registry.yarnpkg.com/lodash._basefor/-/lodash._basefor-3.0.3.tgz#7550b4e9218ef09fad24343b612021c79b4c20c2"
86288654

8629-
lodash._baseindexof@*:
8630-
version "3.1.0"
8631-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
8632-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
8633-
86348655
lodash._baseisequal@^3.0.0:
86358656
version "3.0.7"
86368657
resolved "https://registry.yarnpkg.com/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz#d8025f76339d29342767dcc887ce5cb95a5b51f1"
@@ -8647,23 +8668,11 @@ lodash._baseuniq@~4.6.0:
86478668
lodash._createset "~4.0.0"
86488669
lodash._root "~3.0.0"
86498670

8650-
lodash._bindcallback@*, lodash._bindcallback@^3.0.0:
8671+
lodash._bindcallback@^3.0.0:
86518672
version "3.0.1"
86528673
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
86538674
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
86548675

8655-
lodash._cacheindexof@*:
8656-
version "3.0.2"
8657-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
8658-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
8659-
8660-
lodash._createcache@*:
8661-
version "3.1.2"
8662-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
8663-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
8664-
dependencies:
8665-
lodash._getnative "^3.0.0"
8666-
86678676
lodash._createcompounder@^3.0.0:
86688677
version "3.0.0"
86698678
resolved "https://registry.yarnpkg.com/lodash._createcompounder/-/lodash._createcompounder-3.0.0.tgz#5dd2cb55372d6e70e0e2392fb2304d6631091075"
@@ -8676,7 +8685,7 @@ lodash._createset@~4.0.0:
86768685
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
86778686
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
86788687

8679-
lodash._getnative@*, lodash._getnative@^3.0.0:
8688+
lodash._getnative@^3.0.0:
86808689
version "3.9.1"
86818690
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
86828691
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
@@ -8753,6 +8762,7 @@ lodash.deburr@^3.0.0:
87538762
lodash.defaults@^4.2.0:
87548763
version "4.2.0"
87558764
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
8765+
integrity sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=
87568766

87578767
lodash.difference@^4.5.0:
87588768
version "4.5.0"
@@ -8781,6 +8791,7 @@ lodash.findindex@^4.3.0:
87818791
lodash.flatten@^4.4.0:
87828792
version "4.4.0"
87838793
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
8794+
integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=
87848795

87858796
lodash.flattendeep@^4.4.0:
87868797
version "4.4.0"
@@ -8803,9 +8814,10 @@ lodash.includes@^4.3.0:
88038814
version "4.3.0"
88048815
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
88058816

8806-
lodash.isarguments@^3.0.0:
8817+
lodash.isarguments@^3.0.0, lodash.isarguments@^3.1.0:
88078818
version "3.1.0"
88088819
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
8820+
integrity sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=
88098821

88108822
lodash.isarray@^3.0.0:
88118823
version "3.0.4"
@@ -8928,11 +8940,6 @@ lodash.reduce@4.5.0:
89288940
version "4.5.0"
89298941
resolved "https://registry.yarnpkg.com/lodash.reduce/-/lodash.reduce-4.5.0.tgz#af7d2ec621062441e77d5bf408a1e071ef86691c"
89308942

8931-
lodash.restparam@*:
8932-
version "3.6.1"
8933-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
8934-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
8935-
89368943
lodash.sample@^4.2.1:
89378944
version "4.2.1"
89388945
resolved "https://registry.yarnpkg.com/lodash.sample/-/lodash.sample-4.2.1.tgz#5e4291b0c753fa1abeb0aab8fb29df1b66f07f6d"
@@ -10325,7 +10332,6 @@ npm@^6.10.3:
1032510332
cmd-shim "^3.0.3"
1032610333
columnify "~1.5.4"
1032710334
config-chain "^1.1.12"
10328-
debuglog "*"
1032910335
detect-indent "~5.0.0"
1033010336
detect-newline "^2.1.0"
1033110337
dezalgo "~1.0.3"
@@ -10340,7 +10346,6 @@ npm@^6.10.3:
1034010346
has-unicode "~2.0.1"
1034110347
hosted-git-info "^2.8.8"
1034210348
iferr "^1.0.2"
10343-
imurmurhash "*"
1034410349
infer-owner "^1.0.4"
1034510350
inflight "~1.0.6"
1034610351
inherits "^2.0.4"
@@ -10359,14 +10364,8 @@ npm@^6.10.3:
1035910364
libnpx "^10.2.2"
1036010365
lock-verify "^2.1.0"
1036110366
lockfile "^1.0.4"
10362-
lodash._baseindexof "*"
1036310367
lodash._baseuniq "~4.6.0"
10364-
lodash._bindcallback "*"
10365-
lodash._cacheindexof "*"
10366-
lodash._createcache "*"
10367-
lodash._getnative "*"
1036810368
lodash.clonedeep "~4.5.0"
10369-
lodash.restparam "*"
1037010369
lodash.union "~4.6.0"
1037110370
lodash.uniq "~4.5.0"
1037210371
lodash.without "~4.4.0"
@@ -10795,9 +10794,10 @@ p-locate@^4.1.0:
1079510794
dependencies:
1079610795
p-limit "^2.2.0"
1079710796

10798-
p-map@^2.0.0:
10797+
p-map@^2.0.0, p-map@^2.1.0:
1079910798
version "2.1.0"
1080010799
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
10800+
integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==
1080110801

1080210802
p-reduce@^2.0.0:
1080310803
version "2.1.0"
@@ -12676,9 +12676,15 @@ redis-commands@1.5.0, redis-commands@^1.2.0:
1267612676
version "1.5.0"
1267712677
resolved "https://registry.yarnpkg.com/redis-commands/-/redis-commands-1.5.0.tgz#80d2e20698fe688f227127ff9e5164a7dd17e785"
1267812678

12679+
redis-commands@1.7.0:
12680+
version "1.7.0"
12681+
resolved "https://registry.yarnpkg.com/redis-commands/-/redis-commands-1.7.0.tgz#15a6fea2d58281e27b1cd1acfb4b293e278c3a89"
12682+
integrity sha512-nJWqw3bTFy21hX/CPKHth6sfhZbdiHP6bTawSgQBlKOVRG7EZkfHbbHwQJnrE4vsQf0CMNE+3gJ4Fmm16vdVlQ==
12683+
1267912684
redis-errors@^1.0.0, redis-errors@^1.2.0:
1268012685
version "1.2.0"
1268112686
resolved "https://registry.yarnpkg.com/redis-errors/-/redis-errors-1.2.0.tgz#eb62d2adb15e4eaf4610c04afe1529384250abad"
12687+
integrity sha1-62LSrbFeTq9GEMBK/hUpOEJQq60=
1268212688

1268312689
redis-parser@^2.4.0, redis-parser@^2.6.0:
1268412690
version "2.6.0"
@@ -12687,6 +12693,7 @@ redis-parser@^2.4.0, redis-parser@^2.6.0:
1268712693
redis-parser@^3.0.0:
1268812694
version "3.0.0"
1268912695
resolved "https://registry.yarnpkg.com/redis-parser/-/redis-parser-3.0.0.tgz#b66d828cdcafe6b4b8a428a7def4c6bcac31c8b4"
12696+
integrity sha1-tm2CjNyv5rS4pCin3vTGvKwxyLQ=
1269012697
dependencies:
1269112698
redis-errors "^1.0.0"
1269212699

@@ -13949,6 +13956,11 @@ standard-as-callback@^2.0.1:
1394913956
version "2.0.1"
1395013957
resolved "https://registry.yarnpkg.com/standard-as-callback/-/standard-as-callback-2.0.1.tgz#ed8bb25648e15831759b6023bdb87e6b60b38126"
1395113958

13959+
standard-as-callback@^2.1.0:
13960+
version "2.1.0"
13961+
resolved "https://registry.yarnpkg.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz#8953fc05359868a77b5b9739a665c5977bb7df45"
13962+
integrity sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==
13963+
1395213964
static-extend@^0.1.1:
1395313965
version "0.1.2"
1395413966
resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp