Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Oct 23, 2024
1 parent b821a84 commit a095204
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions examples/with-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "felixmosh",
"license": "ISC",
"dependencies": {
"@bull-board/koa": "^6.0.0",
"bullmq": "^5.13.2",
"@bull-board/koa": "^6.2.4",
"bullmq": "^5.21.2",
"koa": "^2.15.3",
"koa-router": "^13.0.1"
}
Expand Down
38 changes: 19 additions & 19 deletions examples/with-koa/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
# yarn lockfile v1


"@bull-board/api@6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@bull-board/api/-/api-6.0.0.tgz#4c4abf250807ad1fd15d3188c8c06f994093539c"
integrity sha512-O0IsIwAOU47bPTJnqRO7RtKFQToMvwRebbuPi6M+SG1gXyiqixLg9pycnfXgSeroaT9E7QQ2PsCPW1HO8VORvw==
"@bull-board/api@6.2.4":
version "6.2.4"
resolved "https://registry.yarnpkg.com/@bull-board/api/-/api-6.2.4.tgz#5e5ba12aeb99eda24877e7c09e2696dc5b46c8e1"
integrity sha512-7fQzsRwvZZ+cfcnX7pGoHfXx0kBn/9snRznE7NRPc/4vpg8kPmV5IYlhrwx7so4Im5sR+i8T/TALSHaLSoYONw==
dependencies:
redis-info "^3.0.8"

"@bull-board/koa@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@bull-board/koa/-/koa-6.0.0.tgz#02a684498f7fe08636d987f17ced36a42f9a9d18"
integrity sha512-n8EHJeOVBdh+arvwCkK7uaqaKkMFcWo3b2n0bbIh7VWNyUx0XSU62DYDAF0HiqiSC1rkIxiBZJb3JdEjxAF0iA==
"@bull-board/koa@^6.2.4":
version "6.2.4"
resolved "https://registry.yarnpkg.com/@bull-board/koa/-/koa-6.2.4.tgz#583079b2330a59579891c509f0da57e3ea5c0bd4"
integrity sha512-Zap09DOX7sLCK/IfA2UMLUKsjdtGuYFWcy88TQIiO8ZgTJljumyLnqNetp9opAetMverB+5/qxzNessnw6qlXw==
dependencies:
"@bull-board/api" "6.0.0"
"@bull-board/ui" "6.0.0"
"@bull-board/api" "6.2.4"
"@bull-board/ui" "6.2.4"
ejs "^3.1.10"
koa "^2.13.1"
koa-mount "^4.0.0"
koa-router "^10.0.0"
koa-static "^5.0.0"
koa-views "^7.0.1"

"@bull-board/ui@6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@bull-board/ui/-/ui-6.0.0.tgz#cfe3bbf542f53cf63160a18d91f54b40c619a9ae"
integrity sha512-wAFTlBTJbq5DSWxCzTV+FOyZDVwrXP+G1CQ2BpLG9o9+dpwYxUESx/VxNEDHnyPcy13gm29kB4fSRY+nkelkcQ==
"@bull-board/ui@6.2.4":
version "6.2.4"
resolved "https://registry.yarnpkg.com/@bull-board/ui/-/ui-6.2.4.tgz#c0f0b09891781d1681769aca1514696756d03b5b"
integrity sha512-dMCjNDpUCUxjjp1UWq/QZoH9sAGVhn+Jy16+YmV6GIpNsw4vK5eGn3GjYu2bqftWXNtzvMppGAtmg30LA7/m5w==
dependencies:
"@bull-board/api" "6.0.0"
"@bull-board/api" "6.2.4"

"@ioredis/commands@^1.1.1":
version "1.2.0"
Expand Down Expand Up @@ -120,10 +120,10 @@ brace-expansion@^2.0.1:
dependencies:
balanced-match "^1.0.0"

bullmq@^5.13.2:
version "5.13.2"
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-5.13.2.tgz#33af1f9ce42e819cb522bf7aed86dc2fe8ea5c11"
integrity sha512-McGE8k3mrCvdUHdU0sHkTKDS1xr4pff+hbEKBY51wk5S6Za0gkuejYA620VQTo3Zz37E/NVWMgumwiXPQ3yZcA==
bullmq@^5.21.2:
version "5.21.2"
resolved "https://registry.yarnpkg.com/bullmq/-/bullmq-5.21.2.tgz#2a5a3a2198fd900556369a83b471531f68a1ab96"
integrity sha512-LPuNoGaDc5CON2X6h4cJ2iVfd+B+02xubFU+IB/fyJHd+/HqUZRqnlYryUCAuhVHBhUKtA6oyVdJxqSa62i+og==
dependencies:
cron-parser "^4.6.0"
ioredis "^5.4.1"
Expand Down

0 comments on commit a095204

Please sign in to comment.