Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 32 additions & 8 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@types/redux-mock-store": "^1.0.3",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "8.3.4",
"@types/ws": "^6.0.4",
"@types/ws": "^8.0.0",
"@vanilla-extract/webpack-plugin": "^2.1.11",
"axios-mock-adapter": "^1.16.0",
"copy-webpack-plugin": "^11.0.0",
Expand Down Expand Up @@ -129,6 +129,6 @@
"webpack-bugsnag-plugins": "^1.8.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"ws": "^7.2.0"
"ws": "^8.0.0"
}
}
29 changes: 22 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4741,12 +4741,12 @@ __metadata:
languageName: node
linkType: hard

"@types/ws@npm:^6.0.4":
version: 6.0.4
resolution: "@types/ws@npm:6.0.4"
"@types/ws@npm:^8.0.0":
version: 8.5.3
resolution: "@types/ws@npm:8.5.3"
dependencies:
"@types/node": "*"
checksum: b2656a76bfad0c17bb1e3fc237ba7122431c1373669977ed8edef45934c82f71c75d8c71f0a576dc6d98b0954fd94cae0166c6b4ccb40f7e0ee29cc92673519c
checksum: 0ce46f850d41383fcdc2149bcacc86d7232fa7a233f903d2246dff86e31701a02f8566f40af5f8b56d1834779255c04ec6ec78660fe0f9b2a69cf3d71937e4ae
languageName: node
linkType: hard

Expand Down Expand Up @@ -21879,7 +21879,7 @@ __metadata:
"@types/redux-mock-store": ^1.0.3
"@types/ua-parser-js": ^0.7.36
"@types/uuid": 8.3.4
"@types/ws": ^6.0.4
"@types/ws": ^8.0.0
"@vanilla-extract/css": ^1.7.2
"@vanilla-extract/recipes": ^0.2.5
"@vanilla-extract/sprinkles": ^1.4.1
Expand Down Expand Up @@ -21960,7 +21960,7 @@ __metadata:
webpack-bugsnag-plugins: ^1.8.0
webpack-cli: ^4.9.2
webpack-dev-server: ^4.7.4
ws: ^7.2.0
ws: ^8.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -22447,7 +22447,7 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^7.2.0, ws@npm:^7.2.3":
"ws@npm:^7.2.3":
version: 7.4.2
resolution: "ws@npm:7.4.2"
peerDependencies:
Expand Down Expand Up @@ -22477,6 +22477,21 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.0.0":
version: 8.11.0
resolution: "ws@npm:8.11.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 316b33aba32f317cd217df66dbfc5b281a2f09ff36815de222bc859e3424d83766d9eb2bd4d667de658b6ab7be151f258318fb1da812416b30be13103e5b5c67
languageName: node
linkType: hard

"ws@npm:^8.4.2":
version: 8.4.2
resolution: "ws@npm:8.4.2"
Expand Down