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 3c3d58459f89c5429063438afb4cb02cf4519908
parent 704e411890a31a2b98093d272e1c1d4e4e20d890
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date:   Tue, 24 Dec 2019 11:22:05 +0000

Bump cws from 1.2.5 to 1.2.6

Bumps [cws](https://github.com/finwo/cws) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/finwo/cws/releases)
- [Commits](https://github.com/finwo/cws/commits/v1.2.6)

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

diff --git a/package-lock.json b/package-lock.json @@ -47,12 +47,6 @@ "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-3.0.0.tgz", "integrity": "sha512-qMcx+Gy2UZynHjOHOIXPNvpf+9cjvk3cWrBBK7zg4gH9+clobJRb9NGzcT7mQTcV/6Gm/1WelUtqxVXnNlrwcw==" }, - "async-limiter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", - "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==", - "optional": true - }, "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", @@ -138,12 +132,12 @@ "optional": true }, "cws": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/cws/-/cws-1.2.5.tgz", - "integrity": "sha512-oL7B5w9drsbsJ8AhdjCUSYlok531u4Eq441MBXutNJSuIEgRmCqqLJKsrknp6/vWr7duyHd31/W9UwRHoTTmMw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/cws/-/cws-1.2.6.tgz", + "integrity": "sha512-jcU1kBVLK8+DT82wIIu7wGPFDJExjbeGR23l8CmzerxOigaxzvsFia3Ol8+A0uVu3AoUUHw2Xh7eqcSFdXXSjA==", "optional": true, "requires": { - "ws": "^6.2.1" + "ws": "^7.2.1" } }, "debug": { @@ -1425,13 +1419,10 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", - "optional": true, - "requires": { - "async-limiter": "~1.0.0" - } + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.1.tgz", + "integrity": "sha512-sucePNSafamSKoOqoNfBd8V0StlkzJKL2ZAhGQinCfNQ+oacw+Pk7lcdAElecBF2VkLNZRiIb5Oi1Q5lVUVt2A==", + "optional": true }, "xtend": { "version": "4.0.1",