autolevel.js

Automatically use the right abstract-leveldown module for your configuration
git clone git://git.finwo.net/lib/autolevel.js
Log | Files | Refs | README | LICENSE

commit cde4f231ac5970106d5e726e9b546a67919c764c
parent d79e1f22005a4cdd5fd70c2a595c13c8c2b02822
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date:   Mon,  6 Jul 2020 09:52:39 +0000

Bump cws from 1.2.10 to 1.2.11

Bumps [cws](https://github.com/finwo/cws) from 1.2.10 to 1.2.11.
- [Release notes](https://github.com/finwo/cws/releases)
- [Commits](https://github.com/finwo/cws/compare/v1.2.10...v1.2.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat:
Mpackage-lock.json | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -478,9 +478,9 @@ } }, "cws": { - "version": "1.2.10", - "resolved": "https://registry.npmjs.org/cws/-/cws-1.2.10.tgz", - "integrity": "sha512-KF/dtjc0Xc2gkdgYgwZ4N+EE6WFiNnOHXfTbHo1YDndLxFhN8CWCNRu3tkC1UrsTXGVZbeM+q8+EZ2bHBwZV1Q==", + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/cws/-/cws-1.2.11.tgz", + "integrity": "sha512-IAjVmrv4Rx2XypvYPJMt5PvBoUKCKrAHwO3g3VJAoGq+mbx7LCu37I75Q8cn8/eQbYkYJyhEEQaKFvVgbHQ4bg==", "optional": true, "requires": { "ws": "^7.2.1" @@ -2840,9 +2840,9 @@ } }, "ws": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.1.tgz", - "integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", + "integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==", "optional": true }, "xtend": {