From 6364c15d4a3ca78a77ed0d269fa310168defcf13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 13:21:48 +0000 Subject: [PATCH] typescript(monadic): chore(deps): bump ws from 5.2.2 to 5.2.3 typescript(monadic): typescript(monadic): Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. typescript(monadic): - [Release notes](https://github.com/websockets/ws/releases) typescript(monadic): - [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3) typescript(monadic): typescript(monadic): --- typescript(monadic): updated-dependencies: typescript(monadic): - dependency-name: ws typescript(monadic): dependency-type: indirect typescript(monadic): ... typescript(monadic): typescript(monadic): Signed-off-by: dependabot[bot] Signed-off-by: prescientmoon --- typescript/monadic/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/monadic/yarn.lock b/typescript/monadic/yarn.lock index 9a06985..06640f1 100644 --- a/typescript/monadic/yarn.lock +++ b/typescript/monadic/yarn.lock @@ -8154,9 +8154,9 @@ write@1.0.3: mkdirp "^0.5.1" ws@^5.1.1, ws@^5.2.0: - version "5.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f" - integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA== + version "5.2.3" + resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.3.tgz#05541053414921bc29c63bee14b8b0dd50b07b3d" + integrity sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA== dependencies: async-limiter "~1.0.0"