commit 478f838f9c2106aa9328ca655b1a670f3f223b56
parent 704e411890a31a2b98093d272e1c1d4e4e20d890
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Tue, 24 Dec 2019 11:24:44 +0000
Merge pull request #12 from finwo/dependabot-npm_and_yarn-cws-1.2.6
Diffstat:
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",