Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/fxa-auth-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"typescript": "5.5.3",
"webpack": "^5.104.1",
"webpack-watch-files-plugin": "^1.2.1",
"ws": "^8.17.1"
"ws": "^8.21.0"
},
"nx": {
"tags": [
Expand Down
17 changes: 16 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31090,7 +31090,7 @@ __metadata:
web-push: "npm:3.4.4"
webpack: "npm:^5.104.1"
webpack-watch-files-plugin: "npm:^1.2.1"
ws: "npm:^8.17.1"
ws: "npm:^8.21.0"
bin:
fxa-auth: ./bin/key_server.js
languageName: unknown
Expand Down Expand Up @@ -54811,6 +54811,21 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.21.0":
version: 8.21.0
resolution: "ws@npm:8.21.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 10c0/ef4a243476283fc49bc7550966c4af4aa0eef56273837211e700de3b664e08604a760cdddcb5ba43c049140e74ccfec5b0ee0bb439e08c2adf9138902fdde5f9
languageName: node
linkType: hard

"xml-name-validator@npm:^3.0.0":
version: 3.0.0
resolution: "xml-name-validator@npm:3.0.0"
Expand Down
Loading