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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/code-link-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"commander": "^14.0.3",
"prettier": "^3.7.4",
"typescript": "^5.9.3",
"ws": "^8.18.3"
"ws": "^8.20.1"
},
"devDependencies": {
"@code-link/shared": "workspace:*",
Expand Down
17 changes: 16 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5000,7 +5000,7 @@ __metadata:
tsx: "npm:^4.21.0"
typescript: "npm:^5.9.3"
vitest: "npm:^4.1.5"
ws: "npm:^8.18.3"
ws: "npm:^8.20.1"
bin:
framer-code-link: ./dist/index.mjs
languageName: unknown
Expand Down Expand Up @@ -8518,6 +8518,21 @@ __metadata:
languageName: node
linkType: hard

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

"yallist@npm:^4.0.0":
version: 4.0.0
resolution: "yallist@npm:4.0.0"
Expand Down
Loading