Skip to content

Commit b57b8b8

Browse files
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](romgain/jest-websocket-mock@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>
1 parent f4a78c9 commit b57b8b8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"jest-canvas-mock": "2.4.0",
108108
"jest-junit": "14.0.0",
109109
"jest-runner-eslint": "1.0.0",
110-
"jest-websocket-mock": "2.3.0",
110+
"jest-websocket-mock": "2.4.0",
111111
"mini-css-extract-plugin": "2.6.1",
112112
"msw": "^0.45.0",
113113
"prettier": "2.7.1",

site/yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -8791,7 +8791,7 @@ jest-config@^27.5.1:
87918791
slash "^3.0.0"
87928792
strip-json-comments "^3.1.1"
87938793

8794-
jest-diff@^27.0.2, jest-diff@^27.5.1:
8794+
jest-diff@^27.5.1:
87958795
version "27.5.1"
87968796
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def"
87978797
integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==
@@ -8801,7 +8801,7 @@ jest-diff@^27.0.2, jest-diff@^27.5.1:
88018801
jest-get-type "^27.5.1"
88028802
pretty-format "^27.5.1"
88038803

8804-
jest-diff@^28.1.3:
8804+
jest-diff@^28.0.2, jest-diff@^28.1.3:
88058805
version "28.1.3"
88068806
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-28.1.3.tgz#948a192d86f4e7a64c5264ad4da4877133d8792f"
88078807
integrity sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==
@@ -9187,12 +9187,12 @@ jest-watcher@^27.5.1:
91879187
jest-util "^27.5.1"
91889188
string-length "^4.0.1"
91899189

9190-
jest-websocket-mock@2.3.0:
9191-
version "2.3.0"
9192-
resolved "https://registry.yarnpkg.com/jest-websocket-mock/-/jest-websocket-mock-2.3.0.tgz#317e7d7f8ba54ba632a7300777b02b7ebb606845"
9193-
integrity sha512-kXhRRApRdT4hLG/4rhsfcR0Ke0OzqIsDj0P5t0dl5aiAftShSgoRqp/0pyjS5bh+b9GrIzmfkrV2cn9LxxvSvA==
9190+
jest-websocket-mock@2.4.0:
9191+
version "2.4.0"
9192+
resolved "https://registry.yarnpkg.com/jest-websocket-mock/-/jest-websocket-mock-2.4.0.tgz#95ab1f89f809e57d2714427736ab7b1094fb1c3c"
9193+
integrity sha512-AOwyuRw6fgROXHxMOiTDl1/T4dh3fV4jDquha5N0csS/PNp742HeTZWPAuKppVRSQ8s3fUGgJHoyZT9JDO0hMA==
91949194
dependencies:
9195-
jest-diff "^27.0.2"
9195+
jest-diff "^28.0.2"
91969196
mock-socket "^9.1.0"
91979197

91989198
jest-worker@^25.1.0:

0 commit comments

Comments
 (0)