Skip to content

Commit

Permalink
chore(deps): update all Yarn dependencies (2021-12-01) (kubeflow#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Dec 2, 2021
1 parent 759749d commit 631b55a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"hex-rgb": "^4.3.0",
"http-terminator": "^2.0.3",
"image-size": "^0.8.3",
"ioredis": "^4.27.9",
"ioredis": "^4.28.1",
"ip-range-check": "^0.2.0",
"jsonwebtoken": "^8.5.1",
"kaleido-api": "^1.1.5",
"mockery": "^2.1.0",
"request": "^2.88.2",
"uuid": "^7.0.3",
"valid-url": "^1.0.9",
"ws": "^7.5.5"
"ws": "^7.5.6"
}
}
27 changes: 22 additions & 5 deletions api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ int64-buffer@^0.1.9:
resolved "https://registry.npmjs.org/int64-buffer/-/int64-buffer-0.1.10.tgz#277b228a87d95ad777d07c13832022406a473423"
integrity sha1-J3siiofZWtd30HwTgyAiQGpHNCM=

ioredis@^4.27.6, ioredis@^4.27.9:
ioredis@^4.27.6:
version "4.28.0"
resolved "https://registry.npmjs.org/ioredis/-/ioredis-4.28.0.tgz#5a2be3f37ff2075e2332f280eaeb02ab4d9ff0d3"
integrity sha512-I+zkeeWp3XFgPT2CtJKxvaF5FjGBGt4yGYljRjQecdQKteThuAsKqffeF1lgHVlYnuNeozRbPOCDNZ7tDWPeig==
Expand All @@ -1065,6 +1065,23 @@ ioredis@^4.27.6, ioredis@^4.27.9:
redis-parser "^3.0.0"
standard-as-callback "^2.1.0"

ioredis@^4.28.1:
version "4.28.1"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.28.1.tgz#c2a7038d6a187e020d7045e11d6a677e8b51f785"
integrity sha512-7gcrUJEcPHWy+eEyq6wIZpXtfHt8crhbc5+z0sqrnHUkwBblXinygfamj+/jx83Qo+2LW3q87Nj2VsuH6BF2BA==
dependencies:
cluster-key-slot "^1.1.0"
debug "^4.3.1"
denque "^1.1.0"
lodash.defaults "^4.2.0"
lodash.flatten "^4.4.0"
lodash.isarguments "^3.1.0"
p-map "^2.1.0"
redis-commands "1.7.0"
redis-errors "^1.2.0"
redis-parser "^3.0.0"
standard-as-callback "^2.1.0"

ip-range-check@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/ip-range-check/-/ip-range-check-0.2.0.tgz#e67f126c8fb36c8f11d4c07d7924b7e364365157"
Expand Down Expand Up @@ -2217,10 +2234,10 @@ write-file-atomic@^3.0.0:
signal-exit "^3.0.2"
typedarray-to-buffer "^3.1.5"

ws@^7.5.5:
version "7.5.5"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.5.tgz#8b4bc4af518cfabd0473ae4f99144287b33eb881"
integrity sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==
ws@^7.5.6:
version "7.5.6"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.6.tgz#e59fc509fb15ddfb65487ee9765c5a51dec5fe7b"
integrity sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==

xdg-basedir@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 631b55a

Please sign in to comment.