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
8 changes: 4 additions & 4 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.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"socks": "^2.8.1",
"ws": "^8.17.1",
"body-parser": "^1.20.3",
"path-to-regexp": "^1.9.0"
"path-to-regexp": "^1.9.0",
"cookie": "^0.7.0"
},
"dependencies": {
"node-gyp": "^10.0.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6161,10 +6161,10 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:~0.4.1":
version: 0.4.1
resolution: "cookie@npm:0.4.1"
checksum: 0f2defd60ac93645ee31e82d11da695080435eb4fe5bed9b14d2fc4e0621a66f4c5c60f3eb05761df08a9d6279366e8646edfd1654f359d0b5afc25304fc4ddc
"cookie@npm:^0.7.0":
version: 0.7.1
resolution: "cookie@npm:0.7.1"
checksum: aec6a6aa0781761bf55d60447d6be08861d381136a0fe94aa084fddd4f0300faa2b064df490c6798adfa1ebaef9e0af9b08a189c823e0811b8b313b3d9a03380
languageName: node
linkType: hard

Expand Down