Skip to content

Commit

Permalink
fix(deps): bump @bull-board/api from 4.11.0 to 4.11.1 (#166)
Browse files Browse the repository at this point in the history
Bumps [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) from 4.11.0 to 4.11.1.
- [Release notes](https://github.com/felixmosh/bull-board/releases)
- [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md)
- [Commits](https://github.com/felixmosh/bull-board/commits/v4.11.1/packages/api)

---
updated-dependencies:
- dependency-name: "@bull-board/api"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2023
1 parent 1af1e75 commit 0a5d96a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node ."
},
"dependencies": {
"@bull-board/api": "^4.10.0",
"@bull-board/api": "^4.11.1",
"@bull-board/express": "^4.11.0",
"body-parser": "^1.20.1",
"bull": "^4.10.4",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,20 @@
chalk "^2.0.0"
js-tokens "^4.0.0"

"@bull-board/api@4.11.0", "@bull-board/api@^4.10.0":
"@bull-board/api@4.11.0":
version "4.11.0"
resolved "https://registry.yarnpkg.com/@bull-board/api/-/api-4.11.0.tgz#b39d698c829d8d192c1b7fa29e6ffaf6901e520b"
integrity sha512-qFnG63s3BkaslsNnXYagEUcdeK9SijZTJ+I4vMU+OiZt9VlKh01X1KjNlqjF9guvWcjk+Rg8UOMm0fWwM6PK6g==
dependencies:
redis-info "^3.0.8"

"@bull-board/api@^4.11.1":
version "4.11.1"
resolved "https://registry.yarnpkg.com/@bull-board/api/-/api-4.11.1.tgz#a060b9fb5a34ae6b789adc2cb6bd40f6743a5f86"
integrity sha512-x+CKpLKZ4yJ1CETvoX9cIOMM1ZfsXr6N9pOsRj8/lh0Mo/rbQWbfdlZR1jiALMAKu1RzJnffZcn6uKeFoXMRBQ==
dependencies:
redis-info "^3.0.8"

"@bull-board/express@^4.11.0":
version "4.11.0"
resolved "https://registry.yarnpkg.com/@bull-board/express/-/express-4.11.0.tgz#7889232faee6c4f1e980a2ce75ab358c1cad5e4a"
Expand Down

0 comments on commit 0a5d96a

Please sign in to comment.