From b753f93d291b5cb6cd88218fb718354d666a2c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 07:01:45 +0000 Subject: [PATCH] Bump ws from 7.3.1 to 7.5.9 Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.5.9. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.3.1...7.5.9) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- yarn.lock | 20 +++++++++++--------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dbdf3a..4c6b176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7376,9 +7376,9 @@ } }, "ws": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.1.tgz", - "integrity": "sha512-pTsP8UAfhy3sk1lSk/O/s4tjD0CRwvMnzvwr4OKGX7ZvqZtUyx4KIJB5JWbkykPoc55tixMGgTNoh3k4FkNGFQ==", + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", "dev": true }, "xdg-basedir": { diff --git a/yarn.lock b/yarn.lock index 2b0e748..74d2c7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1408,6 +1408,13 @@ eastasianwidth@^0.2.0: resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== +eaw@^0.1.5: + version "0.1.5" + resolved "https://registry.yarnpkg.com/eaw/-/eaw-0.1.5.tgz#401dd2de48b98159f01fd18d81750e8e586f6df8" + integrity sha512-nrZGxfNrnoRfWMkVDuoeXPRLbpRZ6/Tc8V/k3O/NtMbzUM/yK3vq5aHCMLbCZPSD2NRbeYkvDiKLCoQNIpjyEA== + dependencies: + minimist "^1.2.0" + ecc-jsbn@~0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" @@ -5171,12 +5178,7 @@ wide-align@^1.1.0: dependencies: string-width "^1.0.2 || 2" -word-width@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/word-width/-/word-width-1.0.1.tgz#ae19c8077a8f19baea3f7693b27f2738094398f2" - integrity sha1-rhnIB3qPGbrqP3aTsn8nOAlDmPI= - -word-wrap@1.2.3, word-wrap@~1.2.3: +word-wrap@~1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== @@ -5222,9 +5224,9 @@ write@1.0.3: mkdirp "^0.5.1" ws@^7.0.0: - version "7.3.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8" - integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA== + version "7.5.9" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" + integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== xml-name-validator@^3.0.0: version "3.0.0"