Skip to content

Commit

Permalink
chore(deps-dev): bump lowdb from 2.1.0 to 3.0.0 (#112)
Browse files Browse the repository at this point in the history
Bumps [lowdb](https://github.com/typicode/lowdb) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/typicode/lowdb/releases)
- [Commits](typicode/lowdb@v2.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: lowdb
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Sep 23, 2021
1 parent d921415 commit ca1cb91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"jsonwebtoken": "^8.5.1",
"lowdb": "^2.1.0",
"lowdb": "^3.0.0",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"nodemon": "^2.0.12",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7184,12 +7184,12 @@ log-symbols@^4.1.0:
chalk "^4.1.0"
is-unicode-supported "^0.1.0"

lowdb@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/lowdb/-/lowdb-2.1.0.tgz#c8063e228b5ab3e082ece90e0512537ecb6e1e2a"
integrity sha512-F4Go8/V37gAidTR3c5poyjprOpZSDNSLJVOmI0ny4D4q9rC37OkBhlzX0bqj7LZlT3UIj4FchmZrrSw7qY+eGQ==
lowdb@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/lowdb/-/lowdb-3.0.0.tgz#c10ab4e7eb86f1cbe255e35e60ffb0c6f42049e0"
integrity sha512-9KZRulmIcU8fZuWiaM0d5e2/nPnrFyXkeXVpqT+MJS+vgbgOf1EbtvgQmba8HwUFgDl1oeZR6XqEJnkJmQdKmg==
dependencies:
steno "^1.0.0"
steno "^2.1.0"

lower-case@^1.1.1:
version "1.1.4"
Expand Down Expand Up @@ -10302,10 +10302,10 @@ std-env@^2.2.1, std-env@^2.3.0:
dependencies:
ci-info "^3.0.0"

steno@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/steno/-/steno-1.0.0.tgz#475e32c6066ec9760229eaaf1550601764fbecba"
integrity sha512-C/KgCvEa1yWnpHmaPjAXrz1yWxh6hs+HvhqqPa71euaQmNi1wr4+WFo57VQxjKKuFl2KqS7gtlrN0oxj2noQLw==
steno@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/steno/-/steno-2.1.0.tgz#05a9c378ce42ed04f642cda6fcb41787a10e4e33"
integrity sha512-mauOsiaqTNGFkWqIfwcm3y/fq+qKKaIWf1vf3ocOuTdco9XoHCO2AGF1gFYXuZFSWuP38Q8LBHBGJv2KnJSXyA==

stream-browserify@^2.0.1:
version "2.0.2"
Expand Down

0 comments on commit ca1cb91

Please sign in to comment.