commit ec5f469b5bcc0ab22319b0b0dee20249e721e8e5
parent 0e3390899d3059c892b8ceec408771701c8918b9
Author: finwo <finwo@pm.me>
Date: Mon, 17 Feb 2020 23:53:39 +0100
Dependency updates
Diffstat:
2 files changed, 9 insertions(+), 18 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.10",
+ "resolved": "https://registry.npmjs.org/cws/-/cws-1.2.10.tgz",
+ "integrity": "sha512-KF/dtjc0Xc2gkdgYgwZ4N+EE6WFiNnOHXfTbHo1YDndLxFhN8CWCNRu3tkC1UrsTXGVZbeM+q8+EZ2bHBwZV1Q==",
"optional": true,
"requires": {
- "ws": "^6.2.1"
+ "ws": "^7.2.1"
}
},
"debug": {
@@ -1397,13 +1391,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",
diff --git a/package.json b/package.json
@@ -26,7 +26,7 @@
"url-parse": "^1.4.7"
},
"optionalDependencies": {
- "cws": "^1.2.4",
+ "cws": "^1.2.10",
"leveldown": "^5.4.1",
"memdown": "^5.1.0",
"mongodown": "^1.2.0",