Skip to content

Commit 79f56d2

Browse files
committed
fix: correct @types/ws to ^8.18.1 (latest) from incorrect ^8.5.0
1 parent edd6c19 commit 79f56d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"@types/triple-beam": "^1.3.0",
226226
"@types/universal-analytics": "^0.4.5",
227227
"@types/update-notifier": "^5.1.0",
228-
"@types/ws": "^8.5.0",
228+
"@types/ws": "^8.18.1",
229229
"@typescript-eslint/eslint-plugin": "^5.9.0",
230230
"@typescript-eslint/parser": "^5.9.0",
231231
"astro": "^2.2.3",

0 commit comments

Comments
 (0)