From 098b6e39e43bb147552c650c7c94f42259094353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 11:16:24 +0000 Subject: [PATCH] chore: bump jest-websocket-mock from 2.3.0 to 2.4.0 in /site Bumps [jest-websocket-mock](https://github.com/romgain/jest-websocket-mock) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/romgain/jest-websocket-mock/releases) - [Commits](https://github.com/romgain/jest-websocket-mock/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: jest-websocket-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- site/package.json | 2 +- site/yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/site/package.json b/site/package.json index 884e82d40f76c..9ce78b49fc16c 100644 --- a/site/package.json +++ b/site/package.json @@ -107,7 +107,7 @@ "jest-canvas-mock": "2.4.0", "jest-junit": "14.0.0", "jest-runner-eslint": "1.0.0", - "jest-websocket-mock": "2.3.0", + "jest-websocket-mock": "2.4.0", "mini-css-extract-plugin": "2.6.1", "msw": "^0.45.0", "prettier": "2.7.1", diff --git a/site/yarn.lock b/site/yarn.lock index 40bd8f790f616..44fd06bfd576c 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -8791,7 +8791,7 @@ jest-config@^27.5.1: slash "^3.0.0" strip-json-comments "^3.1.1" -jest-diff@^27.0.2, jest-diff@^27.5.1: +jest-diff@^27.5.1: version "27.5.1" resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def" integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw== @@ -8801,7 +8801,7 @@ jest-diff@^27.0.2, jest-diff@^27.5.1: jest-get-type "^27.5.1" pretty-format "^27.5.1" -jest-diff@^28.1.3: +jest-diff@^28.0.2, jest-diff@^28.1.3: version "28.1.3" resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-28.1.3.tgz#948a192d86f4e7a64c5264ad4da4877133d8792f" integrity sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw== @@ -9187,12 +9187,12 @@ jest-watcher@^27.5.1: jest-util "^27.5.1" string-length "^4.0.1" -jest-websocket-mock@2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/jest-websocket-mock/-/jest-websocket-mock-2.3.0.tgz#317e7d7f8ba54ba632a7300777b02b7ebb606845" - integrity sha512-kXhRRApRdT4hLG/4rhsfcR0Ke0OzqIsDj0P5t0dl5aiAftShSgoRqp/0pyjS5bh+b9GrIzmfkrV2cn9LxxvSvA== +jest-websocket-mock@2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/jest-websocket-mock/-/jest-websocket-mock-2.4.0.tgz#95ab1f89f809e57d2714427736ab7b1094fb1c3c" + integrity sha512-AOwyuRw6fgROXHxMOiTDl1/T4dh3fV4jDquha5N0csS/PNp742HeTZWPAuKppVRSQ8s3fUGgJHoyZT9JDO0hMA== dependencies: - jest-diff "^27.0.2" + jest-diff "^28.0.2" mock-socket "^9.1.0" jest-worker@^25.1.0: