Skip to content
Merged
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
4 changes: 2 additions & 2 deletions packages/lib/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"typedoc-plugin-md": "^0.7.1",
"unified": "^11.0.5",
"vfile": "^6.0.3",
"ws": "^8.21.0"
"ws": "^8.21.1"
},
"peerDependencies": {
"@types/elliptic": "^6.4.16",
Expand All @@ -136,6 +136,6 @@
"jsdom": "^24.1.0"
},
"overrides": {
"ws": "^8.21.0"
"ws": "^8.21.1"
}
}
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ __metadata:
unified: "npm:^11.0.5"
uuid: "npm:^14.0.0"
vfile: "npm:^6.0.3"
ws: "npm:^8.21.0"
ws: "npm:^8.21.1"
peerDependencies:
"@types/elliptic": ^6.4.16
buffer: ^6.0.3
Expand Down Expand Up @@ -4162,12 +4162,12 @@ __metadata:
linkType: hard

"brace-expansion@npm:^1.1.7":
version: 1.1.15
resolution: "brace-expansion@npm:1.1.15"
version: 1.1.16
resolution: "brace-expansion@npm:1.1.16"
dependencies:
balanced-match: "npm:^1.0.0"
concat-map: "npm:0.0.1"
checksum: 10c0/648e273f57cfa9ed67d8a77bdb15b408205465d33da9331808ee3c188d8b55674c9cdbf1f320b65bc562e485e1263360ae62ad355e128e0435891f6430e795d7
checksum: 10c0/b2a915bbedbf4e45840d1fb9a4d391bbf26a79475bd134714d3cee34f1f0edb0ce982738028843be5fbaf8039429f71fa487df8c915b6065ced542c83e58fae6
languageName: node
linkType: hard

Expand Down Expand Up @@ -6168,14 +6168,14 @@ __metadata:
linkType: hard

"js-yaml@npm:^3.10.0, js-yaml@npm:^3.13.1":
version: 3.14.2
resolution: "js-yaml@npm:3.14.2"
version: 3.15.0
resolution: "js-yaml@npm:3.15.0"
dependencies:
argparse: "npm:^1.0.7"
esprima: "npm:^4.0.0"
bin:
js-yaml: bin/js-yaml.js
checksum: 10c0/3261f25912f5dd76605e5993d0a126c2b6c346311885d3c483706cd722efe34f697ea0331f654ce27c00a42b426e524518ec89d65ed02ea47df8ad26dcc8ce69
checksum: 10c0/ca966bd354ac5b1b7a4694ebdba46526796aa3a6a99529fa540af2abf85918bd155a50ccc0166b413130a00622999973754458ec01e7095bc902177bfdbd5b64
languageName: node
linkType: hard

Expand Down Expand Up @@ -9720,9 +9720,9 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.21.0":
version: 8.21.0
resolution: "ws@npm:8.21.0"
"ws@npm:^8.21.1":
version: 8.21.1
resolution: "ws@npm:8.21.1"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
Expand All @@ -9731,7 +9731,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 10c0/ef4a243476283fc49bc7550966c4af4aa0eef56273837211e700de3b664e08604a760cdddcb5ba43c049140e74ccfec5b0ee0bb439e08c2adf9138902fdde5f9
checksum: 10c0/c4c6f1d95f6d465262de2037c57c715725d67e078dd49420ede4e19115668aba159cb64d85c5e89c06eb2826be599e62e5095860ad6cc54ff42e8bd7684e1db8
languageName: node
linkType: hard

Expand Down
Loading