From f4cb4e75d3ebb74c54e50301b017de2925e64347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 01:14:29 +0000 Subject: [PATCH] Bump ws from 6.1.2 to 7.4.6 in /testJS/nativeWS Bumps [ws](https://github.com/websockets/ws) from 6.1.2 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.2...7.4.6) Signed-off-by: dependabot[bot] --- testJS/nativeWS/package-lock.json | 14 +++----------- testJS/nativeWS/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/testJS/nativeWS/package-lock.json b/testJS/nativeWS/package-lock.json index 4f1dfdf..aa03cff 100644 --- a/testJS/nativeWS/package-lock.json +++ b/testJS/nativeWS/package-lock.json @@ -4,18 +4,10 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "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==" - }, "ws": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.2.tgz", - "integrity": "sha512-rfUqzvz0WxmSXtJpPMX2EeASXabOrSMk1ruMOV3JBTBjo4ac2lDjGGsbQSyxj8Odhw5fBib8ZKEjDNvgouNKYw==", - "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==" } } } diff --git a/testJS/nativeWS/package.json b/testJS/nativeWS/package.json index eb3a958..110f482 100644 --- a/testJS/nativeWS/package.json +++ b/testJS/nativeWS/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "ws": "^6.1.2" + "ws": "^7.4.6" } }