From 20f8d5f50de7a46d1308515e5e4b75dcb8f5d0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 04:08:15 +0000 Subject: [PATCH] build(deps): bump ws in /test/manual/simple-ws-client Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/manual/simple-ws-client/package-lock.json | 12 ++++++------ test/manual/simple-ws-client/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/manual/simple-ws-client/package-lock.json b/test/manual/simple-ws-client/package-lock.json index b5740fe..448e94a 100644 --- a/test/manual/simple-ws-client/package-lock.json +++ b/test/manual/simple-ws-client/package-lock.json @@ -19,9 +19,9 @@ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "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==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "body-parser": { "version": "1.18.2", @@ -375,9 +375,9 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "ws": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", - "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.3.tgz", + "integrity": "sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==", "requires": { "async-limiter": "~1.0.0" } diff --git a/test/manual/simple-ws-client/package.json b/test/manual/simple-ws-client/package.json index 4975a95..9ed0af3 100644 --- a/test/manual/simple-ws-client/package.json +++ b/test/manual/simple-ws-client/package.json @@ -12,6 +12,6 @@ "license": "ISC", "dependencies": { "express": "^4.16.3", - "ws": "^5.2.0" + "ws": "^5.2.3" } }