commit b119b0f84814885a2a1ae18ee44bc85031259e9d
parent 98219fe1aada3a9ad03d6cf7494d38070c45dfb2
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri, 27 Mar 2020 08:36:25 +0000
Bump leveldown from 5.5.1 to 5.6.0
Bumps [leveldown](https://github.com/Level/leveldown) from 5.5.1 to 5.6.0.
- [Release notes](https://github.com/Level/leveldown/releases)
- [Changelog](https://github.com/Level/leveldown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Level/leveldown/compare/v5.5.1...v5.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
@@ -629,9 +629,9 @@
}
},
"leveldown": {
- "version": "5.5.1",
- "resolved": "https://registry.npmjs.org/leveldown/-/leveldown-5.5.1.tgz",
- "integrity": "sha512-GoC455/ncfg4yLLItr192HuXpA+CcQ2q9GncXJhewvvlpsBBEegChn5tMPP+kGvJt7u2LuXAd8fY2moQxFD+sQ==",
+ "version": "5.6.0",
+ "resolved": "https://registry.npmjs.org/leveldown/-/leveldown-5.6.0.tgz",
+ "integrity": "sha512-iB8O/7Db9lPaITU1aA2txU/cBEXAt4vWwKQRrrWuS6XDgbP4QZGj9BL2aNbwb002atoQ/lIotJkfyzz+ygQnUQ==",
"optional": true,
"requires": {
"abstract-leveldown": "~6.2.1",