From 39aef0bbc2a8c3b3ad9a569de62a4284d9519674 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Mar 2020 13:29:06 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- package-lock.json | 30 +++++++++++++++++++++++------- package.json | 4 ++-- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30f0341d58..990ac0349a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11833,9 +11833,9 @@ } }, "memfs": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.1.1.tgz", - "integrity": "sha512-A6QWLLH6HolvLeACaEc6WAAxU7c7iAvVgeyp1iDwzSIbwfGUjR4x9bAFUVq3YtSVFCYQAx4Nw2o4TEYAfH+lAg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.1.2.tgz", + "integrity": "sha512-YubKuE+RGSdpZcRq2Nih8HcHj3LrqndsDFNB9IFjrgwzdM4eq+fImlDMfNm/HdRhYRkLdUecHGIpdz+wyrqlDg==", "dev": true, "requires": { "fs-monkey": "1.0.0" @@ -14134,12 +14134,28 @@ } }, "sockjs": { - "version": "0.3.19", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz", - "integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==", + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.20.tgz", + "integrity": "sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA==", "requires": { "faye-websocket": "^0.10.0", - "uuid": "^3.0.1" + "uuid": "^3.4.0", + "websocket-driver": "0.6.5" + }, + "dependencies": { + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + }, + "websocket-driver": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz", + "integrity": "sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=", + "requires": { + "websocket-extensions": ">=0.1.1" + } + } } }, "sockjs-client": { diff --git a/package.json b/package.json index 1c86fa5619..62419d4896 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "selfsigned": "^1.10.7", "semver": "^6.3.0", "serve-index": "^1.9.1", - "sockjs": "0.3.19", + "sockjs": "0.3.20", "sockjs-client": "1.4.0", "spdy": "^4.0.1", "strip-ansi": "^3.0.1", @@ -99,7 +99,7 @@ "less-loader": "^5.0.0", "lint-staged": "^10.0.8", "marked": "^0.8.0", - "memfs": "^3.1.1", + "memfs": "^3.1.2", "npm-run-all": "^4.1.5", "prettier": "^1.19.1", "puppeteer": "^1.20.0",