From b4a83162ff2c8b3c58348130bb7778373b0525af Mon Sep 17 00:00:00 2001 From: Jansen Moscol Date: Thu, 8 Jun 2023 18:36:00 -0500 Subject: [PATCH] feat: remove caret in @types/ws package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60829ed7dc..ae16da0860 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/serve-index": "^1.9.1", "@types/serve-static": "^1.13.10", "@types/sockjs": "^0.3.33", - "@types/ws": "^8.5.1", + "@types/ws": "8.5.1", "ansi-html-community": "^0.0.8", "bonjour-service": "^1.0.11", "chokidar": "^3.5.3",