From afe95579f8bcd98c8d69126db6c0105b92d1f0e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 02:10:08 +0000 Subject: [PATCH] Bump ws from 5.2.2 to 7.4.6 in /monaco-example Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.2...7.4.6) Signed-off-by: dependabot[bot] --- monaco-example/package-lock.json | 14 +++----------- monaco-example/package.json | 2 +- monaco-example/yarn.lock | 12 +++--------- 3 files changed, 7 insertions(+), 21 deletions(-) diff --git a/monaco-example/package-lock.json b/monaco-example/package-lock.json index baa616e..d03749a 100644 --- a/monaco-example/package-lock.json +++ b/monaco-example/package-lock.json @@ -304,11 +304,6 @@ "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", "dev": true }, - "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==" - }, "atob": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", @@ -5845,12 +5840,9 @@ "dev": true }, "ws": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", - "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", - "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==" }, "xtend": { "version": "4.0.1", diff --git a/monaco-example/package.json b/monaco-example/package.json index 04ebc3f..2ebb35d 100644 --- a/monaco-example/package.json +++ b/monaco-example/package.json @@ -12,7 +12,7 @@ "vscode-json-languageservice": "^3.1.4", "vscode-languageserver": "^4.0.0", "vscode-ws-jsonrpc": "^0.0.2-1", - "ws": "^5.0.0" + "ws": "^7.4.6" }, "devDependencies": { "@types/express": "^4.0.35", diff --git a/monaco-example/yarn.lock b/monaco-example/yarn.lock index 8e908ab..e2a1453 100644 --- a/monaco-example/yarn.lock +++ b/monaco-example/yarn.lock @@ -204,10 +204,6 @@ async-each@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" -async-limiter@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" - async@^2.1.2, async@^2.5.0: version "2.6.1" resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" @@ -3600,11 +3596,9 @@ wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" -ws@^5.0.0: - version "5.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f" - dependencies: - async-limiter "~1.0.0" +ws@^7.4.6: + version "7.4.6" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" xtend@^4.0.0, xtend@~4.0.1: version "4.0.1"