diff options
| author | Fuwn <[email protected]> | 2021-10-06 21:25:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-10-06 21:25:52 -0700 |
| commit | 1f7b4bb6c302ca56f30aa99d0a7440ab207668a0 (patch) | |
| tree | 3466f018fdaa7eab27b553e27e3da43ee4350c4d | |
| parent | fix(heroku): add timer (diff) | |
| download | bot-1f7b4bb6c302ca56f30aa99d0a7440ab207668a0.tar.xz bot-1f7b4bb6c302ca56f30aa99d0a7440ab207668a0.zip | |
fix(yarn): update lock
| -rw-r--r-- | yarn.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -46,6 +46,18 @@ node-fetch "^2.6.1" tslib "^2.3.0" +"@promises/core@^0.5.0": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@promises/core/-/core-0.5.0.tgz#ab0852db21b58b3abf780820f2d5ec95e04a4002" + integrity sha512-+yXLfwREm4g/J1kf49ASsLyPVEYB+Lm4lLt15etJO95dOAV5NINOPU1OBq++WsHSkzvbIqsOF0jKn31ZxOa9aw== + +"@promises/timer@^0.5.0": + version "0.5.0" + resolved "https://registry.yarnpkg.com/@promises/timer/-/timer-0.5.0.tgz#629a9f582cc9f54a984ae6c2ab0f58112fd8b8a1" + integrity sha512-pn/nPhiXF0u5xWhRIiNLkNuKmY4HdChCXEIXt5d3DqJ7Gy5Sy3i4h3Hk7WS/kqMoULU/pTqsr50QAH61VwsPKw== + dependencies: + "@promises/core" "^0.5.0" + "@sapphire/async-queue@^1.1.4", "@sapphire/async-queue@^1.1.5": version "1.1.5" resolved "https://registry.yarnpkg.com/@sapphire/async-queue/-/async-queue-1.1.5.tgz#2a52774ad9c24b1e9be88f4a211e735419014e4e" |