Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ws from 8.16.0 to 8.17.1 in /tgui #603

Merged
merged 1 commit into from
Dec 13, 2024
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
2 changes: 1 addition & 1 deletion tgui/packages/tgui-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"glob": "^7.2.3",
"source-map": "^0.7.4",
"stacktrace-parser": "^0.1.10",
"ws": "^8.16.0"
"ws": "^8.17.1"
}
}
19 changes: 17 additions & 2 deletions tgui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8289,7 +8289,7 @@ __metadata:
glob: "npm:^7.2.3"
source-map: "npm:^0.7.4"
stacktrace-parser: "npm:^0.1.10"
ws: "npm:^8.16.0"
ws: "npm:^8.17.1"
languageName: unknown
linkType: soft

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

"ws@npm:^8.11.0, ws@npm:^8.13.0, ws@npm:^8.16.0":
"ws@npm:^8.11.0, ws@npm:^8.13.0":
version: 8.16.0
resolution: "ws@npm:8.16.0"
peerDependencies:
Expand All @@ -9196,6 +9196,21 @@ __metadata:
languageName: node
linkType: hard

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

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