Skip to content

Commit

Permalink
Merge pull request #595 from SmartBear/dependabot/npm_and_yarn/ioredi…
Browse files Browse the repository at this point in the history
…s-4.24.2

Bump ioredis from 4.23.0 to 4.24.2
  • Loading branch information
cbohiptest authored Mar 22, 2021
2 parents 1153bfb + a509e34 commit 07b51f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"env-var": "^7.0.0",
"git-en-boite-logging": "0.0.0",
"ioredis": "^4.23.0"
"ioredis": "^4.24.2"
},
"devDependencies": {
"@types/mocha": "^8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/local-clones/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"git-en-boite-config": "0.0.0",
"git-en-boite-core": "0.0.0",
"git-en-boite-message-dispatch": "0.0.0",
"ioredis": "^4.23.0",
"ioredis": "^4.24.2",
"lodash": "^4.17.20",
"nanoid": "^3.1.22",
"stream-split": "^1.1.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3412,21 +3412,21 @@ invariant@^2.2.0:
dependencies:
loose-envify "^1.0.0"

ioredis@^4.17.3, ioredis@^4.23.0:
version "4.23.0"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.23.0.tgz#f61b65633a25c93f43fccebcacac2f4342e418f9"
integrity sha512-R5TDCODwnEH3J3A5TSoB17+6a+SeJTtIOW6vsy5Q1yag/AM8FejHjZC5R2O1QepSXV8hwOnGSm/4buJc/LeXTQ==
ioredis@^4.17.3, ioredis@^4.24.2:
version "4.24.2"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.24.2.tgz#ca827cb22b579827ac2999c8d5950d7605f286ed"
integrity sha512-SSuVXwoG747sZetxxs9gyAno5kfUfvo4s5mSZp4dh8vzuTnrtA5mTf2OjL6sPfIfNbVTROg2c+VbXceGlpucPQ==
dependencies:
cluster-key-slot "^1.1.0"
debug "^4.1.1"
debug "^4.3.1"
denque "^1.1.0"
lodash.defaults "^4.2.0"
lodash.flatten "^4.4.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.0.1"
standard-as-callback "^2.1.0"

[email protected]:
version "1.9.1"
Expand Down Expand Up @@ -6092,10 +6092,10 @@ stacktrace-js@^2.0.2:
stack-generator "^2.0.5"
stacktrace-gps "^3.0.4"

standard-as-callback@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/standard-as-callback/-/standard-as-callback-2.0.1.tgz#ed8bb25648e15831759b6023bdb87e6b60b38126"
integrity sha512-NQOxSeB8gOI5WjSaxjBgog2QFw55FV8TkS6Y07BiB3VJ8xNTvUYm0wl0s8ObgQ5NhdpnNfigMIKjgPESzgr4tg==
standard-as-callback@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/standard-as-callback/-/standard-as-callback-2.1.0.tgz#8953fc05359868a77b5b9739a665c5977bb7df45"
integrity sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==

static-extend@^0.1.1:
version "0.1.2"
Expand Down

0 comments on commit 07b51f5

Please sign in to comment.