From f1c60bbd798b5500b7e15bce73dde37cff47668d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 10:19:45 +0000 Subject: [PATCH] build(deps): bump ws from 6.2.0 to 7.1.0 Bumps [ws](https://github.com/websockets/ws) from 6.2.0 to 7.1.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.0...7.1.0) Signed-off-by: dependabot-preview[bot] --- packages/oo7-substrate/package.json | 2 +- packages/oo7-substrate/yarn.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/packages/oo7-substrate/package.json b/packages/oo7-substrate/package.json index bd24eba..9bcece2 100644 --- a/packages/oo7-substrate/package.json +++ b/packages/oo7-substrate/package.json @@ -41,7 +41,7 @@ "text-encoding": "^0.7.0", "text-encoding-polyfill": "^0.6.7", "tweetnacl": "^1.0.0", - "ws": "^6.1.2", + "ws": "^7.1.0", "xxhashjs": "^0.2.2" }, "devDependencies": { diff --git a/packages/oo7-substrate/yarn.lock b/packages/oo7-substrate/yarn.lock index 1a0f5ac..fc4c1a9 100644 --- a/packages/oo7-substrate/yarn.lock +++ b/packages/oo7-substrate/yarn.lock @@ -68,7 +68,7 @@ assertion-error@^1.1.0: resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b" integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw== -async-limiter@~1.0.0: +async-limiter@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg== @@ -522,6 +522,11 @@ once@^1.3.0: dependencies: wrappy "1" +oo7@^0.7.12: + version "0.7.12" + resolved "https://registry.yarnpkg.com/oo7/-/oo7-0.7.12.tgz#bd7a01ba4e815c1fcde9bea2a9a8226d06ec781e" + integrity sha512-nVmxwLIiVCY4Aid6/+p2ujJ2mj3yh15zQ3xSl3UPui7U37DJJfD0KmuMjp+XOWH1HxTkKhIKDgR34eEhFHNxgA== + param-case@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz#df94fd8cf6531ecf75e6bef9a0858fbc72be2247" @@ -703,12 +708,12 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= -ws@^6.1.2: - version "6.2.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.0.tgz#13806d9913b2a5f3cbb9ba47b563c002cbc7c526" - integrity sha512-deZYUNlt2O4buFCa3t5bKLf8A7FPP/TVjwOeVNpw818Ma5nk4MLXls2eoEGS39o8119QIYxTrTDoPQ5B/gTD6w== +ws@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.1.0.tgz#0395646c6fcc3ac56abf61ce1a42039637a6bd98" + integrity sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g== dependencies: - async-limiter "~1.0.0" + async-limiter "^1.0.0" xxhashjs@^0.2.2: version "0.2.2"