deps: Update ueberdb2 to fix dirty DB bug

This commit is contained in:
Richard Hansen 2021-02-28 01:28:11 -05:00 committed by John McLear
parent 377883db98
commit 16e6496eb4
3 changed files with 15 additions and 8 deletions

View file

@ -1,3 +1,10 @@
# 1.8.12
### Notable fixes
* Fixed a bug in the `dirty` database driver that sometimes caused Node.js to
crash during shutdown and lose buffered database writes.
# 1.8.11
### Notable fixes