chore: bump jest-websocket-mock from 2.3.0 to 2.4.0 in /site (#3797)

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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-09-01 09:14:57 -07:00
committed by GitHub
parent f4a78c976f
commit b57b8b887d
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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",
+7 -7
View File
@@ -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: