diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-11-30 20:23:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-30 20:23:15 +0000 |
| commit | 910b145f42885d5880c019abeec9fa738f396b8d (patch) | |
| tree | 64a1e398805ee8d25b73d5529104ed3a285081dc | |
| parent | Merge pull request #6886 from syuilo/dependabot/npm_and_yarn/elastic/elastics... (diff) | |
| parent | Bump @types/bull from 3.14.0 to 3.14.4 (diff) | |
| download | misskey-910b145f42885d5880c019abeec9fa738f396b8d.tar.gz misskey-910b145f42885d5880c019abeec9fa738f396b8d.tar.bz2 misskey-910b145f42885d5880c019abeec9fa738f396b8d.zip | |
Merge pull request #6889 from syuilo/dependabot/npm_and_yarn/types/bull-3.14.4
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 8af7f8d82b..d2f7e0355d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@sinonjs/fake-timers": "6.0.1", "@syuilo/aiscript": "0.11.1", "@types/bcryptjs": "2.4.2", - "@types/bull": "3.14.0", + "@types/bull": "3.14.4", "@types/cbor": "5.0.1", "@types/dateformat": "3.0.1", "@types/double-ended-queue": "2.1.1", @@ -309,10 +309,10 @@ "@types/connect" "*" "@types/node" "*" -"@types/bull@3.14.0": - version "3.14.0" - resolved "https://registry.yarnpkg.com/@types/bull/-/bull-3.14.0.tgz#60741d3f5006bd4e17b02ff036e6ecef7ac47a6e" - integrity sha512-9MKWQ4Q+GFIEA3/SdSc128mAccCKni2YVMKPEdQY5qooN+3gl0Po+f7kaKukgn5s6YXj5xbvc/zTaMsHZL9GvA== +"@types/bull@3.14.4": + version "3.14.4" + resolved "https://registry.yarnpkg.com/@types/bull/-/bull-3.14.4.tgz#8a787ad4582b1a6cf2bfa6cca5f72428330c455e" + integrity sha512-XAYSV6A/r9GX+TgWwjF0WgpKK9/WAiSfVe3q6+2JrRW+3hLDjIU5MQL9HQZet3my98VA3kNWjEYrJCeRmJ5a5w== dependencies: "@types/ioredis" "*" |