From 278e7a988fb8f1638021449a31874f9c813d21c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 14:53:26 +0000 Subject: [PATCH] Bump ws from 5.1.1 to 7.4.6 in /examples Bumps [ws](https://github.com/websockets/ws) from 5.1.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.1.1...7.4.6) Signed-off-by: dependabot[bot] --- examples/package-lock.json | 9 +++------ examples/package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/examples/package-lock.json b/examples/package-lock.json index 09d8020..2e19a9f 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -1490,12 +1490,9 @@ "integrity": "sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==" }, "ws": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.1.1.tgz", - "integrity": "sha512-bOusvpCb09TOBLbpMKszd45WKC2KPtxiyiHanv+H2DE3Az+1db5a/L7sVJZVDPUC1Br8f0SKRr1KjLpD1U/IAw==", - "requires": { - "async-limiter": "~1.0.0" - } + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "xmlhttprequest-ssl": { "version": "1.5.5", diff --git a/examples/package.json b/examples/package.json index 400a5e8..cdfafa0 100644 --- a/examples/package.json +++ b/examples/package.json @@ -19,7 +19,7 @@ "react-router-dom": "^4.2.2", "redux": "^4.0.0", "socket.io": "^2.1.0", - "ws": "^5.1.1" + "ws": "^7.4.6" }, "devDependencies": { "rollup": "^0.58.2",